mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Added preference. CURA-3214
This commit is contained in:
parent
a3af887d3f
commit
e5cdc318f7
2 changed files with 28 additions and 1 deletions
|
|
@ -230,6 +230,8 @@ class CuraApplication(QtApplication):
|
|||
Preferences.getInstance().addPreference("cura/currency", "€")
|
||||
Preferences.getInstance().addPreference("cura/material_settings", "{}")
|
||||
|
||||
Preferences.getInstance().addPreference("general/auto_slice", True)
|
||||
|
||||
for key in [
|
||||
"dialog_load_path", # dialog_save_path is in LocalFileOutputDevicePlugin
|
||||
"dialog_profile_path",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue