mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Assign extruders and flows to materials
This commit is contained in:
		
							parent
							
								
									e2ab340edb
								
							
						
					
					
						commit
						e696764af8
					
				
					 10 changed files with 161 additions and 120 deletions
				
			
		|  | @ -9,7 +9,9 @@ use constant OPTIONS => [qw( | |||
|     retract_length retract_lift retract_speed retract_restart_extra retract_before_travel | ||||
|     retract_length_toolchange retract_restart_extra_toolchange | ||||
| )]; | ||||
| has $_ => (is => 'ro', required => 1) for @{&OPTIONS}; | ||||
| 
 | ||||
| has 'id'    => (is => 'rw', required => 1); | ||||
| has $_      => (is => 'ro', required => 1) for @{&OPTIONS}; | ||||
| 
 | ||||
| has 'retracted'                 => (is => 'rw', default => sub {0} ); | ||||
| has 'e_per_mm3'                 => (is => 'lazy'); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci