Incorporate PS_DEFAULT_OFF for starting state on LCD menu entry

This commit is contained in:
- 2013-12-08 21:35:57 +01:00
parent e5d3044801
commit 20faff5935

View File

@ -226,8 +226,12 @@ int EtoPPressure=0;
#endif
#ifdef ULTIPANEL
#ifdef PS_DEFAULT_OFF
bool powersupply = false;
#else
bool powersupply = true;
#endif
#endif
#ifdef DELTA
float delta[3] = {0.0, 0.0, 0.0};