This commit is contained in:
InsanityAutomation
2024-01-30 10:27:36 -05:00
parent d2dd3b2461
commit 4b943a0b04
2 changed files with 5 additions and 11 deletions
+5 -10
View File
@@ -310,6 +310,10 @@ if(idleThrottling == 400) {
rtscheck.RTS_SndData(28, RunoutMode);
if(getRunoutMode(getActiveTool()) == 7)
rtscheck.RTS_SndData(25, RunoutMode);
if(getFilamentRunoutEnabled(getActiveTool()))
rtscheck.RTS_SndData(3, RunoutToggle); /*On*/
else
rtscheck.RTS_SndData(2, RunoutToggle); /*Off*/
#endif
switch(babystepIncrementIndex)
@@ -367,7 +371,7 @@ if(idleThrottling == 400) {
rtscheck.RTS_SndData(2, LedToggle); /*Off*/
#endif
#if POWER_LOSS_RECOVERY
#if ENABLED(POWER_LOSS_RECOVERY)
if(getPowerLossRecoveryEnabled())
rtscheck.RTS_SndData(3, PowerLossToggle); /*On*/
else
@@ -376,15 +380,6 @@ if(idleThrottling == 400) {
rtscheck.RTS_SndData(2, PowerLossToggle); /*Off*/
#endif
#if HAS_FILAMENT_SENSOR
if(getFilamentRunoutEnabled())
rtscheck.RTS_SndData(3, RunoutToggle); /*On*/
else
rtscheck.RTS_SndData(2, RunoutToggle); /*Off*/
#else
rtscheck.RTS_SndData(2, RunoutToggle); /*Off*/
#endif
}
if (startprogress == 0)
@@ -74,7 +74,6 @@ namespace ExtUI {
#define PrintscheduleIcon 0x100E
#define Timehour 0x1010
#define Timemin 0x1012
#define IconPrintstatus 0x1014
#define Percentage 0x1016
#define FanKeyIcon 0x101E
#define Flowrate 0x1300