mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 19:01:47 +08:00
Merge pull request #3670 from lordofhyphens/disable_background_processing
Disable background processing by default.
This commit is contained in:
commit
1d02c1532e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user