Merge pull request #2304 from 3d-gussner/MK3-Fix_M81

Fix M81 Turn off Power Supply...
This commit is contained in:
DRracer 2019-12-15 11:52:56 +01:00 committed by GitHub
commit d4fab1a713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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