mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-08 15:37:32 -06:00
SENSORLESS_PROBING, PTC_MAX_BED_TEMP
This commit is contained in:
parent
52507d02d5
commit
ef83d0e88b
297 changed files with 1410 additions and 1242 deletions
|
@ -925,6 +925,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1584,7 +1584,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2308,14 +2308,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -932,6 +932,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -925,6 +925,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -925,6 +925,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -945,6 +945,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -987,6 +987,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1590,7 +1590,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2314,14 +2314,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -987,6 +987,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1589,7 +1589,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2313,14 +2313,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -925,6 +925,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -936,6 +936,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2314,14 +2314,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -925,6 +925,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -925,6 +925,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -966,6 +966,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -938,6 +938,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -936,6 +936,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -925,6 +925,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -937,6 +937,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -935,6 +935,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -926,6 +926,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1592,7 +1592,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2316,14 +2316,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -908,6 +908,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -930,6 +930,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -925,6 +925,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -925,6 +925,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -925,6 +925,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -913,6 +913,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -926,6 +926,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1596,7 +1596,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2320,14 +2320,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -913,6 +913,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -917,6 +917,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1590,7 +1590,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2314,14 +2314,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -918,6 +918,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1590,7 +1590,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2314,14 +2314,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -924,6 +924,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -935,6 +935,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -925,6 +925,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -926,6 +926,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -944,6 +944,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -929,6 +929,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -929,6 +929,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -935,6 +935,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -929,6 +929,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -929,6 +929,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -935,6 +935,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -923,6 +923,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -929,6 +929,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -925,6 +925,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -925,6 +925,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2308,14 +2308,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -935,6 +935,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -930,6 +930,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -930,6 +930,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -930,6 +930,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -930,6 +930,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -930,6 +930,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -927,6 +927,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
|
@ -925,6 +925,14 @@
|
||||||
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use StallGuard2 to probe the bed with the nozzle.
|
||||||
|
* Requires stallGuard-capable Trinamic stepper drivers.
|
||||||
|
* CAUTION: This can damage machines with Z lead screws.
|
||||||
|
* Take extreme care when setting up this feature.
|
||||||
|
*/
|
||||||
|
//#define SENSORLESS_PROBING
|
||||||
|
|
||||||
//
|
//
|
||||||
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
// For Z_PROBE_ALLEN_KEY see the Delta example configurations.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1588,7 +1588,7 @@
|
||||||
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
||||||
// Max temperature that can be reached by heated bed.
|
// Max temperature that can be reached by heated bed.
|
||||||
// This is required only for the calibration process.
|
// This is required only for the calibration process.
|
||||||
#define PTC_MAX_BED_TEMP 110
|
#define PTC_MAX_BED_TEMP BED_MAXTEMP
|
||||||
|
|
||||||
// Park position to wait for probe cooldown
|
// Park position to wait for probe cooldown
|
||||||
#define PTC_PARK_POS_X 0.0F
|
#define PTC_PARK_POS_X 0.0F
|
||||||
|
@ -2312,14 +2312,6 @@
|
||||||
*/
|
*/
|
||||||
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
//#define SENSORLESS_HOMING // StallGuard capable drivers only
|
||||||
|
|
||||||
/**
|
|
||||||
* Use StallGuard2 to probe the bed with the nozzle.
|
|
||||||
*
|
|
||||||
* CAUTION: This could cause damage to machines that use a lead screw or threaded rod
|
|
||||||
* to move the Z axis. Take extreme care when attempting to enable this feature.
|
|
||||||
*/
|
|
||||||
//#define SENSORLESS_PROBING // StallGuard capable drivers only
|
|
||||||
|
|
||||||
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
#if EITHER(SENSORLESS_HOMING, SENSORLESS_PROBING)
|
||||||
// TMC2209: 0...255. TMC2130: -64...63
|
// TMC2209: 0...255. TMC2130: -64...63
|
||||||
#define X_STALL_SENSITIVITY 8
|
#define X_STALL_SENSITIVITY 8
|
||||||
|
|
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