mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
PAP adding save dialog before filesave window
CURA-11403
This commit is contained in:
parent
ab1d1407fb
commit
ec871782c7
7 changed files with 46 additions and 49 deletions
|
@ -236,8 +236,8 @@ class ThreeMFWorkspaceReader(WorkspaceReader):
|
|||
|
||||
# Check whether the file is a UCP, which changes some import options
|
||||
#FIXME Instead of this, we should just check for the presence of the user-settings file, whatever the extension
|
||||
is_ucp = file_name.endswith('.3mf')
|
||||
|
||||
if file_name.endswith('.3mf'):
|
||||
is_ucp = True
|
||||
#
|
||||
# Read definition containers
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue