Apply FIXFLOAT macro
This commit is contained in:
parent
6cac0f43eb
commit
4487d22d56
4 changed files with 7 additions and 6 deletions
|
|
@ -729,7 +729,7 @@ static void lcd_implementation_status_screen() {
|
|||
|
||||
lcd.setCursor(LCD_WIDTH - 8, 1);
|
||||
_draw_axis_label(Z_AXIS, PSTR(MSG_Z), blink);
|
||||
lcd.print(ftostr52sp(current_position[Z_AXIS] + 0.00001));
|
||||
lcd.print(ftostr52sp(FIXFLOAT(current_position[Z_AXIS])));
|
||||
|
||||
#endif // LCD_HEIGHT > 2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue