Merge remote-tracking branch 'MarlinFirmware/Development' into Development
This commit is contained in:
commit
fdb4ddbdea
18 changed files with 40 additions and 2 deletions
|
|
@ -843,7 +843,7 @@ void get_command()
|
|||
int hours, minutes;
|
||||
minutes=(t/60)%60;
|
||||
hours=t/60/60;
|
||||
sprintf_P(time, PSTR("%i hours %i minutes"),hours, minutes);
|
||||
sprintf_P(time, PSTR("%i "MSG_END_HOUR" %i "MSG_END_MINUTE),hours, minutes);
|
||||
SERIAL_ECHO_START;
|
||||
SERIAL_ECHOLN(time);
|
||||
lcd_setstatus(time, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue