G33 changes from 1.1.x

This commit is contained in:
Scott Lahteine
2017-09-24 02:18:15 -05:00
parent 1ab679b1d2
commit 6d5fcac54a
8 changed files with 132 additions and 132 deletions

View File

@ -1134,7 +1134,7 @@ void homeaxis(const AxisEnum axis) {
#if ENABLED(DEBUG_LEVELING_FEATURE)
if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPGM("delta_endstop_adj:");
#endif
do_homing_move(axis, delta_endstop_adj[axis] - 0.1);
do_homing_move(axis, delta_endstop_adj[axis] - 0.1 * Z_HOME_DIR);
}
#else