|
1227 | 1227 | #endif
|
1228 | 1228 | //#define SHAPING_MIN_FREQ 20 // By default the minimum of the shaping frequencies. Override to affect SRAM usage.
|
1229 | 1229 | //#define SHAPING_MAX_STEPRATE 10000 // By default the maximum total step rate of the shaped axes. Override to affect SRAM usage.
|
1230 |
| - #if NONE(SPACE_SAVER, KINGROON_KP3, SPACE_SAVER_2560) |
| 1230 | + #if DISABLED(SPACE_SAVER_2560) |
1231 | 1231 | #define SHAPING_MENU // Add a menu to the LCD to set shaping parameters.
|
1232 | 1232 | #endif
|
1233 | 1233 | #endif
|
|
1546 | 1546 | #endif
|
1547 | 1547 |
|
1548 | 1548 | // Include a page of printer information in the LCD Main Menu
|
1549 |
| - #if DISABLED(SPACE_SAVER) |
1550 |
| - #define LCD_INFO_MENU |
1551 |
| - #endif |
| 1549 | + #define LCD_INFO_MENU |
1552 | 1550 |
|
1553 | 1551 | #if ENABLED(LCD_INFO_MENU)
|
1554 | 1552 | //#define LCD_PRINTER_INFO_IS_BOOTSCREEN // Show bootscreen(s) instead of Printer Info pages
|
1555 | 1553 | #endif
|
1556 | 1554 |
|
1557 | 1555 | // BACK menu items keep the highlight at the top
|
1558 |
| - #if DISABLED(SPACE_SAVER) && DISABLED(KINGROON_KP3) && DISABLED(SPACE_SAVER_2560) |
| 1556 | + #if DISABLED(SPACE_SAVER_2560) |
1559 | 1557 | #define TURBO_BACK_MENU_ITEM
|
1560 | 1558 | #endif
|
1561 | 1559 |
|
|
1581 | 1579 | #endif
|
1582 | 1580 |
|
1583 | 1581 | // Scroll a longer status message into view
|
1584 |
| - #if NONE(DWIN_CREALITY_LCD, SPACE_SAVER) |
| 1582 | + #if DISABLED(DWIN_CREALITY_LCD) |
1585 | 1583 | #define STATUS_MESSAGE_SCROLLING
|
1586 | 1584 | #endif
|
1587 | 1585 |
|
1588 | 1586 | // Apply a timeout to low-priority status messages
|
1589 | 1587 | //#define STATUS_MESSAGE_TIMEOUT_SEC 30 // (seconds)
|
1590 | 1588 |
|
1591 | 1589 | // On the Info Screen, display XY with one decimal place when possible
|
1592 |
| - #if NONE(SPACE_SAVER, SPACE_SAVER_2560) |
| 1590 | + #if DISABLED(SPACE_SAVER_2560) |
1593 | 1591 | #define LCD_DECIMAL_SMALL_XY
|
1594 | 1592 | #endif
|
1595 | 1593 |
|
|
1604 | 1602 | #define LED_CONTROL_MENU
|
1605 | 1603 | #endif
|
1606 | 1604 | #if ENABLED(LED_CONTROL_MENU)
|
1607 |
| - #if DISABLED(SPACE_SAVER) |
1608 |
| - #define LED_COLOR_PRESETS // Enable the Preset Color menu option |
1609 |
| - #endif |
| 1605 | + #define LED_COLOR_PRESETS // Enable the Preset Color menu option |
1610 | 1606 | //#define NEO2_COLOR_PRESETS // Enable a second NeoPixel Preset Color menu option
|
1611 | 1607 | #if ENABLED(LED_COLOR_PRESETS)
|
1612 | 1608 | #define LED_USER_PRESET_RED 130 // User defined RED value
|
|
1701 | 1697 | // Since the FAT gets out of order with usage, SDCARD_SORT_ALPHA is recommended.
|
1702 | 1698 | #define SDCARD_RATHERRECENTFIRST
|
1703 | 1699 |
|
1704 |
| - #if DISABLED(SPACE_SAVER) && DISABLED(SPACE_SAVER_2560) |
| 1700 | + #if DISABLED(SPACE_SAVER_2560) |
1705 | 1701 | #define SD_MENU_CONFIRM_START // Confirm the selected SD file before printing
|
1706 | 1702 | #endif
|
1707 | 1703 |
|
|
1797 | 1793 | //#define M20_TIMESTAMP_SUPPORT // Include timestamps by adding the 'T' flag to M20 commands
|
1798 | 1794 | #endif
|
1799 | 1795 |
|
1800 |
| - #if NONE(SPACE_SAVER, DWIN_CREALITY_LCD, SPACE_SAVER_2560) |
| 1796 | + #if NONE(DWIN_CREALITY_LCD, SPACE_SAVER_2560) |
1801 | 1797 | #define SCROLL_LONG_FILENAMES // Scroll long filenames in the SD card menu
|
1802 | 1798 | #endif
|
1803 | 1799 |
|
|
2006 | 2002 | //#define STATUS_ALT_FAN_BITMAP // Use the alternative fan bitmap
|
2007 | 2003 | //#define STATUS_FAN_FRAMES 3 // :[0,1,2,3,4] Number of fan animation frames
|
2008 | 2004 | //#define STATUS_HEAT_PERCENT // Show heating in a progress bar
|
2009 |
| - #if DISABLED(SPACE_SAVER) && DISABLED(KINGROON_KP3) && DISABLED(SPACE_SAVER_2560) |
| 2005 | + #if DISABLED(SPACE_SAVER_2560) |
2010 | 2006 | #define BOOT_MARLIN_LOGO_ANIMATED // Animated Marlin logo. Costs ~3260 (or ~940) bytes of flash.
|
2011 | 2007 | #endif
|
2012 | 2008 |
|
|
2264 | 2260 | #if ENABLED(ABL_ENABLE)
|
2265 | 2261 | #define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
|
2266 | 2262 | #if ENABLED(BABYSTEP_ZPROBE_OFFSET)
|
2267 |
| - #if NONE(SPACE_SAVER, DWIN_CREALITY_LCD, DWIN_CREALITY_LCD_ENHANCED, DWIN_CREALITY_LCD_JYERSUI, DWIN_MARLINUI_PORTRAIT, DWIN_MARLINUI_LANDSCAPE) |
| 2263 | + #if NONE(DWIN_CREALITY_LCD, DWIN_CREALITY_LCD_ENHANCED, DWIN_CREALITY_LCD_JYERSUI, DWIN_MARLINUI_PORTRAIT, DWIN_MARLINUI_LANDSCAPE) |
2268 | 2264 | //#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets
|
2269 | 2265 | #if DISABLED(LCD2004)
|
2270 | 2266 | #define BABYSTEP_ZPROBE_GFX_OVERLAY // Enable graphical overlay on Z-offset editor
|
|
2585 | 2581 | // The ASCII buffer for serial input
|
2586 | 2582 | #define MAX_CMD_SIZE 96
|
2587 | 2583 |
|
2588 |
| -#if ENABLED(SPACE_SAVER) || ENABLED(SPACE_SAVER_2560) || ENABLED(SKR_E3_MINI_BOARD) || ENABLED(KINGROON_KP3) |
| 2584 | +#if ENABLED(SPACE_SAVER_2560) |
2589 | 2585 | #define BUFSIZE 16
|
2590 | 2586 | #else
|
2591 | 2587 | #define BUFSIZE 32
|
|
2882 | 2878 | #define PARK_HEAD_ON_PAUSE // Park the nozzle during pause and filament change.
|
2883 | 2879 | //#define HOME_BEFORE_FILAMENT_CHANGE // If needed, home before parking for filament change
|
2884 | 2880 |
|
2885 |
| - #if NONE(SPACE_SAVER, SPACE_SAVER_2560) |
| 2881 | + #if DISABLED(SPACE_SAVER_2560) |
2886 | 2882 | #define FILAMENT_LOAD_UNLOAD_GCODES // Add M701/M702 Load/Unload G-codes, plus Load/Unload in the LCD Prepare menu.
|
2887 | 2883 | #endif
|
2888 | 2884 | //#define FILAMENT_UNLOAD_ALL_EXTRUDERS // Allow M702 to unload all extruders above a minimum target temp (as set by M302)
|
|
2924 | 2920 | */
|
2925 | 2921 | #define INTERPOLATE true
|
2926 | 2922 |
|
2927 |
| - #if ANY(EZBOARD, EZBOARD_V2, SKR_E3_MINI_BOARD, DIY_TMCBOARD, SKR_E3_MINI_V3_0, SOVOL_SV06, SOVOL_SV06_PLUS) |
| 2923 | + #if ANY(EZBOARD, EZBOARD_V2, SKR_E3_MINI_BOARD, DIY_TMCBOARD, SKR_E3_MINI_V3_0, SOVOL_SV06, SOVOL_SV06_PLUS, E3FREERUNS) |
2928 | 2924 | #if AXIS_IS_TMC_CONFIG(X)
|
2929 | 2925 | #if X_MOTOR_CURRENT > 0
|
2930 | 2926 | #define X_CURRENT X_MOTOR_CURRENT
|
|
2965 | 2961 | //#define X2_HOLD_MULTIPLIER 0.5
|
2966 | 2962 | #endif
|
2967 | 2963 |
|
2968 |
| - #if ANY(EZBOARD, EZBOARD_V2, SKR_E3_MINI_BOARD, DIY_TMCBOARD, SKR_E3_MINI_V3_0, SOVOL_SV06, SOVOL_SV06_PLUS) |
| 2964 | + #if ANY(EZBOARD, EZBOARD_V2, SKR_E3_MINI_BOARD, DIY_TMCBOARD, SKR_E3_MINI_V3_0, SOVOL_SV06, SOVOL_SV06_PLUS, E3FREERUNS) |
2969 | 2965 | #if AXIS_IS_TMC_CONFIG(Y)
|
2970 | 2966 | #if ENABLED(CR10_S5) || ENABLED(CR10S_S5)
|
2971 | 2967 | #define Y_CURRENT 800
|
|
3010 | 3006 | //#define Y2_HOLD_MULTIPLIER 0.5
|
3011 | 3007 | #endif
|
3012 | 3008 |
|
3013 |
| - #if ANY(EZBOARD, EZBOARD_V2, SKR_E3_MINI_BOARD, DIY_TMCBOARD, SKR_E3_MINI_V3_0, SOVOL_SV06, SOVOL_SV06_PLUS) |
| 3009 | + #if ANY(EZBOARD, EZBOARD_V2, SKR_E3_MINI_BOARD, DIY_TMCBOARD, SKR_E3_MINI_V3_0, SOVOL_SV06, SOVOL_SV06_PLUS, E3FREERUNS) |
3014 | 3010 | #if AXIS_IS_TMC_CONFIG(Z)
|
3015 | 3011 | #if ENABLED(DUAL_Z_MOTORS)
|
3016 | 3012 | #define Z_CURRENT 1000
|
|
3160 | 3156 | //#define W_HOLD_MULTIPLIER 0.5
|
3161 | 3157 | #endif
|
3162 | 3158 |
|
3163 |
| - #if ANY(EZBOARD, EZBOARD_V2, SKR_E3_MINI_BOARD, DIY_TMCBOARD, SKR_E3_MINI_V3_0, SOVOL_SV06, SOVOL_SV06_PLUS) |
| 3159 | + #if ANY(EZBOARD, EZBOARD_V2, SKR_E3_MINI_BOARD, DIY_TMCBOARD, SKR_E3_MINI_V3_0, SOVOL_SV06, SOVOL_SV06_PLUS, E3FREERUNS) |
3164 | 3160 | #if ENABLED(PANCAKE_STEPPER)
|
3165 | 3161 | #define E0_CURRENT 550
|
3166 | 3162 | #elif E0_MOTOR_CURRENT > 0
|
|
3325 | 3321 | #define E5_SLAVE_ADDRESS 0
|
3326 | 3322 | #define E6_SLAVE_ADDRESS 0
|
3327 | 3323 | #define E7_SLAVE_ADDRESS 0
|
3328 |
| - #elif ENABLED(EZBOARD_V2) |
| 3324 | + #elif ANY(EZBOARD_V2, E3FREERUNS) |
3329 | 3325 | #if ENABLED(ENDER6)
|
3330 | 3326 | #define X_SLAVE_ADDRESS 1
|
3331 | 3327 | #define Y_SLAVE_ADDRESS 0
|
|
3495 | 3491 | * M912 - Clear stepper driver overtemperature pre-warn condition flag.
|
3496 | 3492 | * M122 - Report driver parameters (Requires TMC_DEBUG)
|
3497 | 3493 | */
|
3498 |
| - #if DISABLED(SPACE_SAVER) |
3499 |
| - #define MONITOR_DRIVER_STATUS |
3500 |
| - #endif |
3501 |
| - |
| 3494 | + #define MONITOR_DRIVER_STATUS |
| 3495 | + |
3502 | 3496 | #if ENABLED(MONITOR_DRIVER_STATUS)
|
3503 | 3497 | #define CURRENT_STEP_DOWN 50 // [mA]
|
3504 | 3498 | #define REPORT_CURRENT_CHANGE
|
|
3611 | 3605 | * Beta feature!
|
3612 | 3606 | * Create a 50/50 square wave step pulse optimal for stepper drivers.
|
3613 | 3607 | */
|
3614 |
| - #define SQUARE_WAVE_STEPPING |
| 3608 | + //#define SQUARE_WAVE_STEPPING |
3615 | 3609 |
|
3616 | 3610 | /**
|
3617 | 3611 | * Enable M122 debugging command for TMC stepper drivers.
|
3618 | 3612 | * M122 S0/1 will enable continuous reporting.
|
3619 | 3613 | */
|
3620 |
| - #if DISABLED(SPACE_SAVER) |
3621 |
| - #define TMC_DEBUG |
3622 |
| - #endif |
3623 |
| - |
| 3614 | + #define TMC_DEBUG |
| 3615 | + |
3624 | 3616 | /**
|
3625 | 3617 | * You can set your own advanced settings by filling in predefined functions.
|
3626 | 3618 | * A list of available functions can be found on the library github page
|
|
4032 | 4024 | /**
|
4033 | 4025 | * Include capabilities in M115 output
|
4034 | 4026 | */
|
4035 |
| -#if DISABLED(SPACE_SAVER) |
4036 |
| - #define EXTENDED_CAPABILITIES_REPORT |
4037 |
| - #if ENABLED(EXTENDED_CAPABILITIES_REPORT) |
4038 |
| - //#define M115_GEOMETRY_REPORT |
4039 |
| - #endif |
| 4027 | +#define EXTENDED_CAPABILITIES_REPORT |
| 4028 | +#if ENABLED(EXTENDED_CAPABILITIES_REPORT) |
| 4029 | + //#define M115_GEOMETRY_REPORT |
4040 | 4030 | #endif
|
4041 | 4031 |
|
4042 | 4032 | #if ENABLED(BTT_TOUCH_SCREEN)
|
|
0 commit comments