|
346 | 346 | * Multiple extruders can be assigned to the same pin in which case
|
347 | 347 | * the fan will turn on when any selected extruder is above the threshold.
|
348 | 348 | */
|
349 |
| -#define E0_AUTO_FAN_PIN HOTEND_FAN_PIN // hotend fan on heater2 |
| 349 | +//#define E0_AUTO_FAN_PIN HOTEND_FAN_PIN // hotend fan on heater2 |
| 350 | +#define E0_AUTO_FAN_PIN -1 // hotend fan on heater2 |
| 351 | + |
350 | 352 | #define E1_AUTO_FAN_PIN -1
|
351 | 353 | #define E2_AUTO_FAN_PIN -1
|
352 | 354 | #define E3_AUTO_FAN_PIN -1
|
|
1685 | 1687 | // This short retract is done immediately, before parking the nozzle.
|
1686 | 1688 | #define FILAMENT_CHANGE_UNLOAD_FEEDRATE 10 // (mm/s) Unload filament feedrate. This can be pretty fast.
|
1687 | 1689 | #define FILAMENT_CHANGE_UNLOAD_ACCEL 25 // (mm/s^2) Lower acceleration may allow a faster feedrate.
|
1688 |
| - #define FILAMENT_CHANGE_UNLOAD_LENGTH 650 // (mm) The length of filament for a complete unload. |
| 1690 | + //#define FILAMENT_CHANGE_UNLOAD_LENGTH 650 |
| 1691 | + #define FILAMENT_CHANGE_UNLOAD_LENGTH 0 // (mm) The length of filament for a complete unload. |
1689 | 1692 | // For Bowden, the full length of the tube and nozzle.
|
1690 | 1693 | // For direct drive, the full length of the nozzle.
|
1691 | 1694 | // Set to 0 for manual unloading.
|
|
1694 | 1697 | // 0 to disable start loading and skip to fast load only
|
1695 | 1698 | #define FILAMENT_CHANGE_FAST_LOAD_FEEDRATE 6 // (mm/s) Load filament feedrate. This can be pretty fast.
|
1696 | 1699 | #define FILAMENT_CHANGE_FAST_LOAD_ACCEL 25 // (mm/s^2) Lower acceleration may allow a faster feedrate.
|
1697 |
| - #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 615 // (mm) Load length of filament, from extruder gear to nozzle. |
| 1700 | + //#define FILAMENT_CHANGE_FAST_LOAD_LENGTH 615 |
| 1701 | + #define FILAMENT_CHANGE_FAST_LOAD_LENGTH 0 // (mm) Load length of filament, from extruder gear to nozzle. |
1698 | 1702 | // For Bowden, the full length of the tube and nozzle.
|
1699 | 1703 | // For direct drive, the full length of the nozzle.
|
1700 |
| - #define ADVANCED_PAUSE_CONTINUOUS_PURGE // Purge continuously up to the purge length until interrupted. |
| 1704 | + #define ADVANCED_PAUSE_CONTINUOUS_PURGE // Purge continuously up to the purge length until interrupted. |
1701 | 1705 | #define ADVANCED_PAUSE_PURGE_FEEDRATE 2 // (mm/s) Extrude feedrate (after loading). Should be slower than load feedrate.
|
1702 | 1706 | #define ADVANCED_PAUSE_PURGE_LENGTH 50 // (mm) Length to extrude after loading.
|
1703 | 1707 | // Set to 0 for manual extrusion.
|
1704 | 1708 | // Filament can be extruded repeatedly from the Filament Change menu
|
1705 | 1709 | // until extrusion is consistent, and to purge old filament.
|
1706 | 1710 | #define ADVANCED_PAUSE_RESUME_PRIME 0 // (mm) Extra distance to prime nozzle after returning from park.
|
1707 |
| - #define ADVANCED_PAUSE_FANS_PAUSE // Turn off print-cooling fans while the machine is paused. |
| 1711 | + #define ADVANCED_PAUSE_FANS_PAUSE // Turn off print-cooling fans while the machine is paused. |
1708 | 1712 |
|
1709 | 1713 | // Filament Unload does a Retract, Delay, and Purge first:
|
1710 | 1714 | #define FILAMENT_UNLOAD_RETRACT_LENGTH 10 // (mm) Unload initial retract length.
|
|
1718 | 1722 | #define PARK_HEAD_ON_PAUSE // Park the nozzle during pause and filament change.
|
1719 | 1723 | //#define HOME_BEFORE_FILAMENT_CHANGE // Ensure homing has been completed prior to parking for filament change
|
1720 | 1724 |
|
1721 |
| - //#define FILAMENT_LOAD_UNLOAD_GCODES // Add M701/M702 Load/Unload G-codes, plus Load/Unload in the LCD Prepare menu. |
| 1725 | + // makes more sense |
| 1726 | + #define FILAMENT_LOAD_UNLOAD_GCODES // Add M701/M702 Load/Unload G-codes, plus Load/Unload in the LCD Prepare menu. |
1722 | 1727 | //#define FILAMENT_UNLOAD_ALL_EXTRUDERS // Allow M702 to unload all extruders above a minimum target temp (as set by M302)
|
1723 | 1728 | #endif
|
1724 | 1729 |
|
|
0 commit comments