Skip to content
Snippets Groups Projects
Commit 798f34ab authored by InsanityAutomation's avatar InsanityAutomation Committed by Scott Lahteine
Browse files

Float XY probe offset followup (probe edge) (#15928)

parent 31e329f1
Branches
Tags
No related merge requests found
......@@ -228,7 +228,7 @@ G29_TYPE GcodeSuite::G29() {
ABL_VAR xy_uint8_t meshCount;
#endif
ABL_VAR xy_int_t probe_position_lf, probe_position_rb;
ABL_VAR xy_float_t probe_position_lf, probe_position_rb;
ABL_VAR xy_float_t gridSpacing = { 0, 0 };
#if ENABLED(AUTO_BED_LEVELING_LINEAR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment