Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/LayerPlanBuffer.cpp')
-rw-r--r--src/LayerPlanBuffer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/LayerPlanBuffer.cpp b/src/LayerPlanBuffer.cpp
index 4e91981e9..d5faaf8b9 100644
--- a/src/LayerPlanBuffer.cpp
+++ b/src/LayerPlanBuffer.cpp
@@ -107,6 +107,9 @@ void LayerPlanBuffer::addConnectingTravelMove(LayerPlan* prev_layer, const Layer
path.retract = true;
}
}
+
+ //If not using travel-specific jerk and acceleration, the layer plan needs to know the jerk/acc of the first extrusion move of the next layer.
+ prev_layer->next_layer_acc_jerk = newest_layer->first_extrusion_acc_jerk;
}
void LayerPlanBuffer::processFanSpeedLayerTime()