mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	FIX: tree hybrid may hang duing lightning infill
auto select grid infill for tree hybrid, and set default wall count to 1. Change-Id: Icbecd540d06f353da2e63533f8f7cf7d7f20fbdb (cherry picked from commit 246335cc195c88a4101dddd1eeda42d9ca16589f)
This commit is contained in:
		
							parent
							
								
									e7e26b4b1a
								
							
						
					
					
						commit
						f4519a45e9
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -686,7 +686,7 @@ TreeSupport::TreeSupport(PrintObject& object, const SlicingParameters &slicing_p | |||
|     m_raft_layers = slicing_params.base_raft_layers + slicing_params.interface_raft_layers; | ||||
|          | ||||
|     SupportMaterialPattern support_pattern  = m_object_config->support_base_pattern; | ||||
|     if (m_object_config->support_style == smsTreeHybrid && support_pattern == smpDefault) support_pattern = smpLightning; | ||||
|     if (m_object_config->support_style == smsTreeHybrid && support_pattern == smpDefault) support_pattern = smpRectilinear; | ||||
|     m_support_params.base_fill_pattern      =  | ||||
|         support_pattern == smpLightning ? ipLightning : | ||||
|         support_pattern == smpHoneycomb ? ipHoneycomb : | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Arthur
						Arthur