mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	One more fix for --complete-objects working on single-object plates
This commit is contained in:
		
							parent
							
								
									5843f5df6c
								
							
						
					
					
						commit
						fcd4de00e5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -197,7 +197,7 @@ sub validate { | ||||||
|             # ignore the tallest *copy* (this is why we repeat height for all of them): |             # ignore the tallest *copy* (this is why we repeat height for all of them): | ||||||
|             # it will be printed as last one so its height doesn't matter |             # it will be printed as last one so its height doesn't matter | ||||||
|             pop @object_height; |             pop @object_height; | ||||||
|             if (max(@object_height) > scale $Slic3r::Config->extruder_clearance_height) { |             if (@object_height && max(@object_height) > scale $Slic3r::Config->extruder_clearance_height) { | ||||||
|                 die "Some objects are too tall and cannot be printed without extruder collisions.\n"; |                 die "Some objects are too tall and cannot be printed without extruder collisions.\n"; | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci