SPE-1739: Fixed calculation of gcode preview sequential slider endpoints

(cherry picked from commit 578921257d14e2c07611dfbb89cda5f9dc776e0c)
This commit is contained in:
enricoturri1966
2023-05-30 02:51:01 -04:00
committed by Andrew Sun
parent 5ca7d84fa3
commit 3da98e6702
3 changed files with 7 additions and 4 deletions

View File

@@ -1609,6 +1609,7 @@ namespace DoExport {
silent_time_estimator_enabled = (config.gcode_flavor == gcfMarlinLegacy || config.gcode_flavor == gcfMarlinFirmware)
&& config.silent_mode;
processor.reset();
processor.initialize_result_moves();
processor.apply_config(config);
processor.enable_stealth_time_estimator(silent_time_estimator_enabled);
}