Browse Source

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

pull/1/head
InsanityAutomation 5 years ago
committed by Scott Lahteine
parent
commit
798f34abcd
  1. 2
      Marlin/src/gcode/bedlevel/abl/G29.cpp

2
Marlin/src/gcode/bedlevel/abl/G29.cpp

@ -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)

Loading…
Cancel
Save