mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Review comments to add a comment.
Done as part of CURA-11521
This commit is contained in:
parent
5dcab95358
commit
778bd11a71
@ -176,7 +176,7 @@ class SimulationPass(RenderPass):
|
|||||||
vec = pos_a * (1.0 - ratio) + pos_b * ratio
|
vec = pos_a * (1.0 - ratio) + pos_b * ratio
|
||||||
head_position = vec + node.getWorldPosition()
|
head_position = vec + node.getWorldPosition()
|
||||||
vertex_after_head = pos_b
|
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
|
||||||
break
|
break
|
||||||
if self._layer_view.getMinimumLayer() > layer:
|
if self._layer_view.getMinimumLayer() > layer:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user