Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2018-11-29 14:33:04 +0300
committerYuSanka <yusanka@gmail.com>2018-11-29 14:35:07 +0300
commit2add733caadff82c794c85954cc767eca1cf55e7 (patch)
treec6752b53da785b4e8cbda6874619b58158ad935b /src/slic3r/GUI/Tab.hpp
parentbe9ba936e9b09907409c0f5efa3894ee455a6267 (diff)
Suppress change preset to SLA if we have multi-part object
Diffstat (limited to 'src/slic3r/GUI/Tab.hpp')
-rw-r--r--src/slic3r/GUI/Tab.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Tab.hpp b/src/slic3r/GUI/Tab.hpp
index 9b897b6f7..5ed6549bf 100644
--- a/src/slic3r/GUI/Tab.hpp
+++ b/src/slic3r/GUI/Tab.hpp
@@ -222,6 +222,7 @@ public:
void update_page_tree_visibility();
void select_preset(std::string preset_name = "");
bool may_discard_current_dirty_preset(PresetCollection* presets = nullptr, const std::string& new_printer_name = "");
+ bool may_switch_to_SLA_preset();
wxSizer* compatible_printers_widget(wxWindow* parent, wxCheckBox** checkbox, wxButton** btn);
void load_key_value(const std::string& opt_key, const boost::any& value, bool saved_value = false);