Apply FIXFLOAT macro

This commit is contained in:
Scott Lahteine
2017-03-31 08:17:10 -05:00
parent 6cac0f43eb
commit 4487d22d56
4 changed files with 7 additions and 6 deletions

View File

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