diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 54a767a77e..df45b387bb 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -9499,6 +9499,7 @@ void Plater::_calib_pa_pattern(const Calib_Params& params) print_config.set_key_value( "internal_solid_infill_acceleration", new ConfigOptionFloatOrPercent(accel, false)); print_config.set_key_value( "top_surface_acceleration", new ConfigOptionFloat(accel)); print_config.set_key_value( "travel_acceleration", new ConfigOptionFloat(accel)); + print_config.set_key_value( "print_sequence", new ConfigOptionEnum(PrintSequence::ByLayer)); //Orca: find jerk value to use in the test