From 778bd11a71e589a75ec7451fd3d275a466e1421c Mon Sep 17 00:00:00 2001 From: Remco Burema <41987080+rburema@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:13:03 +0100 Subject: [PATCH] Review comments to add a comment. Done as part of CURA-11521 --- plugins/SimulationView/SimulationPass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/SimulationView/SimulationPass.py b/plugins/SimulationView/SimulationPass.py index b723403797..efe80162b5 100644 --- a/plugins/SimulationView/SimulationPass.py +++ b/plugins/SimulationView/SimulationPass.py @@ -176,7 +176,7 @@ class SimulationPass(RenderPass): vec = pos_a * (1.0 - ratio) + pos_b * ratio head_position = vec + node.getWorldPosition() vertex_after_head = pos_b - towards_next_vertex = 2 + towards_next_vertex = 2 # Add two to the index to print the current and next vertices as an 'unfinished' line (to the nozzle). break break if self._layer_view.getMinimumLayer() > layer: