mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Add Lift Z only Above/Below, On Surface (e.g. Only on Top) (#1562)
* Added config options for Enforce Lift Z (from SS, doesn't affect Gcode yet) * working, minus first layer override; also fixed m_last_extrusion_role not being set * fixed logic to match SS * minimize to just one config * removed first layer override * Cleaned up logic, working as intended * added lift above z, lift below z; somehow broke filament overrides * fixed overrides not working, but lift above/below and enforce don't override * fixed filament overrides --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
777c7c68f9
commit
7a3971eca5
8 changed files with 127 additions and 22 deletions
|
@ -136,7 +136,10 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
|
|||
"retract_when_changing_layer",
|
||||
"retraction_length",
|
||||
"retract_length_toolchange",
|
||||
"z_hop",
|
||||
"z_hop",
|
||||
"retract_lift_above",
|
||||
"retract_lift_below",
|
||||
"retract_lift_enforce",
|
||||
"retract_restart_extra",
|
||||
"retract_restart_extra_toolchange",
|
||||
"retraction_speed",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue