whitespace
This commit is contained in:
parent
6824ab65dd
commit
0e15a4025b
|
|
@ -3631,7 +3631,6 @@ void process_commands()
|
||||||
bool without_mbl = code_seen('W');
|
bool without_mbl = code_seen('W');
|
||||||
// calibrate?
|
// calibrate?
|
||||||
bool calib = code_seen('C');
|
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);
|
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) {
|
if ((home_x || home_y || without_mbl || home_z) == false) {
|
||||||
// Push the commands to the front of the message queue in the reverse order!
|
// Push the commands to the front of the message queue in the reverse order!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue