mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 23:17:38 -06:00
parent
ac7195cfd3
commit
e04cd53f97
649 changed files with 4697 additions and 4388 deletions
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1718,7 +1718,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1785,7 +1785,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1155,19 +1155,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1786,7 +1786,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1717,7 +1717,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1752,7 +1752,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1719,7 +1719,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1718,7 +1718,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1718,7 +1718,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1718,7 +1718,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1722,7 +1722,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1722,7 +1722,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1722,7 +1722,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1722,7 +1722,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1719,7 +1719,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
//#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
//#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1717,7 +1717,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1717,7 +1717,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
//#define DISABLE_INACTIVE_X
|
//#define DISABLE_IDLE_X
|
||||||
//#define DISABLE_INACTIVE_Y
|
//#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1767,7 +1767,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1732,7 +1732,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1717,7 +1717,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1151,19 +1151,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1732,7 +1732,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
//#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
//#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
//#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
//#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1714,7 +1714,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1714,7 +1714,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1731,7 +1731,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1723,7 +1723,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1147,19 +1147,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
//#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
//#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1147,19 +1147,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1716,7 +1716,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 120
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 120
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1717,7 +1717,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 60
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 60
|
||||||
#define DISABLE_INACTIVE_X
|
#define DISABLE_IDLE_X
|
||||||
#define DISABLE_INACTIVE_Y
|
#define DISABLE_IDLE_Y
|
||||||
#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
|
@ -1730,7 +1730,7 @@
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
//#define DISABLE_E // Disable the extruder when not stepping
|
//#define DISABLE_E // Disable the extruder when not stepping
|
||||||
#define DISABLE_INACTIVE_EXTRUDER // Keep only the active extruder enabled
|
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
|
|
|
@ -1146,19 +1146,20 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Idle Stepper Shutdown
|
* Idle Stepper Shutdown
|
||||||
* Enable DISABLE_INACTIVE_* to shut down axis steppers after an idle period.
|
* Enable DISABLE_IDLE_* to shut down axis steppers after an idle period.
|
||||||
* The Deactive Time can be overridden with M18 and M84. Set to 0 for No Timeout.
|
* The default timeout duration can be overridden with M18 and M84. Set to 0 for No Timeout.
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_STEPPER_DEACTIVE_TIME 300
|
#define DEFAULT_STEPPER_TIMEOUT_SEC 300
|
||||||
//#define DISABLE_INACTIVE_X
|
//#define DISABLE_IDLE_X
|
||||||
//#define DISABLE_INACTIVE_Y
|
//#define DISABLE_IDLE_Y
|
||||||
//#define DISABLE_INACTIVE_Z // Disable if the nozzle could fall onto your printed part!
|
//#define DISABLE_IDLE_Z // Disable if the nozzle could fall onto your printed part!
|
||||||
//#define DISABLE_INACTIVE_I
|
//#define DISABLE_IDLE_I
|
||||||
//#define DISABLE_INACTIVE_J
|
//#define DISABLE_IDLE_J
|
||||||
//#define DISABLE_INACTIVE_K
|
//#define DISABLE_IDLE_K
|
||||||
//#define DISABLE_INACTIVE_U
|
//#define DISABLE_IDLE_U
|
||||||
//#define DISABLE_INACTIVE_V
|
//#define DISABLE_IDLE_V
|
||||||
//#define DISABLE_INACTIVE_W
|
//#define DISABLE_IDLE_W
|
||||||
|
#define DISABLE_IDLE_E // Shut down all idle extruders
|
||||||
|
|
||||||
// Default Minimum Feedrates for printing and travel moves
|
// Default Minimum Feedrates for printing and travel moves
|
||||||
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue