Update dwin.cpp

This commit is contained in:
InsanityAutomation
2022-04-08 20:05:10 -04:00
committed by InsanityAutomation
parent 2ddbd030bc
commit 331f1f5d4b
+1 -1
View File
@@ -2819,7 +2819,7 @@ void CrealityDWINClass::Menu_Item_Handler(uint8_t menu, uint8_t item, bool draw/
Draw_Checkbox(row, runout.enabled[0]);
}
else {
runout.enabled = !runout.enabled[0];
runout.enabled[0] = !runout.enabled[0];
Draw_Checkbox(row, runout.enabled[0]);
}
break;