Remove unintuitive comment

This commit is contained in:
Casper Lamboo 2024-03-29 10:38:27 +01:00 committed by GitHub
parent 0d585f367f
commit 4c9b74edff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: