Add a function to home all axes (i.e., gcode_G28)
This commit is contained in:
@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user