New binaries

This commit is contained in:
InsanityAutomation
2023-05-10 11:05:28 -04:00
parent 1e8f6ba749
commit 73c2954ecb
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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);