mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Disabled the experimental pressure equalizer.
This commit is contained in:
parent
79f608d1e6
commit
57bd0889c3
8 changed files with 37 additions and 4 deletions
|
@ -1028,8 +1028,10 @@ void TabPrint::build()
|
|||
optgroup = page->new_optgroup(_(L("Autospeed (advanced)")));
|
||||
optgroup->append_single_option_line("max_print_speed");
|
||||
optgroup->append_single_option_line("max_volumetric_speed");
|
||||
#ifdef HAS_PRESSURE_EQUALIZER
|
||||
optgroup->append_single_option_line("max_volumetric_extrusion_rate_slope_positive");
|
||||
optgroup->append_single_option_line("max_volumetric_extrusion_rate_slope_negative");
|
||||
#endif /* HAS_PRESSURE_EQUALIZER */
|
||||
|
||||
page = add_options_page(_(L("Multiple Extruders")), "funnel.png");
|
||||
optgroup = page->new_optgroup(_(L("Extruders")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue