mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 18:36:02 +08:00
Duplication now takes sunk into bottom into account.
Fixes Ultimaker/Cura#286
This commit is contained in:
parent
b587be273f
commit
ed24f5e451
@ -265,7 +265,7 @@ class CuraApplication(QtApplication):
|
||||
new_node = SceneNode()
|
||||
new_node.setMeshData(node.getMeshData())
|
||||
|
||||
new_node.translate(Vector((i + 1) * node.getBoundingBox().width, 0, 0))
|
||||
new_node.translate(Vector((i + 1) * node.getBoundingBox().width, node.getPosition().y, 0))
|
||||
new_node.setOrientation(node.getOrientation())
|
||||
new_node.setScale(node.getScale())
|
||||
new_node.setSelectable(True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user