|
459 | 459 | #define PID_FAN_SCALING_LIN_FACTOR (PID_FAN_SCALING_AT_FULL_SPEED-DEFAULT_Kf)/255.0
|
460 | 460 |
|
461 | 461 | #else
|
462 |
| - #define PID_FAN_SCALING_LIN_FACTOR (0) // Power loss due to cooling = Kf * (fan_speed) |
| 462 | + #define PID_FAN_SCALING_LIN_FACTOR (0) // Power-loss due to cooling = Kf * (fan_speed) |
463 | 463 | #define DEFAULT_Kf 10 // A constant value added to the PID-tuner
|
464 | 464 | #define PID_FAN_SCALING_MIN_SPEED 10 // Minimum fan speed at which to enable PID_FAN_SCALING
|
465 | 465 | #endif
|
|
1540 | 1540 | * Axis moves <= 1/2 the axis length and Extruder moves <= EXTRUDE_MAXLENGTH
|
1541 | 1541 | * will be shown in the move submenus.
|
1542 | 1542 | */
|
| 1543 | + |
1543 | 1544 | #define MANUAL_MOVE_DISTANCE_MM 10, 1.0, 0.1 // (mm)
|
1544 | 1545 | //#define MANUAL_MOVE_DISTANCE_MM 100, 50, 10, 1.0, 0.1 // (mm)
|
1545 | 1546 | //#define MANUAL_MOVE_DISTANCE_MM 500, 100, 50, 10, 1.0, 0.1 // (mm)
|
|
1744 | 1745 | */
|
1745 | 1746 | //#define POWER_LOSS_RECOVERY
|
1746 | 1747 | #if ENABLED(POWER_LOSS_RECOVERY)
|
1747 |
| - #define PLR_ENABLED_DEFAULT false // Power Loss Recovery enabled by default. (Set with 'M413 Sn' & M500) |
| 1748 | + #define PLR_ENABLED_DEFAULT false // Power-Loss Recovery enabled by default. (Set with 'M413 Sn' & M500) |
1748 | 1749 | //#define PLR_BED_THRESHOLD BED_MAXTEMP // (°C) Skip user confirmation at or above this bed temperature (0 to disable)
|
1749 |
| - //#define BACKUP_POWER_SUPPLY // Backup power / UPS to move the steppers on power loss |
1750 |
| - //#define POWER_LOSS_ZRAISE 2 // (mm) Z axis raise on resume (on power loss with UPS) |
1751 |
| - //#define POWER_LOSS_PIN 44 // Pin to detect power loss. Set to -1 to disable default pin on boards without module. |
1752 |
| - //#define POWER_LOSS_STATE HIGH // State of pin indicating power loss |
| 1750 | + |
| 1751 | + //#define POWER_LOSS_PIN 44 // Pin to detect power-loss. Set to -1 to disable default pin on boards without module, or comment to use board default. |
| 1752 | + //#define POWER_LOSS_STATE HIGH // State of pin indicating power-loss |
1753 | 1753 | //#define POWER_LOSS_PULLUP // Set pullup / pulldown as appropriate for your sensor
|
1754 | 1754 | //#define POWER_LOSS_PULLDOWN
|
1755 |
| - //#define POWER_LOSS_PURGE_LEN 20 // (mm) Length of filament to purge on resume |
1756 |
| - //#define POWER_LOSS_RETRACT_LEN 10 // (mm) Length of filament to retract on fail. Requires backup power. |
| 1755 | + |
| 1756 | + //#define POWER_LOSS_ZRAISE 2 // (mm) Z axis raise on resume (on power-loss with UPS) |
| 1757 | + //#define POWER_LOSS_PURGE_LEN 20 // (mm) Length of filament to purge on resume |
1757 | 1758 |
|
1758 | 1759 | // Without a POWER_LOSS_PIN the following option helps reduce wear on the SD card,
|
1759 | 1760 | // especially with "vase mode" printing. Set too high and vases cannot be continued.
|
1760 | 1761 | #define POWER_LOSS_MIN_Z_CHANGE 0.05 // (mm) Minimum Z change before saving power-loss data
|
1761 | 1762 |
|
| 1763 | + //#define BACKUP_POWER_SUPPLY // Backup power / UPS to move the steppers on power-loss |
| 1764 | + #if ENABLED(BACKUP_POWER_SUPPLY) |
| 1765 | + //#define POWER_LOSS_RETRACT_LEN 10 // (mm) Length of filament to retract on fail |
| 1766 | + #endif |
| 1767 | + |
1762 | 1768 | // Enable if Z homing is needed for proper recovery. 99.9% of the time this should be disabled!
|
1763 | 1769 | //#define POWER_LOSS_RECOVER_ZHOME
|
1764 | 1770 | #if ENABLED(POWER_LOSS_RECOVER_ZHOME)
|
|
0 commit comments