Change of defaults. Background processing disabled by default,

default mode set to expert.
This commit is contained in:
bubnikv 2017-02-07 13:21:09 +01:00
parent 8474f77db4
commit aceb87d188

View File

@ -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,