Merge pull request #3670 from lordofhyphens/disable_background_processing

Disable background processing by default.
This commit is contained in:
Alessandro Ranellucci 2017-01-16 21:26:05 +01:00 committed by GitHub
commit 1d02c1532e

View File

@ -67,7 +67,7 @@ our $Settings = {
mode => 'simple', mode => 'simple',
version_check => 1, version_check => 1,
autocenter => 1, autocenter => 1,
background_processing => 1, background_processing => 0,
# If set, the "Controller" tab for the control of the printer over serial line and the serial port settings are hidden. # 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. # By default, Prusa has the controller hidden.
no_controller => 1, no_controller => 1,