mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 23:17:38 -06:00
PREHEAT_BEFORE_PROBING
This commit is contained in:
parent
c804b5f807
commit
bf3e3a12e7
239 changed files with 1673 additions and 0 deletions
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1075,6 +1075,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1084,6 +1084,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1129,6 +1129,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1131,6 +1131,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1109,6 +1109,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1076,6 +1076,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1075,6 +1075,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1075,6 +1075,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1075,6 +1075,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1079,6 +1079,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1077,6 +1077,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1075,6 +1075,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1089,6 +1089,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1089,6 +1089,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1087,6 +1087,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1089,6 +1089,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 1
|
#define X_ENABLE_ON 1
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1082,6 +1082,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1090,6 +1090,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1072,6 +1072,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1077,6 +1077,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1072,6 +1072,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1072,6 +1072,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1072,6 +1072,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1072,6 +1072,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1072,6 +1072,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1072,6 +1072,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1080,6 +1080,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1080,6 +1080,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1079,6 +1079,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1072,6 +1072,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1082,6 +1082,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1072,6 +1072,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1103,6 +1103,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1072,6 +1072,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1072,6 +1072,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1074,6 +1074,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1076,6 +1076,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
|
@ -1073,6 +1073,13 @@
|
||||||
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
//#define PROBING_STEPPERS_OFF // Turn steppers off (unless needed to hold position) when probing
|
||||||
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
//#define DELAY_BEFORE_PROBING 200 // (ms) To prevent vibrations from triggering piezo sensors
|
||||||
|
|
||||||
|
// Require minimum nozzle and/or bed temperature for probing
|
||||||
|
//#define PREHEAT_BEFORE_PROBING
|
||||||
|
#if ENABLED(PREHEAT_BEFORE_PROBING)
|
||||||
|
#define PROBING_NOZZLE_TEMP 120 // (°C) Only applies to E0 at this time
|
||||||
|
#define PROBING_BED_TEMP 50
|
||||||
|
#endif
|
||||||
|
|
||||||
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
||||||
// :{ 0:'Low', 1:'High' }
|
// :{ 0:'Low', 1:'High' }
|
||||||
#define X_ENABLE_ON 0
|
#define X_ENABLE_ON 0
|
||||||
|
|
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