Tweak use of move_z_after_probing

This commit is contained in:
Scott Lahteine
2018-03-21 01:08:44 -05:00
parent c352954882
commit bc45fb6b13
7 changed files with 14 additions and 9 deletions

View File

@ -949,7 +949,7 @@ void GcodeSuite::G29() {
if (planner.leveling_active)
SYNC_PLAN_POSITION_KINEMATIC();
#if HAS_BED_PROBE
#if HAS_BED_PROBE && Z_AFTER_PROBING
move_z_after_probing();
#endif