Default livemove to true

This commit is contained in:
InsanityAutomation
2022-03-04 21:40:38 -05:00
parent 70c26fd4ca
commit 9ebf358b8a
+2 -2
View File
@@ -186,8 +186,8 @@ bool sdprint = false;
int16_t pausetemp, pausebed, pausefan;
bool livemove = false;
bool liveadjust = false;
bool livemove = true;
bool liveadjust = true;
uint8_t preheatmode = 0;
float zoffsetvalue = 0;
uint8_t gridpoint;