Review comments to add a comment.

Done as part of CURA-11521
This commit is contained in:
Remco Burema 2024-03-13 11:13:03 +01:00 committed by GitHub
parent 5dcab95358
commit 778bd11a71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: