Merge pull request #2304 from 3d-gussner/MK3-Fix_M81
Fix M81 Turn off Power Supply...
This commit is contained in:
commit
d4fab1a713
@ -6210,7 +6210,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
|
||||||
// --------------------------------------
|
// --------------------------------------
|
||||||
@ -6234,6 +6233,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
|
||||||
// ---------------------------------------
|
// ---------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user