mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 14:37:39 -06:00
📝 Misc. sections
This commit is contained in:
parent
f12a42d0ae
commit
d64c8bb724
350 changed files with 6649 additions and 1399 deletions
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2378,6 +2385,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2495,6 +2504,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2550,7 +2561,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2670,6 +2681,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2704,6 +2717,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2369,6 +2376,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2486,6 +2495,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2541,7 +2552,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2661,6 +2672,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2695,6 +2708,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -569,6 +569,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -672,8 +674,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -750,6 +750,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -772,7 +773,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -789,6 +790,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -838,6 +841,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -909,6 +914,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2373,6 +2380,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2490,6 +2499,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2545,7 +2556,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2665,6 +2676,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2699,6 +2712,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2365,6 +2372,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2482,6 +2491,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2537,7 +2548,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2657,6 +2668,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2691,6 +2704,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2370,6 +2377,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2487,6 +2496,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2542,7 +2553,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2662,6 +2673,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2696,6 +2709,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2369,6 +2376,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2486,6 +2495,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2541,7 +2552,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2661,6 +2672,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2695,6 +2708,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2369,6 +2376,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2486,6 +2495,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2541,7 +2552,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2661,6 +2672,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2695,6 +2708,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2376,6 +2383,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2493,6 +2502,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2548,7 +2559,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2668,6 +2679,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2702,6 +2715,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -666,8 +668,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -744,6 +744,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -766,7 +767,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -783,6 +784,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -832,6 +835,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -903,6 +908,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2367,6 +2374,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2484,6 +2493,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2539,7 +2550,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2659,6 +2670,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2693,6 +2706,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2369,6 +2376,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2486,6 +2495,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2541,7 +2552,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2661,6 +2672,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2695,6 +2708,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2373,6 +2380,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2490,6 +2499,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2545,7 +2556,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2665,6 +2676,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2699,6 +2712,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2375,6 +2382,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2492,6 +2501,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2547,7 +2558,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2667,6 +2678,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2701,6 +2714,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2369,6 +2376,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2486,6 +2495,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2541,7 +2552,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2661,6 +2672,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2695,6 +2708,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2369,6 +2376,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2486,6 +2495,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2541,7 +2552,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2661,6 +2672,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2695,6 +2708,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2369,6 +2376,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2486,6 +2495,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2541,7 +2552,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2661,6 +2672,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2695,6 +2708,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2369,6 +2376,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2486,6 +2495,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2541,7 +2552,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2661,6 +2672,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2695,6 +2708,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 4
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 4
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 6
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
|
@ -564,6 +564,8 @@
|
|||
#define TEMP_SENSOR_AD8495_OFFSET 0.0
|
||||
#define TEMP_SENSOR_AD8495_GAIN 1.0
|
||||
|
||||
// @section fans
|
||||
|
||||
/**
|
||||
* Controller Fan
|
||||
* To cool down the stepper drivers and MOSFETs.
|
||||
|
@ -667,8 +669,6 @@
|
|||
//#define NUM_REDUNDANT_FANS 1 // Number of sequential fans to synchronize with Fan 0
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
/**
|
||||
* Extruder cooling fans
|
||||
*
|
||||
|
@ -745,6 +745,7 @@
|
|||
#define FANMUX2_PIN -1
|
||||
|
||||
/**
|
||||
* @section caselight
|
||||
* M355 Case Light on-off / brightness
|
||||
*/
|
||||
//#define CASE_LIGHT_ENABLE
|
||||
|
@ -767,7 +768,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section homing
|
||||
// @section endstops
|
||||
|
||||
// If you want endstops to stay on (by default) even when not homing
|
||||
// enable this option. Override at any time with M120, M121.
|
||||
|
@ -784,6 +785,8 @@
|
|||
//#define CLOSED_LOOP_MOVE_COMPLETE_PIN -1
|
||||
#endif
|
||||
|
||||
// @section idex
|
||||
|
||||
/**
|
||||
* Dual X Carriage
|
||||
*
|
||||
|
@ -833,6 +836,8 @@
|
|||
//#define EVENT_GCODE_IDEX_AFTER_MODECHANGE "G28X"
|
||||
#endif
|
||||
|
||||
// @section multi stepper
|
||||
|
||||
/**
|
||||
* Multi-Stepper / Multi-Endstop
|
||||
*
|
||||
|
@ -904,6 +909,8 @@
|
|||
//#define INVERT_E1_VS_E0_DIR // E direction signals are opposites
|
||||
#endif
|
||||
|
||||
// @section extruder
|
||||
|
||||
// Activate a solenoid on the active extruder with M380. Disable all with M381.
|
||||
// Define SOL0_PIN, SOL1_PIN, etc., for each extruder that has a solenoid.
|
||||
//#define EXT_SOLENOID
|
||||
|
@ -2368,6 +2375,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
// @section probes
|
||||
|
||||
/**
|
||||
* Thermal Probe Compensation
|
||||
*
|
||||
|
@ -2485,6 +2494,8 @@
|
|||
#define G38_MINIMUM_MOVE 0.0275 // (mm) Minimum distance that will produce a move.
|
||||
#endif
|
||||
|
||||
// @section motion
|
||||
|
||||
// Moves (or segments) with fewer steps than this will be joined with the next move
|
||||
#define MIN_STEPS_PER_SEGMENT 4
|
||||
|
||||
|
@ -2540,7 +2551,7 @@
|
|||
//================================= Buffers =================================
|
||||
//===========================================================================
|
||||
|
||||
// @section motion
|
||||
// @section gcode
|
||||
|
||||
// The number of linear moves that can be in the planner at once.
|
||||
#if ALL(HAS_MEDIA, DIRECT_STEPPING)
|
||||
|
@ -2660,6 +2671,8 @@
|
|||
*/
|
||||
//#define EXTRA_FAN_SPEED
|
||||
|
||||
// @section gcode
|
||||
|
||||
/**
|
||||
* Firmware-based and LCD-controlled retract
|
||||
*
|
||||
|
@ -2694,6 +2707,8 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// @section tool change
|
||||
|
||||
/**
|
||||
* Universal tool change settings.
|
||||
* Applies to all types of extruders except where explicitly noted.
|
||||
|
|
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