Incorporate PS_DEFAULT_OFF for starting state on LCD menu entry
This commit is contained in:
		@@ -226,7 +226,11 @@ 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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user