|
1723 | 1723 | #define PROBING_BED_TEMP 50
|
1724 | 1724 | #endif
|
1725 | 1725 |
|
| 1726 | +// @section stepper drivers |
| 1727 | + |
1726 | 1728 | // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
1727 | 1729 | // :{ 0:'Low', 1:'High' }
|
1728 | 1730 | #define X_ENABLE_ON 0
|
|
1896 | 1898 | #endif
|
1897 | 1899 |
|
1898 | 1900 | /**
|
| 1901 | + * @section filament runout sensors |
| 1902 | + * |
1899 | 1903 | * Filament Runout Sensors
|
1900 | 1904 | * Mechanical or opto endstops are used to check for the presence of filament.
|
1901 | 1905 | *
|
|
2418 | 2422 | #define PREHEAT_2_TEMP_CHAMBER 35
|
2419 | 2423 | #define PREHEAT_2_FAN_SPEED 0 // Value from 0 to 255
|
2420 | 2424 |
|
2421 |
| -// @section motion |
2422 |
| - |
2423 | 2425 | /**
|
| 2426 | + * @section nozzle park |
| 2427 | + * |
2424 | 2428 | * Nozzle Park
|
2425 | 2429 | *
|
2426 | 2430 | * Park the nozzle at the given XYZ position on idle or G27.
|
|
2443 | 2447 | #endif
|
2444 | 2448 |
|
2445 | 2449 | /**
|
| 2450 | + * @section nozzle clean |
| 2451 | + * |
2446 | 2452 | * Clean Nozzle Feature
|
2447 | 2453 | *
|
2448 | 2454 | * Adds the G12 command to perform a nozzle cleaning process.
|
|
2603 | 2609 | //#include "Configuration_Secure.h" // External file with PASSWORD_DEFAULT_VALUE
|
2604 | 2610 | #endif
|
2605 | 2611 |
|
2606 |
| -//============================================================================= |
2607 |
| -//============================= LCD and SD support ============================ |
2608 |
| -//============================================================================= |
| 2612 | +// @section media |
| 2613 | + |
| 2614 | +/** |
| 2615 | + * SD CARD |
| 2616 | + * |
| 2617 | + * SD Card support is disabled by default. If your controller has an SD slot, |
| 2618 | + * you must uncomment the following option or it won't work. |
| 2619 | + */ |
| 2620 | +//#define SDSUPPORT |
| 2621 | + |
| 2622 | +/** |
| 2623 | + * SD CARD: ENABLE CRC |
| 2624 | + * |
| 2625 | + * Use CRC checks and retries on the SD communication. |
| 2626 | + */ |
| 2627 | +#if ENABLED(SDSUPPORT) |
| 2628 | + //#define SD_CHECK_AND_RETRY |
| 2629 | +#endif |
2609 | 2630 |
|
2610 | 2631 | // @section interface
|
2611 | 2632 |
|
|
2652 | 2673 | */
|
2653 | 2674 | #define LCD_INFO_SCREEN_STYLE 0
|
2654 | 2675 |
|
2655 |
| -/** |
2656 |
| - * SD CARD |
2657 |
| - * |
2658 |
| - * SD Card support is disabled by default. If your controller has an SD slot, |
2659 |
| - * you must uncomment the following option or it won't work. |
2660 |
| - */ |
2661 |
| -//#define SDSUPPORT |
2662 |
| - |
2663 |
| -/** |
2664 |
| - * SD CARD: ENABLE CRC |
2665 |
| - * |
2666 |
| - * Use CRC checks and retries on the SD communication. |
2667 |
| - */ |
2668 |
| -//#define SD_CHECK_AND_RETRY |
2669 |
| - |
2670 | 2676 | /**
|
2671 | 2677 | * LCD Menu Items
|
2672 | 2678 | *
|
|
0 commit comments