Skip to content

Commit

Permalink
fix ensure_verti
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Nov 24, 2024
1 parent b1bef35 commit 8e6523d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/PrintConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8907,7 +8907,7 @@ void PrintConfigDef::handle_legacy_composite(DynamicPrintConfig &config, std::ve


if (!config.has("ensure_vertical_shell_thickness") && config.has("perimeters")) {
config.set_key_value("ensure_vertical_shell_thickness", new ConfigOptionEnum<EnsureVerticalShellThickness>(EnsureVerticalShellThickness::Partial));
config.set_key_value("ensure_vertical_shell_thickness", new ConfigOptionEnum<EnsureVerticalShellThickness>(EnsureVerticalShellThickness::Enabled));
}

//if (config.has("thumbnails")) {
Expand Down

0 comments on commit 8e6523d

Please sign in to comment.