mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-27 06:45:36 -07:00
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:
commit
14c2f425be
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue