mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: remove popup dialog of tree slim
This popup dialog was introduced to promote tree slim style. Now it's time to remove it. Change-Id: I34c0be56b4dc613e6e991dd87ab22eb4eaa1feb3 (cherry picked from commit 827c692a1877bfec914ef8f5a55c7357ed6e94d2)
This commit is contained in:
parent
ddd2c544c8
commit
a4eaf65b77
1 changed files with 2 additions and 2 deletions
|
@ -1422,7 +1422,7 @@ void Tab::on_value_change(const std::string& opt_key, const boost::any& value)
|
|||
new_conf.set_key_value("support_style", new ConfigOptionEnum<SupportMaterialStyle>(smsDefault));
|
||||
m_config_manipulation.apply(m_config, &new_conf);
|
||||
}
|
||||
|
||||
#if 0
|
||||
// BBS popup a message to ask the user to set optimum parameters for tree support
|
||||
if (opt_key == "support_type" || opt_key == "support_style") {
|
||||
if (is_tree_slim(m_config->opt_enum<SupportType>("support_type"), m_config->opt_enum<SupportMaterialStyle>("support_style")) &&
|
||||
|
@ -1459,7 +1459,7 @@ void Tab::on_value_change(const std::string& opt_key, const boost::any& value)
|
|||
wxGetApp().plater()->update();
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
// BBS popup a message to ask the user to set optimum parameters for support interface if support materials are used
|
||||
if (opt_key == "support_interface_filament") {
|
||||
int interface_filament_id = m_config->opt_int("support_interface_filament") - 1; // the displayed id is based from 1, while internal id is based from 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue