Skip to content

Commit 5f2b0cf

Browse files
committed
Few more debugging options
1 parent 807d371 commit 5f2b0cf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Marlin/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@
16811681
//#define PROBE_OFFSET_ZMAX 20 // (mm)
16821682

16831683
// Enable the M48 repeatability test to test probe accuracy
1684-
//#define Z_MIN_PROBE_REPEATABILITY_TEST
1684+
#define Z_MIN_PROBE_REPEATABILITY_TEST
16851685

16861686
// Before deploy/stow pause for user confirmation
16871687
//#define PAUSE_BEFORE_DEPLOY_STOW

Marlin/Configuration_adv.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@
10501050
* | 1 2 | 2 3 | 3 4 | 4 1 |
10511051
*/
10521052
#ifndef Z_STEPPER_ALIGN_XY
1053-
//#define Z_STEPPERS_ORIENTATION 0
1053+
#define Z_STEPPERS_ORIENTATION 0
10541054
#endif
10551055

10561056
/**
@@ -1531,7 +1531,7 @@
15311531
// Include a page of printer information in the LCD Main Menu
15321532
#define LCD_INFO_MENU
15331533
#if ENABLED(LCD_INFO_MENU)
1534-
//#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
1534+
#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
15351535
#endif
15361536

15371537
/**
@@ -1556,10 +1556,10 @@
15561556
//#define TURBO_BACK_MENU_ITEM
15571557

15581558
// Insert a menu for preheating at the top level to allow for quick access
1559-
//#define PREHEAT_SHORTCUT_MENU_ITEM
1559+
#define PREHEAT_SHORTCUT_MENU_ITEM
15601560

15611561
// Add Configuration > Debug Menu > Endstop Test for endstop/probe/runout testing
1562-
//#define LCD_ENDSTOP_TEST
1562+
#define LCD_ENDSTOP_TEST
15631563

15641564
#endif // HAS_MARLINUI_MENU
15651565

@@ -3451,7 +3451,7 @@
34513451
* Enable M122 debugging command for TMC stepper drivers.
34523452
* M122 S0/1 will enable continuous reporting.
34533453
*/
3454-
//#define TMC_DEBUG
3454+
#define TMC_DEBUG
34553455

34563456
/**
34573457
* You can set your own advanced settings by filling in predefined functions.

0 commit comments

Comments
 (0)