Changed display format for some numbers.

This commit is contained in:
Erik van der Zalm
2012-02-21 23:05:43 +01:00
parent 8816ef1c64
commit df1437bd86
3 changed files with 28 additions and 27 deletions

View File

@@ -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);
}