Fix M81 Turn off Power Supply...

... as it should be active if PS_ON_PIN is defined and assinged to an actual pin.
This commit is contained in:
3d-gussner 2019-10-31 15:08:07 +01:00
parent ba0362b7d5
commit c899320590

View File

@ -6165,7 +6165,6 @@ Sigma_Exit:
LCD_MESSAGERPGM(_T(WELCOME_MSG)); LCD_MESSAGERPGM(_T(WELCOME_MSG));
lcd_update(0); lcd_update(0);
break; break;
#endif
//! ### M81 - Turn off Power Supply //! ### M81 - Turn off Power Supply
// -------------------------------------- // --------------------------------------
@ -6189,6 +6188,7 @@ Sigma_Exit:
LCD_MESSAGERPGM(CAT4(CUSTOM_MENDEL_NAME,PSTR(" "),MSG_OFF,PSTR("."))); LCD_MESSAGERPGM(CAT4(CUSTOM_MENDEL_NAME,PSTR(" "),MSG_OFF,PSTR(".")));
lcd_update(0); lcd_update(0);
break; break;
#endif
//! ### M82 - Set E axis to absolute mode //! ### M82 - Set E axis to absolute mode
// --------------------------------------- // ---------------------------------------