mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	ENH: user's filemanet preset can be selected in extrusion cali
Change-Id: Ibb8961619afc835a415973f9110354a12e4272d0 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
		
							parent
							
								
									a48451df35
								
							
						
					
					
						commit
						c63326b721
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -660,8 +660,6 @@ void ExtrusionCalibration::update_combobox_filaments() | |||
|         } | ||||
| 
 | ||||
|         for (auto filament_it = preset_bundle->filaments.begin(); filament_it != preset_bundle->filaments.end(); filament_it++) { | ||||
|             if (filament_it->setting_id.empty()) continue; | ||||
| 
 | ||||
|             ConfigOption* printer_opt = filament_it->config.option("compatible_printers"); | ||||
|             ConfigOptionStrings* printer_strs = dynamic_cast<ConfigOptionStrings*>(printer_opt); | ||||
|             for (auto printer_str : printer_strs->values) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Stone Li
						Stone Li