mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	Made the support interface contact loops configurable.
This commit is contained in:
		
							parent
							
								
									38cb2842ac
								
							
						
					
					
						commit
						26a8017e99
					
				
					 5 changed files with 19 additions and 5 deletions
				
			
		|  | @ -533,7 +533,7 @@ sub build { | |||
|         support_material support_material_threshold support_material_enforce_layers | ||||
|         raft_layers | ||||
|         support_material_pattern support_material_with_sheath support_material_spacing support_material_synchronize_layers support_material_angle | ||||
|         support_material_interface_layers support_material_interface_spacing | ||||
|         support_material_interface_layers support_material_interface_spacing support_material_interface_contact_loops | ||||
|         support_material_contact_distance support_material_buildplate_only dont_support_bridges | ||||
|         notes | ||||
|         complete_objects extruder_clearance_radius extruder_clearance_height | ||||
|  | @ -646,6 +646,7 @@ sub build { | |||
|             $optgroup->append_single_option_line('support_material_angle'); | ||||
|             $optgroup->append_single_option_line('support_material_interface_layers'); | ||||
|             $optgroup->append_single_option_line('support_material_interface_spacing'); | ||||
|             $optgroup->append_single_option_line('support_material_interface_contact_loops'); | ||||
|             $optgroup->append_single_option_line('support_material_buildplate_only'); | ||||
|             $optgroup->append_single_option_line('dont_support_bridges'); | ||||
|             $optgroup->append_single_option_line('support_material_synchronize_layers'); | ||||
|  | @ -916,7 +917,7 @@ sub _update { | |||
|             support_material_extrusion_width support_material_contact_distance); | ||||
|     $self->get_field($_)->toggle($have_support_material && $have_support_interface) | ||||
|         for qw(support_material_interface_spacing support_material_interface_extruder | ||||
|             support_material_interface_speed); | ||||
|             support_material_interface_speed support_material_interface_contact_loops); | ||||
|      | ||||
|     $self->get_field('perimeter_extrusion_width')->toggle($have_perimeters || $have_skirt || $have_brim); | ||||
|     $self->get_field('support_material_extruder')->toggle($have_support_material || $have_skirt); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bubnikv
						bubnikv