mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: update the ext mapping logic
jira: [STUDIO-11970] Change-Id: Id4cd04da942c5457f0b17877a07c0e24b9c585ec (cherry picked from commit 09d8050037095f03d3e8f92302f1c568d272a97d)
This commit is contained in:
@@ -1359,7 +1359,7 @@ void AmsMapingPopup::add_ext_ams_mapping(TrayData tray_data, MappingItem* item)
|
||||
}
|
||||
|
||||
item->Bind(wxEVT_LEFT_DOWN, [this, tray_data, item](wxMouseEvent& e) {
|
||||
if (!is_match_material(tray_data.filament_type)) return;
|
||||
if (m_ext_mapping_filatype_check && !is_match_material(tray_data.filament_type)) return;
|
||||
item->send_event(m_current_filament_id);
|
||||
Dismiss();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user