mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-25 13:55:04 -07:00
FIX:allow only External Spool color map
jira: STUDIO-10096 Change-Id: Ic0d2133fe688f275210df8f0a1adf1f29239598c (cherry picked from commit 81ff3cdfce495d6847b0418ff4201d803fc8e84b)
This commit is contained in:
parent
2375ab860a
commit
4d4bf64aad
3 changed files with 29 additions and 5 deletions
|
|
@ -299,6 +299,8 @@ private:
|
|||
|
||||
std::shared_ptr<int> m_token = std::make_shared<int>(0);
|
||||
std::map<std::string, PrintOption*> m_checkbox_list;
|
||||
wxString m_ams_tooltip;
|
||||
wxString m_ams_tooltip_ext;
|
||||
std::vector<wxString> m_bedtype_list;
|
||||
std::vector<MachineObject*> m_list;
|
||||
std::vector<FilamentInfo> m_filaments;
|
||||
|
|
@ -450,6 +452,7 @@ public:
|
|||
void on_set_finish_mapping(wxCommandEvent& evt);
|
||||
void on_print_job_cancel(wxCommandEvent& evt);
|
||||
void set_default();
|
||||
void change_materialitem_tip(bool no_ams_only_ext);
|
||||
void reset_and_sync_ams_list();
|
||||
void clone_thumbnail_data();
|
||||
void record_edge_pixels_data();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue