mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Fixed drop to buildplate issue with 3mf
CURA-382
This commit is contained in:
parent
0d9fd3b410
commit
70a33d9dc5
2 changed files with 2 additions and 1 deletions
|
@ -148,4 +148,5 @@ class ThreeMFReader(MeshReader):
|
|||
translation = Vector(x=-global_container_stack.getProperty("machine_width", "value") / 2, z=0,
|
||||
y=global_container_stack.getProperty("machine_depth", "value") / 2)
|
||||
result.translate(translation)
|
||||
result.setEnabled(False) # The result should not be moved in any way, so disable it.
|
||||
return result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue