Browse Source

Clean up Configuration_adv.h (#12900)

Ludy 5 years ago
parent
commit
294521439e

+ 3
- 16
Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration_adv.h View File

@@ -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
@@ -499,6 +501,7 @@
499 501
 
500 502
   // Add runtime configuration and tuning of backlash values (M425)
501 503
   //#define BACKLASH_GCODE
504
+
502 505
   #if ENABLED(BACKLASH_GCODE)
503 506
     // Measure the Z backlash when probing (G29) and set with "M425 Z"
504 507
     #define MEASURE_BACKLASH_WHEN_PROBING
@@ -1478,22 +1481,6 @@
1478 1481
   //#define TMC_DEBUG
1479 1482
 
1480 1483
   /**
1481
-   * M915 Z Axis Calibration
1482
-   *
1483
-   * - Adjust Z stepper current,
1484
-   * - Drive the Z axis to its physical maximum, and
1485
-   * - Home Z to account for the lost steps.
1486
-   *
1487
-   * Use M915 Snn to specify the current.
1488
-   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1489
-   */
1490
-  //#define TMC_Z_CALIBRATION
1491
-  #if ENABLED(TMC_Z_CALIBRATION)
1492
-    #define CALIBRATION_CURRENT 250
1493
-    #define CALIBRATION_EXTRA_HEIGHT 10
1494
-  #endif
1495
-
1496
-  /**
1497 1484
    * You can set your own advanced settings by filling in predefined functions.
1498 1485
    * A list of available functions can be found on the library github page
1499 1486
    * https://github.com/teemuatlut/TMC2130Stepper

+ 0
- 16
Marlin/src/config/examples/WASP/PowerWASP/Configuration_adv.h View File

@@ -1481,22 +1481,6 @@
1481 1481
   //#define TMC_DEBUG
1482 1482
 
1483 1483
   /**
1484
-   * M915 Z Axis Calibration
1485
-   *
1486
-   * - Adjust Z stepper current,
1487
-   * - Drive the Z axis to its physical maximum, and
1488
-   * - Home Z to account for the lost steps.
1489
-   *
1490
-   * Use M915 Snn to specify the current.
1491
-   * Use M925 Znn to add extra Z height to Z_MAX_POS.
1492
-   */
1493
-  //#define TMC_Z_CALIBRATION
1494
-  #if ENABLED(TMC_Z_CALIBRATION)
1495
-    #define CALIBRATION_CURRENT 250
1496
-    #define CALIBRATION_EXTRA_HEIGHT 10
1497
-  #endif
1498
-
1499
-  /**
1500 1484
    * You can set your own advanced settings by filling in predefined functions.
1501 1485
    * A list of available functions can be found on the library github page
1502 1486
    * https://github.com/teemuatlut/TMC2130Stepper

Loading…
Cancel
Save