mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Disable gap filling if gap fill speed is set to zero
This commit is contained in:
@@ -303,7 +303,7 @@ our $Options = {
|
||||
},
|
||||
'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.',
|
||||
tooltip => 'Speed for filling small gaps using short zigzag moves. Keep this reasonably low to avoid too much shaking and resonance issues. Set zero to disable gaps filling.',
|
||||
sidetext => 'mm/s',
|
||||
cli => 'gap-fill-speed=f',
|
||||
type => 'f',
|
||||
|
||||
Reference in New Issue
Block a user