Add a function to home all axes (i.e., gcode_G28)

This commit is contained in:
Scott Lahteine
2017-05-01 15:03:13 -05:00
parent 8f895d5e01
commit 2887c20788
4 changed files with 6 additions and 4 deletions

View File

@ -324,7 +324,7 @@
}
if (!code_seen('N') && axis_unhomed_error(true, true, true)) // Don't allow auto-leveling without homing first
gcode_G28();
home_all_axes();
if (g29_parameter_parsing()) return; // abort if parsing the simple parameters causes a problem,