mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: [STUDIO-3179] The third-party printed material parameter page
Change-Id: I6a9d575bebb21a87e790aab973aecb1e6cc0e279
This commit is contained in:
parent
0f138bb21e
commit
23b4230335
1 changed files with 3 additions and 0 deletions
|
@ -2838,6 +2838,9 @@ void TabFilament::toggle_options()
|
|||
toggle_option("pressure_advance", m_config->opt_bool("enable_pressure_advance", 0));
|
||||
|
||||
toggle_line("chamber_temperature", !is_BBL_printer);
|
||||
for (auto el :
|
||||
{"cool_plate_temp", "cool_plate_temp_initial_layer", "eng_plate_temp", "eng_plate_temp_initial_layer", "textured_plate_temp", "textured_plate_temp_initial_layer"})
|
||||
toggle_line(el, is_BBL_printer);
|
||||
}
|
||||
|
||||
if (m_active_page->title() == "Setting Overrides")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue