|
@@ -77,6 +77,8 @@
|
77
|
77
|
#define THERMAL_PROTECTION_PERIOD 40 // Seconds
|
78
|
78
|
#define THERMAL_PROTECTION_HYSTERESIS 4 // Degrees Celsius
|
79
|
79
|
|
|
80
|
+ //#define ADAPTIVE_FAN_SLOWING // Slow part cooling fan if temperature drops
|
|
81
|
+
|
80
|
82
|
/**
|
81
|
83
|
* Whenever an M104, M109, or M303 increases the target temperature, the
|
82
|
84
|
* firmware will wait for the WATCH_TEMP_PERIOD to expire. If the temperature
|
|
@@ -245,9 +247,6 @@
|
245
|
247
|
#define CHAMBER_AUTO_FAN_PIN -1
|
246
|
248
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
247
|
249
|
#define EXTRUDER_AUTO_FAN_SPEED 255 // 255 == full speed
|
248
|
|
-//
|
249
|
|
-//#define E0_AUTO_FAN E0_AUTO_FAN_PIN
|
250
|
|
-//#define E1_AUTO_FAN E1_AUTO_FAN_PIN
|
251
|
250
|
|
252
|
251
|
/**
|
253
|
252
|
* Part-Cooling Fan Multiplexer
|
|
@@ -894,7 +893,6 @@
|
894
|
893
|
#if ENABLED(MOVE_Z_WHEN_IDLE)
|
895
|
894
|
#define MOVE_Z_IDLE_MULTIPLICATOR 1 // Multiply 1mm by this factor for the move step size.
|
896
|
895
|
#endif
|
897
|
|
-
|
898
|
896
|
//#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
|
899
|
897
|
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)
|
900
|
898
|
//#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets
|
|
@@ -1489,22 +1487,6 @@
|
1489
|
1487
|
//#define TMC_DEBUG
|
1490
|
1488
|
|
1491
|
1489
|
/**
|
1492
|
|
- * M915 Z Axis Calibration
|
1493
|
|
- *
|
1494
|
|
- * - Adjust Z stepper current,
|
1495
|
|
- * - Drive the Z axis to its physical maximum, and
|
1496
|
|
- * - Home Z to account for the lost steps.
|
1497
|
|
- *
|
1498
|
|
- * Use M915 Snn to specify the current.
|
1499
|
|
- * Use M925 Znn to add extra Z height to Z_MAX_POS.
|
1500
|
|
- */
|
1501
|
|
- //#define TMC_Z_CALIBRATION
|
1502
|
|
- #if ENABLED(TMC_Z_CALIBRATION)
|
1503
|
|
- #define CALIBRATION_CURRENT 250
|
1504
|
|
- #define CALIBRATION_EXTRA_HEIGHT 10
|
1505
|
|
- #endif
|
1506
|
|
-
|
1507
|
|
- /**
|
1508
|
1490
|
* You can set your own advanced settings by filling in predefined functions.
|
1509
|
1491
|
* A list of available functions can be found on the library github page
|
1510
|
1492
|
* https://github.com/teemuatlut/TMC2130Stepper
|
|
@@ -1717,11 +1699,6 @@
|
1717
|
1699
|
//#define CNC_COORDINATE_SYSTEMS
|
1718
|
1700
|
|
1719
|
1701
|
/**
|
1720
|
|
- * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
|
1721
|
|
- */
|
1722
|
|
-#define PINS_DEBUGGING
|
1723
|
|
-
|
1724
|
|
-/**
|
1725
|
1702
|
* Auto-report temperatures with M155 S<seconds>
|
1726
|
1703
|
*/
|
1727
|
1704
|
#define AUTO_REPORT_TEMPERATURES
|
|
@@ -1976,5 +1953,12 @@
|
1976
|
1953
|
#define WIFI_PWD "Wifi Password"
|
1977
|
1954
|
#endif
|
1978
|
1955
|
|
|
1956
|
+// @section develop
|
|
1957
|
+
|
|
1958
|
+/**
|
|
1959
|
+ * M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
|
|
1960
|
+ */
|
|
1961
|
+//#define PINS_DEBUGGING
|
|
1962
|
+
|
1979
|
1963
|
// Enable Marlin dev mode which adds some special commands
|
1980
|
1964
|
//#define MARLIN_DEV_MODE
|