mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +00:00
Merge branch 'vibration-limit'
This commit is contained in:
@@ -410,6 +410,14 @@ our $Options = {
|
||||
type => 'f',
|
||||
default => 1,
|
||||
},
|
||||
'vibration_limit' => {
|
||||
label => 'Vibration limit',
|
||||
tooltip => 'This experimental option will slow down those moves hitting the configured frequency limit. The purpose of limiting vibrations is to avoid mechanical resonance. Set zero to disable.',
|
||||
sidetext => 'Hz',
|
||||
cli => 'vibration-limit=f',
|
||||
type => 'f',
|
||||
default => 15,
|
||||
},
|
||||
|
||||
# print options
|
||||
'perimeters' => {
|
||||
|
||||
Reference in New Issue
Block a user