Skip to content

Commit aaf9be2

Browse files
committed
✨ LCD_ENDSTOP_TEST
MarlinFirmware/Marlin#25667
1 parent d18c998 commit aaf9be2

File tree

310 files changed

+930
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

310 files changed

+930
-0
lines changed

config/default/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,9 @@
15161516
// Insert a menu for preheating at the top level to allow for quick access
15171517
//#define PREHEAT_SHORTCUT_MENU_ITEM
15181518

1519+
// Add Configuration > Debug Menu > Endstop Test for endstop/probe/runout testing
1520+
//#define LCD_ENDSTOP_TEST
1521+
15191522
#endif // HAS_MARLINUI_MENU
15201523

15211524
#if HAS_DISPLAY

config/examples/3DFabXYZ/Migbot/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,9 @@
15161516
// Insert a menu for preheating at the top level to allow for quick access
15171517
//#define PREHEAT_SHORTCUT_MENU_ITEM
15181518

1519+
// Add Configuration > Debug Menu > Endstop Test for endstop/probe/runout testing
1520+
//#define LCD_ENDSTOP_TEST
1521+
15191522
#endif // HAS_MARLINUI_MENU
15201523

15211524
#if HAS_DISPLAY

config/examples/ADIMLab/Gantry v1/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,9 @@
15161516
// Insert a menu for preheating at the top level to allow for quick access
15171517
//#define PREHEAT_SHORTCUT_MENU_ITEM
15181518

1519+
// Add Configuration > Debug Menu > Endstop Test for endstop/probe/runout testing
1520+
//#define LCD_ENDSTOP_TEST
1521+
15191522
#endif // HAS_MARLINUI_MENU
15201523

15211524
#if HAS_DISPLAY

config/examples/ADIMLab/Gantry v2/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,9 @@
15161516
// Insert a menu for preheating at the top level to allow for quick access
15171517
//#define PREHEAT_SHORTCUT_MENU_ITEM
15181518

1519+
// Add Configuration > Debug Menu > Endstop Test for endstop/probe/runout testing
1520+
//#define LCD_ENDSTOP_TEST
1521+
15191522
#endif // HAS_MARLINUI_MENU
15201523

15211524
#if HAS_DISPLAY

config/examples/Alfawise/U20-bltouch/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,9 @@
15251525
// Insert a menu for preheating at the top level to allow for quick access
15261526
//#define PREHEAT_SHORTCUT_MENU_ITEM
15271527

1528+
// Add Configuration > Debug Menu > Endstop Test for endstop/probe/runout testing
1529+
//#define LCD_ENDSTOP_TEST
1530+
15281531
#endif // HAS_MARLINUI_MENU
15291532

15301533
#if HAS_DISPLAY

config/examples/Alfawise/U20/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,9 @@
15161516
// Insert a menu for preheating at the top level to allow for quick access
15171517
//#define PREHEAT_SHORTCUT_MENU_ITEM
15181518

1519+
// Add Configuration > Debug Menu > Endstop Test for endstop/probe/runout testing
1520+
//#define LCD_ENDSTOP_TEST
1521+
15191522
#endif // HAS_MARLINUI_MENU
15201523

15211524
#if HAS_DISPLAY

config/examples/AliExpress/UM2pExt/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,9 @@
15161516
// Insert a menu for preheating at the top level to allow for quick access
15171517
//#define PREHEAT_SHORTCUT_MENU_ITEM
15181518

1519+
// Add Configuration > Debug Menu > Endstop Test for endstop/probe/runout testing
1520+
//#define LCD_ENDSTOP_TEST
1521+
15191522
#endif // HAS_MARLINUI_MENU
15201523

15211524
#if HAS_DISPLAY

config/examples/Anet/A2/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,9 @@
15161516
// Insert a menu for preheating at the top level to allow for quick access
15171517
//#define PREHEAT_SHORTCUT_MENU_ITEM
15181518

1519+
// Add Configuration > Debug Menu > Endstop Test for endstop/probe/runout testing
1520+
//#define LCD_ENDSTOP_TEST
1521+
15191522
#endif // HAS_MARLINUI_MENU
15201523

15211524
#if HAS_DISPLAY

config/examples/Anet/A2plus/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,9 @@
15161516
// Insert a menu for preheating at the top level to allow for quick access
15171517
//#define PREHEAT_SHORTCUT_MENU_ITEM
15181518

1519+
// Add Configuration > Debug Menu > Endstop Test for endstop/probe/runout testing
1520+
//#define LCD_ENDSTOP_TEST
1521+
15191522
#endif // HAS_MARLINUI_MENU
15201523

15211524
#if HAS_DISPLAY

config/examples/Anet/A6/Configuration_adv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,9 @@
15161516
// Insert a menu for preheating at the top level to allow for quick access
15171517
//#define PREHEAT_SHORTCUT_MENU_ITEM
15181518

1519+
// Add Configuration > Debug Menu > Endstop Test for endstop/probe/runout testing
1520+
//#define LCD_ENDSTOP_TEST
1521+
15191522
#endif // HAS_MARLINUI_MENU
15201523

15211524
#if HAS_DISPLAY

0 commit comments

Comments
 (0)