Scott Lahteine
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
69 changed files with
225 additions and
2 deletions
-
Marlin/Configuration.h
-
Marlin/src/config/default/Configuration.h
-
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
-
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
-
Marlin/src/config/examples/Anet/A6/Configuration.h
-
Marlin/src/config/examples/Anet/A8/Configuration.h
-
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h
-
Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration.h
-
Marlin/src/config/examples/BIBO/TouchX/default/Configuration.h
-
Marlin/src/config/examples/BQ/Hephestos/Configuration.h
-
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
-
Marlin/src/config/examples/BQ/WITBOX/Configuration.h
-
Marlin/src/config/examples/Cartesio/Configuration.h
-
Marlin/src/config/examples/Creality/CR-10/Configuration.h
-
Marlin/src/config/examples/Creality/CR-10S/Configuration.h
-
Marlin/src/config/examples/Creality/CR-10mini/Configuration.h
-
Marlin/src/config/examples/Creality/CR-8/Configuration.h
-
Marlin/src/config/examples/Creality/Ender-2/Configuration.h
-
Marlin/src/config/examples/Creality/Ender-4/Configuration.h
-
Marlin/src/config/examples/Felix/Configuration.h
-
Marlin/src/config/examples/Felix/DUAL/Configuration.h
-
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
-
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
-
Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h
-
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h
-
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h
-
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
-
Marlin/src/config/examples/JGAurora/A5/Configuration.h
-
Marlin/src/config/examples/MakerParts/Configuration.h
-
Marlin/src/config/examples/Malyan/M150/Configuration.h
-
Marlin/src/config/examples/Malyan/M200/Configuration.h
-
Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
-
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
-
Marlin/src/config/examples/Mks/Sbase/Configuration.h
-
Marlin/src/config/examples/RepRapPro/Huxley/Configuration.h
-
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
-
Marlin/src/config/examples/RigidBot/Configuration.h
-
Marlin/src/config/examples/SCARA/Configuration.h
-
Marlin/src/config/examples/STM32F10/Configuration.h
-
Marlin/src/config/examples/STM32F4/Configuration.h
-
Marlin/src/config/examples/Sanguinololu/Configuration.h
-
Marlin/src/config/examples/TheBorg/Configuration.h
-
Marlin/src/config/examples/TinyBoy2/Configuration.h
-
Marlin/src/config/examples/Tronxy/X1/Configuration.h
-
Marlin/src/config/examples/Tronxy/X5S/Configuration.h
-
Marlin/src/config/examples/Tronxy/XY100/Configuration.h
-
Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h
-
Marlin/src/config/examples/Velleman/K8200/Configuration.h
-
Marlin/src/config/examples/Velleman/K8400/Configuration.h
-
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
-
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h
-
Marlin/src/config/examples/adafruit/ST7565/Configuration.h
-
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
-
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h
-
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
-
Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h
-
Marlin/src/config/examples/delta/generic/Configuration.h
-
Marlin/src/config/examples/delta/kossel_mini/Configuration.h
-
Marlin/src/config/examples/delta/kossel_pro/Configuration.h
-
Marlin/src/config/examples/delta/kossel_xl/Configuration.h
-
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h
-
Marlin/src/config/examples/makibox/Configuration.h
-
Marlin/src/config/examples/stm32f103ret6/Configuration.h
-
Marlin/src/config/examples/tvrrug/Round2/Configuration.h
-
Marlin/src/config/examples/wt150/Configuration.h
-
Marlin/src/gcode/control/M80_M81.cpp
-
Marlin/src/module/motion.cpp
-
Marlin/src/module/probe.cpp
-
Marlin/src/module/probe.h
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -725,6 +725,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -753,6 +753,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -712,6 +712,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -693,6 +693,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -706,6 +706,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -693,6 +693,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -704,6 +704,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -715,6 +715,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -724,6 +724,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -715,6 +715,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -709,6 +709,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -715,6 +715,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -687,6 +687,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -687,6 +687,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -711,6 +711,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -720,6 +720,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -721,6 +721,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -720,6 +720,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -709,6 +709,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -717,6 +717,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -725,6 +725,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -725,6 +725,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -704,6 +704,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -709,6 +709,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -709,6 +709,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -745,6 +745,9 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -703,6 +703,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -718,6 +718,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -708,6 +708,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -736,6 +736,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -756,6 +756,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -716,6 +716,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -734,6 +734,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -715,6 +715,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -705,6 +705,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -787,6 +787,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -787,6 +787,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -787,6 +787,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -792,6 +792,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -777,6 +777,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -777,6 +777,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -770,6 +770,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -780,6 +780,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -718,6 +718,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -708,6 +708,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -707,6 +707,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
|
|
|
|
// A probe that is deployed and stowed with a solenoid pin (SOL1_PIN)
|
|
|
|
|
|
@ -700,6 +700,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -710,6 +710,9 @@ |
|
|
|
* readings with inductive probes and piezo sensors. |
|
|
|
*/ |
|
|
|
//#define PROBING_HEATERS_OFF // Turn heaters off when probing
|
|
|
|
#if ENABLED(PROBING_HEATERS_OFF) |
|
|
|
//#define WAIT_FOR_BED_HEATER // Wait for bed to heat back up between probes (to improve accuracy)
|
|
|
|
#endif |
|
|
|
//#define PROBING_FANS_OFF // Turn fans off when probing
|
|
|
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
|
|
|
|
|
|
|
|
|
@ -41,13 +41,13 @@ |
|
|
|
#endif |
|
|
|
|
|
|
|
// Could be moved to a feature, but this is all the data
|
|
|
|
bool powersupply_on = |
|
|
|
bool powersupply_on = ( |
|
|
|
#if ENABLED(PS_DEFAULT_OFF) |
|
|
|
false |
|
|
|
#else |
|
|
|
true |
|
|
|
#endif |
|
|
|
; |
|
|
|
); |
|
|
|
|
|
|
|
#if HAS_TRINAMIC |
|
|
|
#include "../../feature/tmc_util.h" |
|
|
|
|
|
@ -1056,6 +1056,16 @@ static void do_homing_move(const AxisEnum axis, const float distance, const floa |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
#if HOMING_Z_WITH_PROBE && HAS_TEMP_BED && ENABLED(WAIT_FOR_BED_HEATER) |
|
|
|
// Wait for bed to heat back up between probing points
|
|
|
|
if (axis == Z_AXIS && distance < 0 && thermalManager.isHeatingBed()) { |
|
|
|
serialprintPGM(msg_wait_for_bed_heating); |
|
|
|
LCD_MESSAGEPGM(MSG_BED_HEATING); |
|
|
|
while (thermalManager.isHeatingBed()) safe_delay(200); |
|
|
|
lcd_reset_status(); |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
// Only do some things when moving towards an endstop
|
|
|
|
const int8_t axis_home_dir = |
|
|
|
#if ENABLED(DUAL_X_CARRIAGE) |
|
|
|
|
|
@ -482,11 +482,26 @@ bool set_probe_deployed(const bool deploy) { |
|
|
|
* @param fr_mm_s Feedrate in mm/s |
|
|
|
* @return true to indicate an error |
|
|
|
*/ |
|
|
|
|
|
|
|
#if HAS_TEMP_BED && ENABLED(WAIT_FOR_BED_HEATER) |
|
|
|
const char msg_wait_for_bed_heating[25] PROGMEM = "Wait for bed heating...\n"; |
|
|
|
#endif |
|
|
|
|
|
|
|
static bool do_probe_move(const float z, const float fr_mm_m) { |
|
|
|
#if ENABLED(DEBUG_LEVELING_FEATURE) |
|
|
|
if (DEBUGGING(LEVELING)) DEBUG_POS(">>> do_probe_move", current_position); |
|
|
|
#endif |
|
|
|
|
|
|
|
#if HAS_TEMP_BED && ENABLED(WAIT_FOR_BED_HEATER) |
|
|
|
// Wait for bed to heat back up between probing points
|
|
|
|
if (thermalManager.isHeatingBed()) { |
|
|
|
serialprintPGM(msg_wait_for_bed_heating); |
|
|
|
LCD_MESSAGEPGM(MSG_BED_HEATING); |
|
|
|
while (thermalManager.isHeatingBed()) safe_delay(200); |
|
|
|
lcd_reset_status(); |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
// Deploy BLTouch at the start of any probe
|
|
|
|
#if ENABLED(BLTOUCH) |
|
|
|
if (set_bltouch_deployed(true)) return true; |
|
|
|
|
|
@ -44,6 +44,9 @@ |
|
|
|
float probe_pt(const float &rx, const float &ry, const ProbePtRaise raise_after=PROBE_PT_NONE, const uint8_t verbose_level=0, const bool probe_relative=true); |
|
|
|
#define DEPLOY_PROBE() set_probe_deployed(true) |
|
|
|
#define STOW_PROBE() set_probe_deployed(false) |
|
|
|
#if HAS_TEMP_BED && ENABLED(WAIT_FOR_BED_HEATER) |
|
|
|
extern const char msg_wait_for_bed_heating[25]; |
|
|
|
#endif |
|
|
|
#else |
|
|
|
#define DEPLOY_PROBE() |
|
|
|
#define STOW_PROBE() |
|
|
|