use boolean literals instead of implicit int conversion

This commit is contained in:
Stefan Kalscheuer
2023-06-24 14:04:11 +02:00
parent 0cedfaf9a6
commit 1822172d44
2 changed files with 5 additions and 5 deletions

View File

@@ -222,7 +222,7 @@ class AnycubicTouchscreenClass {
uint16_t HeaterCheckCount = 0;
int currentFlowRate = 0;
bool PrintdoneAndPowerOFF = true;
bool powerOFFflag = 0;
bool powerOFFflag = false;
xy_uint8_t selectedmeshpoint;
float live_Zoffset;