Skip to content

Commit

Permalink
fix abort on endstops
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndere1 committed Oct 1, 2024
1 parent 35c6d4f commit 115adc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu_advanced.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ void menu_advanced_settings() {

// M211 H - Abort on software endstop hit
#if ENABLED(ABORT_ON_SOFTWARE_ENDSTOP)
EDIT_ITEM(bool, MSG_SOFTWARE_ENDSTOP_ABORT, &planner.abort_on_software_endstop);
EDIT_ITEM(bool, MSG_ENDSTOP_ABORT, &planner.abort_on_software_endstop);
#endif

#if ENABLED(SD_FIRMWARE_UPDATE)
Expand Down

0 comments on commit 115adc5

Please sign in to comment.