mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:49:00 +08:00
Change default auto_slice setting to False
CURA-5188
This commit is contained in:
parent
c381f3707b
commit
b78b6b2c01
@ -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…
x
Reference in New Issue
Block a user