mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 01:25:55 +08:00
Remove unintuitive comment
This commit is contained in:
parent
0d585f367f
commit
4c9b74edff
@ -941,7 +941,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||||||
if self._is_ucp:
|
if self._is_ucp:
|
||||||
# We might be on a different printer than the one this project was made on.
|
# We might be on a different printer than the one this project was made on.
|
||||||
# The offset to the printers' center isn't saved; instead, try to just fit everything on the buildplate.
|
# The offset to the printers' center isn't saved; instead, try to just fit everything on the buildplate.
|
||||||
full_extents = None # Don't initialize to 'Null'!
|
full_extents = None
|
||||||
for node in nodes:
|
for node in nodes:
|
||||||
extents = node.getMeshData().getExtents() if node.getMeshData() else None
|
extents = node.getMeshData().getExtents() if node.getMeshData() else None
|
||||||
if extents is not None:
|
if extents is not None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user