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