Conditionals and comments for PS = 0

This commit is contained in:
Scott Lahteine
2015-03-30 16:50:05 -07:00
parent 2faed961ce
commit 8c136a5ab5
2 changed files with 44 additions and 39 deletions

View File

@ -44,7 +44,9 @@ static void lcd_status_screen();
#ifdef ULTIPANEL
extern bool powersupply;
#if HAS_POWER_SWITCH
extern bool powersupply;
#endif
static float manual_feedrate[] = MANUAL_FEEDRATE;
static void lcd_main_menu();
static void lcd_tune_menu();