From fbfbb0932f6beec1090b453c3f118150b3d1b005 Mon Sep 17 00:00:00 2001 From: Noisyfox Date: Thu, 6 Mar 2025 20:27:46 +0800 Subject: [PATCH] Switch to print-by-layer mode automatically for PA pattern test (#8688) * Switch to print-by-layer mode automatically for PA pattern test (SoftFever/OrcaSlicer#8665) --- src/slic3r/GUI/Plater.cpp | 1 + 1 file changed, 1 insertion(+) 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