Allow Z_AFTER_PROBING to be 0
This commit is contained in:
@ -965,7 +965,7 @@ void GcodeSuite::G29() {
|
||||
if (planner.leveling_active)
|
||||
SYNC_PLAN_POSITION_KINEMATIC();
|
||||
|
||||
#if HAS_BED_PROBE && Z_AFTER_PROBING
|
||||
#if HAS_BED_PROBE && defined(Z_AFTER_PROBING)
|
||||
move_z_after_probing();
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user