mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:15:56 +08:00
Remove TODO message from 3mf reload function
CURA-7333
This commit is contained in:
parent
134541ee6e
commit
b118a46630
@ -1574,7 +1574,6 @@ class CuraApplication(QtApplication):
|
||||
fileCompleted = pyqtSignal(str)
|
||||
|
||||
def _reloadMeshFinished(self, job):
|
||||
# TODO; This needs to be fixed properly. We now make the assumption that we only load a single mesh!
|
||||
job_result = job.getResult()
|
||||
object_to_be_reloaded = job.object_to_be_reloaded
|
||||
if len(job_result) == 0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user