Skip to content
Snippets Groups Projects
Commit 20faff59 authored by -'s avatar -
Browse files

Incorporate PS_DEFAULT_OFF for starting state on LCD menu entry

parent e5d30448
Branches
Tags
No related merge requests found
......@@ -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};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment