Enable ABL by type, support bilinear on cartesian
This commit is contained in:
parent
9cebbabd05
commit
ea0dbee3c9
34 changed files with 1466 additions and 1258 deletions
|
|
@ -1212,7 +1212,7 @@ void kill_screen(const char* lcd_msg) {
|
|||
//
|
||||
// Level Bed
|
||||
//
|
||||
#if ENABLED(AUTO_BED_LEVELING_FEATURE)
|
||||
#if HAS_ABL
|
||||
MENU_ITEM(gcode, MSG_LEVEL_BED,
|
||||
axis_homed[X_AXIS] && axis_homed[Y_AXIS] ? PSTR("G29") : PSTR("G28\nG29")
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue