mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
ENH: disable edit support chamber temp
jira:STUDIO-4230 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I4873badacc5d3947f56df1ea367481ddae748fff
This commit is contained in:
@@ -1776,7 +1776,7 @@ void PrintConfigDef::init_fff_params()
|
||||
|
||||
def =this->add("support_air_filtration",coBool);
|
||||
def->label=L("Support air filtration");
|
||||
def->tooltip=L("Enable this if printer physically support air filtration");
|
||||
def->tooltip=L("Enable this if printer support air filtration");
|
||||
def->mode=comDevelop;
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
|
||||
@@ -3684,7 +3684,7 @@ void TabPrinter::toggle_options()
|
||||
toggle_option("thumbnail_size",!is_BBL_printer);
|
||||
toggle_option("printer_structure", !is_BBL_printer);
|
||||
toggle_option("use_relative_e_distances", !is_BBL_printer);
|
||||
|
||||
toggle_option("support_chamber_temp_control", 0);
|
||||
toggle_option("support_air_filtration",is_BBL_printer);
|
||||
auto flavor = m_config->option<ConfigOptionEnum<GCodeFlavor>>("gcode_flavor")->value;
|
||||
bool is_marlin_flavor = flavor == gcfMarlinLegacy || flavor == gcfMarlinFirmware;
|
||||
|
||||
Reference in New Issue
Block a user