mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	ENH: remove current filament logic in context menu
Signed-off-by: yifan.wu <yifan.wu@bambulab.com> Change-Id: Ie7933eeccb8ee4f3390c8e5999b32bb45319c89f (cherry picked from commit 1426178dd40e95d8d7313335a0ecf264bfeeb7b9)
This commit is contained in:
		
							parent
							
								
									0898817053
								
							
						
					
					
						commit
						df6fb3eeb4
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -1321,7 +1321,9 @@ void MenuFactory::append_menu_item_change_filament(wxMenu* menu) | |||
| 
 | ||||
|     for (int i = 1; i <= filaments_cnt; i++) | ||||
|     { | ||||
|         bool is_active_extruder = i == initial_extruder; | ||||
|         // BBS
 | ||||
|         //bool is_active_extruder = i == initial_extruder;
 | ||||
|         bool is_active_extruder = false; | ||||
|         int icon_idx = i == 0 ? 0 : i - 1; | ||||
| 
 | ||||
|         const wxString& item_name = wxString::Format(_L("Filament %d"), i) + | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 yifan.wu
						yifan.wu