Merge pull request #20990 from Ultimaker/CURA-12055_fix-load-ufp-then-stl

CURA-12055 fix load ufp then stl
This commit is contained in:
HellAholic 2025-09-30 11:43:15 +02:00 committed by GitHub
commit 14c2f425be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -527,6 +527,6 @@ class FlavorParser:
# The "save/print" button's state is bound to the backend state.
backend = CuraApplication.getInstance().getBackend()
backend.backendStateChange.emit(Backend.BackendState.Disabled)
backend.setState(Backend.BackendState.Disabled)
return scene_node