mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 11:41:20 -06:00
Merge branch 'vibration-limit'
This commit is contained in:
commit
99c942b5ea
6 changed files with 94 additions and 21 deletions
|
|
@ -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' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue