mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-15 00:13:00 +00:00
Updated tool tip and removed min print speed disabling when slowdown for layer cooling is de-selected (#2524)
* Updated tool tip and removed min print speed disabling when slowdown for layer cooling is de-selected * Updated tool tip to make it explicit when this setting is used.
This commit is contained in:
committed by
GitHub
parent
937f5b44e2
commit
cee0cbe49a
@@ -2988,9 +2988,6 @@ void TabFilament::toggle_options()
|
||||
}
|
||||
|
||||
if (m_active_page->title() == L("Cooling")) {
|
||||
bool cooling = m_config->opt_bool("slow_down_for_layer_cooling", 0);
|
||||
toggle_option("slow_down_min_speed", cooling);
|
||||
|
||||
bool has_enable_overhang_bridge_fan = m_config->opt_bool("enable_overhang_bridge_fan", 0);
|
||||
for (auto el : {"overhang_fan_speed", "overhang_fan_threshold"})
|
||||
toggle_option(el, has_enable_overhang_bridge_fan);
|
||||
|
||||
Reference in New Issue
Block a user