mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Add option for skirt-speed override (#1371)
Add skirt speed option. Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
e925db8c0f
commit
8e4a43ea5c
7 changed files with 20 additions and 2 deletions
|
@ -185,6 +185,7 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
|
|||
// These steps have no influence on the G-code whatsoever. Just ignore them.
|
||||
} else if (
|
||||
opt_key == "skirt_loops"
|
||||
|| opt_key == "skirt_speed"
|
||||
|| opt_key == "skirt_height"
|
||||
|| opt_key == "draft_shield"
|
||||
|| opt_key == "skirt_distance"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue