Bugfix: lift was not working correctly with multiple extruders and multiple skirt layers. Also, we now ignore all lift settings except the one of the first extruder. Includes regression tests. #1332 #1338
This commit is contained in:
parent
b5907dc734
commit
10a8f479f9
4 changed files with 24 additions and 7 deletions
|
@ -814,7 +814,7 @@ END
|
|||
},
|
||||
'retract_lift' => {
|
||||
label => 'Lift Z',
|
||||
tooltip => 'If you set this to a positive value, Z is quickly raised every time a retraction is triggered.',
|
||||
tooltip => 'If you set this to a positive value, Z is quickly raised every time a retraction is triggered. When using multiple extruders, only the setting for the first extruder will be considered.',
|
||||
sidetext => 'mm',
|
||||
cli => 'retract-lift=f@',
|
||||
type => 'f',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue