mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Remove TODO message from 3mf reload function
CURA-7333
This commit is contained in:
parent
134541ee6e
commit
b118a46630
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue