Incorporate PS_DEFAULT_OFF for starting state on LCD menu entry
This commit is contained in:
parent
e5d3044801
commit
20faff5935
@ -226,7 +226,11 @@ int EtoPPressure=0;
|
||||
#endif
|
||||
|
||||
#ifdef ULTIPANEL
|
||||
bool powersupply = true;
|
||||
#ifdef PS_DEFAULT_OFF
|
||||
bool powersupply = false;
|
||||
#else
|
||||
bool powersupply = true;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef DELTA
|
||||
|
Loading…
Reference in New Issue
Block a user