Single nozzle filament change (#11994)
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							bfcf570d68
						
					
				
				
					commit
					74cd6cb4fc
				
			| @@ -155,6 +155,18 @@ | ||||
|  | ||||
| // For Cyclops or any "multi-extruder" that shares a single nozzle. | ||||
| //#define SINGLENOZZLE | ||||
| #if ENABLED(SINGLENOZZLE) | ||||
|   // Length of filament to retract and prime on toolchange | ||||
|   //#define SINGLENOZZLE_SWAP_LENGTH 12.0 | ||||
|   //#define SINGLENOZZLE_SWAP_RETRACT_SPEED 3600  // (mm/m) | ||||
|   //#define SINGLENOZZLE_SWAP_PRIME_SPEED   3600  // (mm/m) | ||||
|   //#define SINGLENOZZLE_SWAP_PARK | ||||
|   #if ENABLED(SINGLENOZZLE_SWAP_PARK) | ||||
|     #define SINGLENOZZLE_TOOLCHANGE_POSITION { (X_MIN_POS + 10), (Y_MIN_POS + 10), 5 } | ||||
|   #else | ||||
|     #define SINGLENOZZLE_TOOLCHANGE_ZRAISE 2.0 | ||||
|   #endif | ||||
| #endif | ||||
|  | ||||
| /** | ||||
|  * Průša MK2 Single Nozzle Multi-Material Multiplexer, and variants. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user