Mark axes not-homed with HOME_AFTER_DEACTIVATE (#18907)
This commit is contained in:
parent
462d3eeab1
commit
a12ac5e175
20 changed files with 40 additions and 44 deletions
|
|
@ -181,7 +181,7 @@ void menu_advanced_settings();
|
|||
#if ENABLED(DUAL_X_CARRIAGE)
|
||||
|
||||
void menu_idex() {
|
||||
const bool need_g28 = !(TEST(axis_known_position, Y_AXIS) && TEST(axis_known_position, Z_AXIS));
|
||||
const bool need_g28 = axes_should_home(_BV(Y_AXIS)|_BV(Z_AXIS));
|
||||
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_CONFIGURATION);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue