mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Bugfix: enabling/disabling support material didn't cause skirt to be recalculated
This commit is contained in:
		
							parent
							
								
									04d2e4124f
								
							
						
					
					
						commit
						c0a6b1a9cc
					
				
					 3 changed files with 51 additions and 2 deletions
				
			
		|  | @ -206,7 +206,7 @@ sub add_facet { | |||
| package Slic3r::Test::Print; | ||||
| use Moo; | ||||
| 
 | ||||
| has 'print'     => (is => 'ro', required => 1); | ||||
| has 'print'     => (is => 'ro', required => 1, handles => [qw(process apply_config)]); | ||||
| has 'models'    => (is => 'ro', required => 1); | ||||
| 
 | ||||
| 1; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci