Parcourir la source

Gantry: Enable Filament Change (#15122)

ETE-Design il y a 5 ans
Parent
révision
c8e096785f

+ 2
- 2
config/examples/ADIMLab/Gantry v1/Configuration.h Voir le fichier

@@ -1463,12 +1463,12 @@
1463 1463
  *    P1  Raise the nozzle always to Z-park height.
1464 1464
  *    P2  Raise the nozzle by Z-park amount, limited to Z_MAX_POS.
1465 1465
  */
1466
-//#define NOZZLE_PARK_FEATURE
1466
+#define NOZZLE_PARK_FEATURE
1467 1467
 
1468 1468
 #if ENABLED(NOZZLE_PARK_FEATURE)
1469 1469
   // Specify a park position as { X, Y, Z_raise }
1470 1470
   #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MAX_POS - 10), 20 }
1471
-  #define NOZZLE_PARK_XY_FEEDRATE 100   // (mm/s) X and Y axes feedrate (also used for delta Z axis)
1471
+  #define NOZZLE_PARK_XY_FEEDRATE 60    // (mm/s) X and Y axes feedrate (also used for delta Z axis)
1472 1472
   #define NOZZLE_PARK_Z_FEEDRATE 5      // (mm/s) Z axis feedrate (not used for delta printers)
1473 1473
 #endif
1474 1474
 

+ 3
- 3
config/examples/ADIMLab/Gantry v1/Configuration_adv.h Voir le fichier

@@ -1555,14 +1555,14 @@
1555 1555
  * Requires NOZZLE_PARK_FEATURE.
1556 1556
  * This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
1557 1557
  */
1558
-//#define ADVANCED_PAUSE_FEATURE
1558
+#define ADVANCED_PAUSE_FEATURE
1559 1559
 #if ENABLED(ADVANCED_PAUSE_FEATURE)
1560 1560
   #define PAUSE_PARK_RETRACT_FEEDRATE         60  // (mm/s) Initial retract feedrate.
1561
-  #define PAUSE_PARK_RETRACT_LENGTH            2  // (mm) Initial retract.
1561
+  #define PAUSE_PARK_RETRACT_LENGTH            4  // (mm) Initial retract.
1562 1562
                                                   // This short retract is done immediately, before parking the nozzle.
1563 1563
   #define FILAMENT_CHANGE_UNLOAD_FEEDRATE     10  // (mm/s) Unload filament feedrate. This can be pretty fast.
1564 1564
   #define FILAMENT_CHANGE_UNLOAD_ACCEL        25  // (mm/s^2) Lower acceleration may allow a faster feedrate.
1565
-  #define FILAMENT_CHANGE_UNLOAD_LENGTH      100  // (mm) The length of filament for a complete unload.
1565
+  #define FILAMENT_CHANGE_UNLOAD_LENGTH        0  // (mm) The length of filament for a complete unload.
1566 1566
                                                   //   For Bowden, the full length of the tube and nozzle.
1567 1567
                                                   //   For direct drive, the full length of the nozzle.
1568 1568
                                                   //   Set to 0 for manual unloading.

+ 2
- 2
config/examples/ADIMLab/Gantry v2/Configuration.h Voir le fichier

@@ -1463,12 +1463,12 @@
1463 1463
  *    P1  Raise the nozzle always to Z-park height.
1464 1464
  *    P2  Raise the nozzle by Z-park amount, limited to Z_MAX_POS.
1465 1465
  */
1466
-//#define NOZZLE_PARK_FEATURE
1466
+#define NOZZLE_PARK_FEATURE
1467 1467
 
1468 1468
 #if ENABLED(NOZZLE_PARK_FEATURE)
1469 1469
   // Specify a park position as { X, Y, Z_raise }
1470 1470
   #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MAX_POS - 10), 20 }
1471
-  #define NOZZLE_PARK_XY_FEEDRATE 100   // (mm/s) X and Y axes feedrate (also used for delta Z axis)
1471
+  #define NOZZLE_PARK_XY_FEEDRATE 60    // (mm/s) X and Y axes feedrate (also used for delta Z axis)
1472 1472
   #define NOZZLE_PARK_Z_FEEDRATE 5      // (mm/s) Z axis feedrate (not used for delta printers)
1473 1473
 #endif
1474 1474
 

+ 3
- 3
config/examples/FYSETC/F6_13/Configuration_adv.h Voir le fichier

@@ -1555,14 +1555,14 @@
1555 1555
  * Requires NOZZLE_PARK_FEATURE.
1556 1556
  * This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
1557 1557
  */
1558
-//#define ADVANCED_PAUSE_FEATURE
1558
+#define ADVANCED_PAUSE_FEATURE
1559 1559
 #if ENABLED(ADVANCED_PAUSE_FEATURE)
1560 1560
   #define PAUSE_PARK_RETRACT_FEEDRATE         60  // (mm/s) Initial retract feedrate.
1561
-  #define PAUSE_PARK_RETRACT_LENGTH            2  // (mm) Initial retract.
1561
+  #define PAUSE_PARK_RETRACT_LENGTH            4  // (mm) Initial retract.
1562 1562
                                                   // This short retract is done immediately, before parking the nozzle.
1563 1563
   #define FILAMENT_CHANGE_UNLOAD_FEEDRATE     10  // (mm/s) Unload filament feedrate. This can be pretty fast.
1564 1564
   #define FILAMENT_CHANGE_UNLOAD_ACCEL        25  // (mm/s^2) Lower acceleration may allow a faster feedrate.
1565
-  #define FILAMENT_CHANGE_UNLOAD_LENGTH      100  // (mm) The length of filament for a complete unload.
1565
+  #define FILAMENT_CHANGE_UNLOAD_LENGTH        0  // (mm) The length of filament for a complete unload.
1566 1566
                                                   //   For Bowden, the full length of the tube and nozzle.
1567 1567
                                                   //   For direct drive, the full length of the nozzle.
1568 1568
                                                   //   Set to 0 for manual unloading.

Chargement…
Annuler
Enregistrer