mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-12 17:27:55 -06:00
parent
f2e8ecc3e9
commit
53b87106c5
259 changed files with 1813 additions and 259 deletions
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2016,7 +2016,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2032,6 +2032,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2007,7 +2007,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2023,6 +2023,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2010,7 +2010,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2026,6 +2026,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -1999,7 +1999,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2015,6 +2015,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2014,7 +2014,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2030,6 +2030,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2012,7 +2012,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2028,6 +2028,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2014,7 +2014,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2030,6 +2030,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2007,7 +2007,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2023,6 +2023,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2007,7 +2007,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2023,6 +2023,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2007,7 +2007,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2023,6 +2023,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2007,7 +2007,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2023,6 +2023,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2007,7 +2007,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2023,6 +2023,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
|
@ -2006,7 +2006,7 @@
|
||||||
#define PTC_PROBE_POS { 90, 100 }
|
#define PTC_PROBE_POS { 90, 100 }
|
||||||
|
|
||||||
// Enable additional compensation using hotend temperature
|
// Enable additional compensation using hotend temperature
|
||||||
// Note: this values cannot be calibrated automatically but have to be set manually
|
// Note: this values cannot be calibrated automatically but have to be set manually via M871.
|
||||||
//#define USE_TEMP_EXT_COMPENSATION
|
//#define USE_TEMP_EXT_COMPENSATION
|
||||||
|
|
||||||
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
// Probe temperature calibration generates a table of values starting at PTC_SAMPLE_START
|
||||||
|
@ -2022,6 +2022,12 @@
|
||||||
//#define BTC_SAMPLE_RES 5 // (°C)
|
//#define BTC_SAMPLE_RES 5 // (°C)
|
||||||
//#define BTC_SAMPLE_COUNT 10
|
//#define BTC_SAMPLE_COUNT 10
|
||||||
|
|
||||||
|
#if ENABLED(USE_TEMP_EXT_COMPENSATION)
|
||||||
|
//#define ETC_SAMPLE_START 180 // (°C)
|
||||||
|
//#define ETC_SAMPLE_RES 5 // (°C)
|
||||||
|
//#define ETC_SAMPLE_COUNT 20
|
||||||
|
#endif
|
||||||
|
|
||||||
// The temperature the probe should be at while taking measurements during bed temperature
|
// The temperature the probe should be at while taking measurements during bed temperature
|
||||||
// calibration.
|
// calibration.
|
||||||
//#define BTC_PROBE_TEMP 30 // (°C)
|
//#define BTC_PROBE_TEMP 30 // (°C)
|
||||||
|
|
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