From f0c70857aecedd3127fe40736698306dd95597f5 Mon Sep 17 00:00:00 2001 From: QIDI TECH <893239786@qq.com> Date: Thu, 13 Jun 2024 16:52:47 +0800 Subject: [PATCH] Update Plater.cpp --- 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 693ce6f..77e2a28 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -5985,6 +5985,7 @@ void Plater::calib_max_volumetric_speed(const double StartVS, double EndVS, doub } DynamicPrintConfig new_config; + new_config.set_key_value("resonance_avoidance", new ConfigOptionBool(false)); new_config.set_key_value("max_layer_height", new ConfigOptionFloats{vs_layer_height}); new_config.set_key_value("layer_height", new ConfigOptionFloat(vs_layer_height)); new_config.set_key_value("first_layer_height", new ConfigOptionFloatOrPercent(vs_layer_height, false));