Update dwin.cpp

This commit is contained in:
InsanityAutomation
2022-04-08 20:05:10 -04:00
parent 73b0c506e4
commit 8e83784656
+1 -1
View File
@@ -3233,7 +3233,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;