mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-04 00:01:07 -07:00
remember last filament choice and ignore network plugin check for thirdpary printers
This commit is contained in:
parent
ec7a7ff1ff
commit
d65311858c
4 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue