mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH: add seam parameters and increase wall loops
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: Id5c6cd6e97493f8912ce1857aed56eecace66cee
This commit is contained in:
parent
8905121af5
commit
4f4516357f
11 changed files with 38 additions and 10 deletions
|
@ -144,7 +144,10 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
|
|||
"chamber_temperature",
|
||||
"nozzle_hrc",
|
||||
"required_nozzle_HRC",
|
||||
"upward_compatible_machine"
|
||||
"upward_compatible_machine",
|
||||
//SoftFever
|
||||
"seam_gap",
|
||||
"wipe_speed"
|
||||
};
|
||||
|
||||
static std::unordered_set<std::string> steps_ignore;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue