mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-22 21:27:02 -07:00
Disable reverse on even for PA Tower
This commit is contained in:
parent
97c8da4d03
commit
ffe44c35d7
1 changed files with 1 additions and 0 deletions
|
|
@ -12364,6 +12364,7 @@ void Plater::_calib_pa_tower(const Calib_Params& params) {
|
|||
obj_cfg.set_key_value("brim_ears_max_angle", new ConfigOptionFloat(135.f));
|
||||
obj_cfg.set_key_value("brim_width", new ConfigOptionFloat(6.f));
|
||||
obj_cfg.set_key_value("seam_slope_type", new ConfigOptionEnum<SeamScarfType>(SeamScarfType::None));
|
||||
obj_cfg.set_key_value("overhang_reverse", new ConfigOptionBool(false));
|
||||
print_config.set_key_value("max_volumetric_extrusion_rate_slope", new ConfigOptionFloat(0));
|
||||
|
||||
changed_objects({ 0 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue