mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Refactoring: removed the non-idempotent init_extruders() step. Also, infill_extruder was not limited to the available number of extruders when slicing from the plater, and support material extruder was considered also when support material was disabled
This commit is contained in:
		
							parent
							
								
									a3b843b24e
								
							
						
					
					
						commit
						722e94513c
					
				
					 16 changed files with 83 additions and 84 deletions
				
			
		|  | @ -291,7 +291,7 @@ sub Render { | |||
|             $brim_drawn = 1; | ||||
|         } | ||||
|         if ($self->print->step_done(STEP_SKIRT) | ||||
|             && ($self->print->config->skirt_height == -1 || $self->print->config->skirt_height > $layer->id) | ||||
|             && ($self->print->has_infinite_skirt() || $self->print->config->skirt_height > $layer->id) | ||||
|             && !$skirt_drawn) { | ||||
|             $self->color([0, 0, 0]); | ||||
|             $self->_draw(undef, $print_z, $_) for @{$self->print->skirt}; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci