Enable ABL by type, support bilinear on cartesian
This commit is contained in:
@@ -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")
|
||||
);
|
||||
|
Reference in New Issue
Block a user