mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 03:42:05 +00:00
ENH: update the ext mapping logic
jira: [STUDIO-11970] Change-Id: Id4cd04da942c5457f0b17877a07c0e24b9c585ec (cherry picked from commit 09d8050037095f03d3e8f92302f1c568d272a97d)
This commit is contained in:
@@ -208,6 +208,7 @@ class AmsMapingPopup : public PopupWindow
|
||||
{
|
||||
bool m_use_in_sync_dialog = false;
|
||||
bool m_ams_remain_detect_flag = false;
|
||||
bool m_ext_mapping_filatype_check = true;
|
||||
wxStaticText* m_title_text{ nullptr };
|
||||
|
||||
public:
|
||||
@@ -289,6 +290,8 @@ public:
|
||||
public:
|
||||
void msw_rescale();
|
||||
|
||||
void EnableExtMappingFilaTypeCheck(bool to_check = true) { m_ext_mapping_filatype_check = to_check;} ;
|
||||
|
||||
private:
|
||||
ResetCallback m_reset_callback{nullptr};
|
||||
std::string m_material_index;
|
||||
|
||||
Reference in New Issue
Block a user