Disable background processing by default. It causes more problems than it solves, especially with the new slice-on-preview code available.

This commit is contained in:
Joseph Lenox 2017-01-16 13:45:25 -06:00
parent 1f920dc847
commit 847392867d

View File

@ -67,7 +67,7 @@ our $Settings = {
mode => 'simple',
version_check => 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.
# By default, Prusa has the controller hidden.
no_controller => 1,