mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 19:36:03 +08:00
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)
This commit is contained in:
parent
fc2335e554
commit
fbfbb0932f
@ -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( "internal_solid_infill_acceleration", new ConfigOptionFloatOrPercent(accel, false));
|
||||||
print_config.set_key_value( "top_surface_acceleration", new ConfigOptionFloat(accel));
|
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( "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
|
//Orca: find jerk value to use in the test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user