mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
fix a bug that new overhang slowdown algo didn't work properly for cloned objects
This commit is contained in:
@@ -2698,7 +2698,7 @@ GCode::LayerResult GCode::process_layer(
|
||||
Skirt::make_skirt_loops_per_extruder_other_layers(print, layer_tools, m_skirt_done);
|
||||
|
||||
for (const auto& layer_to_print : layers) {
|
||||
m_extrusion_quality_estimator.prepare_for_new_layer(layer_to_print.object_layer);
|
||||
m_extrusion_quality_estimator.prepare_for_new_layer(layer_to_print.original_object, layer_to_print.object_layer);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user