remember last filament choice and ignore network plugin check for thirdpary printers

This commit is contained in:
SoftFever 2022-11-06 14:03:15 +08:00
parent ec7a7ff1ff
commit d65311858c
4 changed files with 6 additions and 6 deletions

View file

@ -485,7 +485,7 @@ LOOKUP_CACHE_SIZE = 6
# DOT_NUM_THREADS setting.
# Minimum value: 0, maximum value: 32, default value: 1.
NUM_PROC_THREADS = 10
NUM_PROC_THREADS = 0
#---------------------------------------------------------------------------
# Build related configuration options
@ -2420,7 +2420,7 @@ HAVE_DOT = YES
# Minimum value: 0, maximum value: 32, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.
DOT_NUM_THREADS = 8
DOT_NUM_THREADS = 0
# DOT_COMMON_ATTR is common attributes for nodes, edges and labels of
# subgraphs. When you want a differently looking font in the dot files that