Browse Source

Enable Filament Change on BTT SKR E3 boards (#16023)

thisiskeithb 5 years ago
parent
commit
e0df35e6b5

+ 1
- 1
config/examples/BigTreeTech/SKR Mini E3 1.0/Configuration.h View File

@@ -1445,7 +1445,7 @@
1445 1445
  *    P1  Raise the nozzle always to Z-park height.
1446 1446
  *    P2  Raise the nozzle by Z-park amount, limited to Z_MAX_POS.
1447 1447
  */
1448
-//#define NOZZLE_PARK_FEATURE
1448
+#define NOZZLE_PARK_FEATURE
1449 1449
 
1450 1450
 #if ENABLED(NOZZLE_PARK_FEATURE)
1451 1451
   // Specify a park position as { X, Y, Z_raise }

+ 1
- 1
config/examples/BigTreeTech/SKR Mini E3 1.0/Configuration_adv.h View File

@@ -1670,7 +1670,7 @@
1670 1670
  * Requires NOZZLE_PARK_FEATURE.
1671 1671
  * This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
1672 1672
  */
1673
-//#define ADVANCED_PAUSE_FEATURE
1673
+#define ADVANCED_PAUSE_FEATURE
1674 1674
 #if ENABLED(ADVANCED_PAUSE_FEATURE)
1675 1675
   #define PAUSE_PARK_RETRACT_FEEDRATE         60  // (mm/s) Initial retract feedrate.
1676 1676
   #define PAUSE_PARK_RETRACT_LENGTH            2  // (mm) Initial retract.

+ 1
- 1
config/examples/BigTreeTech/SKR Mini E3 1.2/Configuration.h View File

@@ -1445,7 +1445,7 @@
1445 1445
  *    P1  Raise the nozzle always to Z-park height.
1446 1446
  *    P2  Raise the nozzle by Z-park amount, limited to Z_MAX_POS.
1447 1447
  */
1448
-//#define NOZZLE_PARK_FEATURE
1448
+#define NOZZLE_PARK_FEATURE
1449 1449
 
1450 1450
 #if ENABLED(NOZZLE_PARK_FEATURE)
1451 1451
   // Specify a park position as { X, Y, Z_raise }

+ 1
- 1
config/examples/BigTreeTech/SKR Mini E3 1.2/Configuration_adv.h View File

@@ -1672,7 +1672,7 @@
1672 1672
  * Requires NOZZLE_PARK_FEATURE.
1673 1673
  * This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
1674 1674
  */
1675
-//#define ADVANCED_PAUSE_FEATURE
1675
+#define ADVANCED_PAUSE_FEATURE
1676 1676
 #if ENABLED(ADVANCED_PAUSE_FEATURE)
1677 1677
   #define PAUSE_PARK_RETRACT_FEEDRATE         60  // (mm/s) Initial retract feedrate.
1678 1678
   #define PAUSE_PARK_RETRACT_LENGTH            2  // (mm) Initial retract.

Loading…
Cancel
Save