mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
New separate speed setting for gap fill. #785
This commit is contained in:
parent
68e302fe27
commit
5dba02fdeb
4 changed files with 12 additions and 2 deletions
|
@ -293,6 +293,14 @@ our $Options = {
|
|||
aliases => [qw(bridge_feed_rate)],
|
||||
default => 60,
|
||||
},
|
||||
'gap_fill_speed' => {
|
||||
label => 'Gap fill',
|
||||
tooltip => 'Speed for filling small gaps using short zigzag moves. Keep this reasonably low to avoid too much shaking and resonance issues.',
|
||||
sidetext => 'mm/s',
|
||||
cli => 'gap-fill-speed=f',
|
||||
type => 'f',
|
||||
default => 20,
|
||||
},
|
||||
'first_layer_speed' => {
|
||||
label => 'First layer speed',
|
||||
tooltip => 'If expressed as absolute value in mm/s, this speed will be applied to all the print moves of the first layer, regardless of their type. If expressed as a percentage (for example: 40%) it will scale the default speeds.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue