whitespace

This commit is contained in:
PavelSindler 2018-07-15 20:24:24 +02:00
parent 6824ab65dd
commit 0e15a4025b

View file

@ -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!