New binaries
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@
|
||||
/**
|
||||
* Marlin release version identifier
|
||||
*/
|
||||
#define SHORT_BUILD_VERSION "2.1.2_Beta2"
|
||||
#define SHORT_BUILD_VERSION "2.1.2_Beta3"
|
||||
|
||||
/**
|
||||
* Verbose version identifier which should contain a reference to the location
|
||||
|
||||
@@ -1051,13 +1051,17 @@ void RTSSHOW::RTS_HandleData()
|
||||
TPShowStatus = false;
|
||||
stopPrint();
|
||||
injectCommands_P(PSTR("M84"));
|
||||
delay_ms(2);
|
||||
RTS_SndData(11, FilenameIcon);
|
||||
delay_ms(2);
|
||||
RTS_SndData(0, PrintscheduleIcon);
|
||||
delay_ms(2);
|
||||
RTS_SndData(0, PrintscheduleIcon + 1);
|
||||
delay_ms(2);
|
||||
RTS_SndData(0, Percentage);
|
||||
delay_ms(2);
|
||||
RTS_SndData(0, Timehour);
|
||||
delay_ms(2);
|
||||
RTS_SndData(0, Timemin);
|
||||
delay_ms(2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user