mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Disable support interface loops by default.
This commit is contained in:
		
							parent
							
								
									1699864b8a
								
							
						
					
					
						commit
						a74aaca681
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -1190,11 +1190,11 @@ PrintConfigDef::PrintConfigDef() | |||
|     def->default_value = new ConfigOptionFloatOrPercent(0, false); | ||||
| 
 | ||||
|     def = this->add("support_material_interface_contact_loops", coBool); | ||||
|     def->label = "Interface circles"; | ||||
|     def->label = "Interface loops"; | ||||
|     def->category = "Support material"; | ||||
|     def->tooltip = "Cover the top most interface layer with contact loops"; | ||||
|     def->tooltip = "Cover the top contact layer of the supports with loops. Disabled by default."; | ||||
|     def->cli = "support-material-interface-contact-loops!"; | ||||
|     def->default_value = new ConfigOptionBool(true); | ||||
|     def->default_value = new ConfigOptionBool(false); | ||||
| 
 | ||||
|     def = this->add("support_material_interface_extruder", coInt); | ||||
|     def->label = "Support material/raft interface extruder"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 bubnikv
						bubnikv