mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fixed wrong naming of bottom infill pattern
This commit is contained in:
		
							parent
							
								
									be72e23dec
								
							
						
					
					
						commit
						3b24565411
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -422,6 +422,7 @@ void PrintConfigDef::init_fff_params() | ||||||
|     def->cli = "bottom-fill-pattern|external-fill-pattern|solid-fill-pattern"; |     def->cli = "bottom-fill-pattern|external-fill-pattern|solid-fill-pattern"; | ||||||
|     def->enum_keys_map = &ConfigOptionEnum<InfillPattern>::get_enum_values(); |     def->enum_keys_map = &ConfigOptionEnum<InfillPattern>::get_enum_values(); | ||||||
|     def->enum_values = def_top_fill_pattern->enum_values; |     def->enum_values = def_top_fill_pattern->enum_values; | ||||||
|  |     def->enum_labels = def_top_fill_pattern->enum_labels; | ||||||
|     def->aliases = def_top_fill_pattern->aliases; |     def->aliases = def_top_fill_pattern->aliases; | ||||||
|     def->set_default_value(new ConfigOptionEnum<InfillPattern>(ipRectilinear)); |     def->set_default_value(new ConfigOptionEnum<InfillPattern>(ipRectilinear)); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 YuSanka
						YuSanka