mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
PA per filament
This commit is contained in:
parent
6fb941cf4c
commit
ec7a7ff1ff
6 changed files with 30 additions and 17 deletions
|
@ -2675,7 +2675,7 @@ void TabFilament::toggle_options()
|
|||
}
|
||||
if (m_active_page->title() == "Filament")
|
||||
{
|
||||
bool pa = m_config->opt_bool("enable_pressure_advance");
|
||||
bool pa = m_config->opt_bool("enable_pressure_advance", 0);
|
||||
toggle_option("pressure_advance", pa);
|
||||
|
||||
toggle_line("cool_plate_temp_initial_layer", is_BBL_printer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue