Allow Z_AFTER_PROBING to be 0

This commit is contained in:
Scott Lahteine
2018-04-30 03:25:47 -05:00
parent 63e4afc910
commit 59fda986ea
7 changed files with 7 additions and 7 deletions

View File

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