Changed display format for some numbers.
This commit is contained in:
@@ -586,8 +586,6 @@ void process_commands()
|
||||
st_synchronize();
|
||||
endstops_hit_on_purpose();
|
||||
}
|
||||
else
|
||||
{
|
||||
#endif
|
||||
|
||||
if((home_all_axis) || (code_seen(axis_codes[X_AXIS])))
|
||||
@@ -599,10 +597,6 @@ void process_commands()
|
||||
HOMEAXIS(Y);
|
||||
}
|
||||
|
||||
#ifdef QUICK_HOME
|
||||
}
|
||||
#endif
|
||||
|
||||
if((home_all_axis) || (code_seen(axis_codes[Z_AXIS]))) {
|
||||
HOMEAXIS(Z);
|
||||
}
|
||||
|
Reference in New Issue
Block a user