Spacing, coding standards
This commit is contained in:
parent
931914e679
commit
d9dcef8a87
5 changed files with 51 additions and 62 deletions
|
|
@ -382,9 +382,9 @@ FORCE_INLINE void _draw_axis_label(const AxisEnum axis, const char* const pstr,
|
|||
|
||||
static void lcd_implementation_hotend_status() {
|
||||
u8g.setPrintPos(58, 60);
|
||||
lcd_print( (char) '0'+active_extruder );
|
||||
lcd_print( ' ' );
|
||||
lcd_print( ' ' );
|
||||
lcd_print((char)('0' + active_extruder));
|
||||
lcd_print(' ');
|
||||
lcd_print(' ');
|
||||
lcd_print(itostr3(thermalManager.degHotend(active_extruder)));
|
||||
lcd_print('/');
|
||||
lcd_print(itostr3(thermalManager.degTargetHotend(active_extruder)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue