We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd2290 commit c11053dCopy full SHA for c11053d
src/slic3r/GUI/Plater.cpp
@@ -12395,6 +12395,7 @@ void Plater::calib_retraction(const Calib_Params& params)
12395
obj->config.set_key_value("layer_height", new ConfigOptionFloat(layer_height));
12396
obj->config.set_key_value("alternate_extra_wall", new ConfigOptionBool(false));
12397
obj->config.set_key_value("seam_position", new ConfigOptionEnum<SeamPosition>(spAligned));
12398
+ obj->config.set_key_value("wall_sequence", new ConfigOptionEnum<WallSequence>(WallSequence::InnerOuter));
12399
12400
changed_objects({ 0 });
12401
0 commit comments