whitespace
This commit is contained in:
parent
6824ab65dd
commit
0e15a4025b
1 changed files with 18 additions and 19 deletions
|
@ -3631,7 +3631,6 @@ void process_commands()
|
|||
bool without_mbl = code_seen('W');
|
||||
// calibrate?
|
||||
bool calib = code_seen('C');
|
||||
|
||||
gcode_G28(home_x, home_x_value, home_y, home_y_value, home_z, home_z_value, calib, without_mbl);
|
||||
if ((home_x || home_y || without_mbl || home_z) == false) {
|
||||
// Push the commands to the front of the message queue in the reverse order!
|
||||
|
|
Loading…
Add table
Reference in a new issue