hasstatus => has_status

This commit is contained in:
Scott Lahteine
2018-11-14 01:34:16 -06:00
parent ebf585b673
commit 54ec5528a0
3 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ void GcodeSuite::G4() {
SERIAL_ECHOLNPGM(MSG_Z_MOVE_COMP);
#endif
if (!ui.hasstatus()) LCD_MESSAGEPGM(MSG_DWELL);
if (!ui.has_status()) LCD_MESSAGEPGM(MSG_DWELL);
dwell(dwell_ms);
}