mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove unintuitive comment
This commit is contained in:
parent
0d585f367f
commit
4c9b74edff
1 changed files with 1 additions and 1 deletions
|
@ -941,7 +941,7 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||
if self._is_ucp:
|
||||
# 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.
|
||||
full_extents = None # Don't initialize to 'Null'!
|
||||
full_extents = None
|
||||
for node in nodes:
|
||||
extents = node.getMeshData().getExtents() if node.getMeshData() else None
|
||||
if extents is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue