From 4c9b74edff087d9aea73cdf81699931767de0e42 Mon Sep 17 00:00:00 2001 From: Casper Lamboo Date: Fri, 29 Mar 2024 10:38:27 +0100 Subject: [PATCH] Remove unintuitive comment --- plugins/3MFReader/ThreeMFWorkspaceReader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/3MFReader/ThreeMFWorkspaceReader.py b/plugins/3MFReader/ThreeMFWorkspaceReader.py index 6d7290cb9f..1962ba092a 100755 --- a/plugins/3MFReader/ThreeMFWorkspaceReader.py +++ b/plugins/3MFReader/ThreeMFWorkspaceReader.py @@ -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: