Change of defaults. Background processing disabled by default,
default mode set to expert.
This commit is contained in:
parent
8474f77db4
commit
aceb87d188
@ -63,10 +63,12 @@ our @cb;
|
||||
|
||||
our $Settings = {
|
||||
_ => {
|
||||
mode => 'simple',
|
||||
# Simple mode is very limited, rather start with the expert mode.
|
||||
mode => 'expert',
|
||||
version_check => 1,
|
||||
autocenter => 1,
|
||||
background_processing => 1,
|
||||
# Disable background processing by default as it is not stable.
|
||||
background_processing => 0,
|
||||
# If set, the "Controller" tab for the control of the printer over serial line and the serial port settings are hidden.
|
||||
# By default, Prusa has the controller hidden.
|
||||
no_controller => 1,
|
||||
|
Loading…
Reference in New Issue
Block a user