File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1681
1681
//#define PROBE_OFFSET_ZMAX 20 // (mm)
1682
1682
1683
1683
// Enable the M48 repeatability test to test probe accuracy
1684
- // #define Z_MIN_PROBE_REPEATABILITY_TEST
1684
+ #define Z_MIN_PROBE_REPEATABILITY_TEST
1685
1685
1686
1686
// Before deploy/stow pause for user confirmation
1687
1687
//#define PAUSE_BEFORE_DEPLOY_STOW
Original file line number Diff line number Diff line change 1050
1050
* | 1 2 | 2 3 | 3 4 | 4 1 |
1051
1051
*/
1052
1052
#ifndef Z_STEPPER_ALIGN_XY
1053
- // #define Z_STEPPERS_ORIENTATION 0
1053
+ #define Z_STEPPERS_ORIENTATION 0
1054
1054
#endif
1055
1055
1056
1056
/**
1531
1531
// Include a page of printer information in the LCD Main Menu
1532
1532
#define LCD_INFO_MENU
1533
1533
#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
1535
1535
#endif
1536
1536
1537
1537
/**
1556
1556
//#define TURBO_BACK_MENU_ITEM
1557
1557
1558
1558
// 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
1560
1560
1561
1561
// Add Configuration > Debug Menu > Endstop Test for endstop/probe/runout testing
1562
- // #define LCD_ENDSTOP_TEST
1562
+ #define LCD_ENDSTOP_TEST
1563
1563
1564
1564
#endif // HAS_MARLINUI_MENU
1565
1565
3451
3451
* Enable M122 debugging command for TMC stepper drivers.
3452
3452
* M122 S0/1 will enable continuous reporting.
3453
3453
*/
3454
- // #define TMC_DEBUG
3454
+ #define TMC_DEBUG
3455
3455
3456
3456
/**
3457
3457
* You can set your own advanced settings by filling in predefined functions.
You can’t perform that action at this time.
0 commit comments