mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Initial work for limiting vibrations
This commit is contained in:
parent
8d557bee8c
commit
96dd106f61
2 changed files with 12 additions and 0 deletions
|
@ -410,6 +410,14 @@ our $Options = {
|
|||
type => 'f',
|
||||
default => 1,
|
||||
},
|
||||
'vibration_limit' => {
|
||||
label => 'Vibration limit',
|
||||
tooltip => 'This experimental option will slow down those parts hitting the configured frequency limit. The purpose of limiting vibrations is to avoid mechanical resonance.',
|
||||
sidetext => 'Hz',
|
||||
cli => 'vibration-limit=f',
|
||||
type => 'f',
|
||||
default => 15,
|
||||
},
|
||||
|
||||
# print options
|
||||
'perimeters' => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue