Apply Marlin coding standards to MBL class
This commit is contained in:
parent
c06de0f097
commit
c2362c1b3c
6 changed files with 28 additions and 26 deletions
|
|
@ -970,7 +970,7 @@ void lcd_cooldown() {
|
|||
line_to_current(Z_AXIS);
|
||||
stepper.synchronize();
|
||||
|
||||
mbl.has_mesh(true);
|
||||
mbl.set_has_mesh(true);
|
||||
enqueue_and_echo_commands_P(PSTR("G28"));
|
||||
lcd_return_to_status();
|
||||
//LCD_MESSAGEPGM(MSG_LEVEL_BED_DONE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue