mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Decouple chamber temperature - make chamber_temperature variable always accessible
This commit is contained in:
@@ -4267,14 +4267,7 @@ void TabFilament::toggle_options()
|
||||
toggle_line("pellet_flow_coefficient", is_pellet_printer);
|
||||
toggle_line("filament_diameter", !is_pellet_printer);
|
||||
|
||||
bool support_chamber_temp_control = printer_cfg.opt_bool("support_chamber_temp_control");
|
||||
toggle_line("activate_chamber_temp_control", support_chamber_temp_control);
|
||||
toggle_line("chamber_temperature", support_chamber_temp_control);
|
||||
|
||||
if (support_chamber_temp_control) {
|
||||
bool activate_chamber_temp_control = m_config->opt_bool("activate_chamber_temp_control", 0);
|
||||
toggle_option("chamber_temperature", activate_chamber_temp_control);
|
||||
}
|
||||
toggle_line("activate_chamber_temp_control", printer_cfg.opt_bool("support_chamber_temp_control"));
|
||||
|
||||
std::string volumetric_speed_cos = m_config->opt_string("volumetric_speed_coefficients", 0u);
|
||||
bool enable_fit = volumetric_speed_cos != "0 0 0 0 0 0";
|
||||
|
||||
Reference in New Issue
Block a user