SENSORLESS_PROBING, PTC_MAX_BED_TEMP

This commit is contained in:
Scott Lahteine 2020-03-05 12:41:08 -06:00
parent 52507d02d5
commit ef83d0e88b
297 changed files with 1410 additions and 1242 deletions

View file

@ -938,6 +938,14 @@
#define SMART_EFFECTOR_MOD_PIN -1 // Connect a GPIO pin to the Smart Effector MOD pin
#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.
//