mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	NEW: add concentric infill pattern for ironing
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: Icd9f9fe0e39d86725faa98dd3eae82a4189130e0
This commit is contained in:
		
							parent
							
								
									b5c7532700
								
							
						
					
					
						commit
						7b12dcb6ea
					
				
					 6 changed files with 41 additions and 16 deletions
				
			
		|  | @ -631,7 +631,7 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, co | |||
|         toggle_line(el, have_raft); | ||||
| 
 | ||||
|     bool has_ironing = (config->opt_enum<IroningType>("ironing_type") != IroningType::NoIroning); | ||||
|     for (auto el : { "ironing_flow", "ironing_spacing", "ironing_speed" }) | ||||
|     for (auto el : {"ironing_pattern", "ironing_flow", "ironing_spacing", "ironing_speed"}) | ||||
|         toggle_line(el, has_ironing); | ||||
| 
 | ||||
|     // bool have_sequential_printing = (config->opt_enum<PrintSequence>("print_sequence") == PrintSequence::ByObject);
 | ||||
|  |  | |||
|  | @ -1852,6 +1852,7 @@ void TabPrint::build() | |||
| 
 | ||||
|         optgroup = page->new_optgroup(L("Ironing"), L"param_ironing"); | ||||
|         optgroup->append_single_option_line("ironing_type"); | ||||
|         optgroup->append_single_option_line("ironing_pattern"); | ||||
|         optgroup->append_single_option_line("ironing_speed"); | ||||
|         optgroup->append_single_option_line("ironing_flow"); | ||||
|         optgroup->append_single_option_line("ironing_spacing"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 qing.zhang
						qing.zhang