Skip to content

Commit

Permalink
Don't modify the slope option when turning on spiral vase
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox committed Jan 27, 2024
1 parent ebbdc80 commit 1d6b10d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/slic3r/GUI/ConfigManipulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con
new_conf.set_key_value("detect_thin_wall", new ConfigOptionBool(false));
new_conf.set_key_value("overhang_reverse", new ConfigOptionBool(false));
new_conf.set_key_value("timelapse_type", new ConfigOptionEnum<TimelapseType>(tlTraditional));
new_conf.set_key_value("seam_slope_enabled", new ConfigOptionBool(false));
sparse_infill_density = 0;
timelapse_type = TimelapseType::tlTraditional;
support = false;
Expand Down

0 comments on commit 1d6b10d

Please sign in to comment.