Various fixups for single-nozzle filament swap (#12036)
This commit is contained in:
parent
8dbb305e8e
commit
ee253991d4
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -157,13 +157,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
#define SINGLENOZZLE
|
#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -164,13 +164,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -157,13 +157,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -160,13 +160,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -165,13 +165,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -197,13 +197,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -159,13 +159,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -160,13 +160,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -161,13 +161,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -176,13 +176,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -161,13 +161,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -159,13 +159,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -187,13 +187,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -178,13 +178,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -176,13 +176,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -169,13 +169,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -161,13 +161,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -160,13 +160,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -161,13 +161,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -156,13 +156,14 @@
|
||||||
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
||||||
//#define SINGLENOZZLE
|
//#define SINGLENOZZLE
|
||||||
#if ENABLED(SINGLENOZZLE)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
// Length of filament to retract and prime on toolchange
|
// Parameters for filament retract / prime on toolchange
|
||||||
//#define SINGLENOZZLE_SWAP_LENGTH 12.0
|
#define SINGLENOZZLE_SWAP_LENGTH 12 // (mm)
|
||||||
//#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
#define SINGLENOZZLE_SWAP_PRIME_SPEED 3600 // (mm/m)
|
||||||
//#define SINGLENOZZLE_SWAP_PARK
|
//#define SINGLENOZZLE_SWAP_PARK
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
||||||
|
#define SINGLENOZZLE_PARK_XY_FEEDRATE 6000 // (mm/m)
|
||||||
#else
|
#else
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -45,8 +45,8 @@ void M217_report(const bool eeprom=false) {
|
||||||
* M217 - Set SINGLENOZZLE toolchange parameters
|
* M217 - Set SINGLENOZZLE toolchange parameters
|
||||||
*
|
*
|
||||||
* S[mm] Swap length
|
* S[mm] Swap length
|
||||||
* P[mm/s] Prime speed
|
* P[mm/m] Prime speed
|
||||||
* R[mm/s] Retract speed
|
* R[mm/m] Retract speed
|
||||||
*/
|
*/
|
||||||
void GcodeSuite::M217() {
|
void GcodeSuite::M217() {
|
||||||
|
|
||||||
|
|
|
@ -1513,28 +1513,6 @@
|
||||||
// Add commands that need sub-codes to this list
|
// Add commands that need sub-codes to this list
|
||||||
#define USE_GCODE_SUBCODES ENABLED(G38_PROBE_TARGET) || ENABLED(CNC_COORDINATE_SYSTEMS) || ENABLED(POWER_LOSS_RECOVERY)
|
#define USE_GCODE_SUBCODES ENABLED(G38_PROBE_TARGET) || ENABLED(CNC_COORDINATE_SYSTEMS) || ENABLED(POWER_LOSS_RECOVERY)
|
||||||
|
|
||||||
// Single Nozzle swap on toolchange defaults
|
|
||||||
#if ENABLED(SINGLENOZZLE)
|
|
||||||
#ifndef SINGLENOZZLE_SWAP_LENGTH
|
|
||||||
#define SINGLENOZZLE_SWAP_LENGTH 0
|
|
||||||
#endif
|
|
||||||
#ifndef SINGLENOZZLE_SWAP_RETRACT_SPEED
|
|
||||||
#define SINGLENOZZLE_SWAP_RETRACT_SPEED 60.0
|
|
||||||
#endif
|
|
||||||
#ifndef SINGLENOZZLE_SWAP_PRIME_SPEED
|
|
||||||
#define SINGLENOZZLE_SWAP_PRIME_SPEED 60.0
|
|
||||||
#endif
|
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
|
||||||
#ifndef SINGLENOZZLE_TOOLCHANGE_POSITION
|
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 }
|
|
||||||
#endif
|
|
||||||
#else
|
|
||||||
#ifndef SINGLENOZZLE_TOOLCHANGE_ZRAISE
|
|
||||||
#define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Parking Extruder
|
// Parking Extruder
|
||||||
#if ENABLED(PARKING_EXTRUDER)
|
#if ENABLED(PARKING_EXTRUDER)
|
||||||
#ifndef PARKING_EXTRUDER_GRAB_DISTANCE
|
#ifndef PARKING_EXTRUDER_GRAB_DISTANCE
|
||||||
|
|
|
@ -602,8 +602,25 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
|
||||||
#error "EXTRUDERS must be 1 with HEATERS_PARALLEL."
|
#error "EXTRUDERS must be 1 with HEATERS_PARALLEL."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(SINGLENOZZLE) && !defined(SINGLENOZZLE_SWAP_LENGTH)
|
#if ENABLED(SINGLENOZZLE)
|
||||||
#define SINGLENOZZLE_SWAP_LENGTH 0
|
#ifndef SINGLENOZZLE_SWAP_LENGTH
|
||||||
|
#error "SINGLENOZZLE requires SINGLENOZZLE_SWAP_LENGTH. Please update your Configuration."
|
||||||
|
#elif !defined(SINGLENOZZLE_SWAP_RETRACT_SPEED)
|
||||||
|
#error "SINGLENOZZLE requires SINGLENOZZLE_SWAP_RETRACT_SPEED. Please update your Configuration."
|
||||||
|
#elif !defined(SINGLENOZZLE_SWAP_PRIME_SPEED)
|
||||||
|
#error "SINGLENOZZLE requires SINGLENOZZLE_SWAP_PRIME_SPEED. Please update your Configuration."
|
||||||
|
#endif
|
||||||
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
|
#ifndef SINGLENOZZLE_TOOLCHANGE_POSITION
|
||||||
|
#error "SINGLENOZZLE_SWAP_PARK requires SINGLENOZZLE_TOOLCHANGE_POSITION. Please update your Configuration."
|
||||||
|
#elif !defined(SINGLENOZZLE_PARK_XY_FEEDRATE)
|
||||||
|
#error "SINGLENOZZLE_SWAP_PARK requires SINGLENOZZLE_PARK_XY_FEEDRATE. Please update your Configuration."
|
||||||
|
#endif
|
||||||
|
#else
|
||||||
|
#ifndef SINGLENOZZLE_TOOLCHANGE_ZRAISE
|
||||||
|
#error "SINGLENOZZLE requires SINGLENOZZLE_TOOLCHANGE_ZRAISE. Please update your Configuration."
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif ENABLED(MK2_MULTIPLEXER)
|
#elif ENABLED(MK2_MULTIPLEXER)
|
||||||
|
|
|
@ -663,6 +663,15 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
||||||
|
|
||||||
set_destination_from_current();
|
set_destination_from_current();
|
||||||
|
|
||||||
|
if (singlenozzle_swap_length) {
|
||||||
|
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
||||||
|
do_pause_e_move(-singlenozzle_swap_length, MMM_TO_MMS(singlenozzle_retract_speed));
|
||||||
|
#else
|
||||||
|
current_position[E_AXIS] -= singlenozzle_swap_length / planner.e_factor[active_extruder];
|
||||||
|
planner.buffer_line(current_position, MMM_TO_MMS(singlenozzle_retract_speed), active_extruder);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
current_position[Z_AXIS] += (
|
current_position[Z_AXIS] += (
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
singlenozzle_change_point.z
|
singlenozzle_change_point.z
|
||||||
|
@ -676,18 +685,9 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
current_position[X_AXIS] = singlenozzle_change_point.x;
|
current_position[X_AXIS] = singlenozzle_change_point.x;
|
||||||
current_position[Y_AXIS] = singlenozzle_change_point.y;
|
current_position[Y_AXIS] = singlenozzle_change_point.y;
|
||||||
planner.buffer_line(current_position, planner.max_feedrate_mm_s[Y_AXIS], active_extruder);
|
planner.buffer_line(current_position, MMM_TO_MMS(SINGLENOZZLE_PARK_XY_FEEDRATE), active_extruder);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (singlenozzle_swap_length) {
|
|
||||||
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
|
||||||
do_pause_e_move(-singlenozzle_swap_length, MMM_TO_MMS(singlenozzle_retract_speed));
|
|
||||||
#else
|
|
||||||
current_position[E_AXIS] -= singlenozzle_swap_length / planner.e_factor[active_extruder];
|
|
||||||
planner.buffer_line(current_position, MMM_TO_MMS(singlenozzle_retract_speed), active_extruder);
|
|
||||||
#endif
|
|
||||||
}
|
|
||||||
|
|
||||||
singlenozzle_temp[active_extruder] = thermalManager.target_temperature[0];
|
singlenozzle_temp[active_extruder] = thermalManager.target_temperature[0];
|
||||||
if (singlenozzle_temp[tmp_extruder] && singlenozzle_temp[tmp_extruder] != singlenozzle_temp[active_extruder]) {
|
if (singlenozzle_temp[tmp_extruder] && singlenozzle_temp[tmp_extruder] != singlenozzle_temp[active_extruder]) {
|
||||||
thermalManager.setTargetHotend(singlenozzle_temp[tmp_extruder], 0);
|
thermalManager.setTargetHotend(singlenozzle_temp[tmp_extruder], 0);
|
||||||
|
@ -711,7 +711,7 @@ void tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool n
|
||||||
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
#if ENABLED(SINGLENOZZLE_SWAP_PARK)
|
||||||
current_position[X_AXIS] = destination[X_AXIS];
|
current_position[X_AXIS] = destination[X_AXIS];
|
||||||
current_position[Y_AXIS] = destination[Y_AXIS];
|
current_position[Y_AXIS] = destination[Y_AXIS];
|
||||||
planner.buffer_line(current_position, planner.max_feedrate_mm_s[Y_AXIS], active_extruder);
|
planner.buffer_line(current_position, MMM_TO_MMS(SINGLENOZZLE_PARK_XY_FEEDRATE), active_extruder);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
do_blocking_move_to(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS]);
|
do_blocking_move_to(destination[X_AXIS], destination[Y_AXIS], destination[Z_AXIS]);
|
||||||
|
|
Loading…
Reference in a new issue