Clean up "else" and other spacing
This commit is contained in:
parent
9b23490f01
commit
9bdab4f3a8
12 changed files with 115 additions and 68 deletions
|
|
@ -716,8 +716,8 @@ static void lcd_implementation_status_screen() {
|
|||
lcd.print(ftostr12ns(filament_width_meas));
|
||||
lcd_printPGM(PSTR(" V"));
|
||||
lcd.print(itostr3(100.0 * volumetric_multiplier[FILAMENT_SENSOR_EXTRUDER_NUM]));
|
||||
lcd.print('%');
|
||||
return;
|
||||
lcd.print('%');
|
||||
return;
|
||||
}
|
||||
|
||||
#endif // FILAMENT_LCD_DISPLAY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue