Move leveling_is_active to a macro
This commit is contained in:
parent
fcd3b326e9
commit
da93a272a0
6 changed files with 30 additions and 33 deletions
|
|
@ -792,7 +792,7 @@ static void lcd_implementation_status_screen() {
|
|||
lcd.print(ftostr52sp(FIXFLOAT(current_position[Z_AXIS])));
|
||||
|
||||
#if HAS_LEVELING
|
||||
lcd.write(leveling_is_active() || blink ? '_' : ' ');
|
||||
lcd.write(LEVELING_IS_ACTIVE() || blink ? '_' : ' ');
|
||||
#endif
|
||||
|
||||
#endif // LCD_HEIGHT > 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue