mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Change default auto_slice setting to False
CURA-5188
This commit is contained in:
parent
c381f3707b
commit
b78b6b2c01
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class CuraEngineBackend(QObject, Backend):
|
|||
self._slice_start_time = None
|
||||
self._is_disabled = False
|
||||
|
||||
Preferences.getInstance().addPreference("general/auto_slice", True)
|
||||
Preferences.getInstance().addPreference("general/auto_slice", False)
|
||||
|
||||
self._use_timer = False
|
||||
# When you update a setting and other settings get changed through inheritance, many propertyChanged signals are fired.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue