mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
New --bridge-acceleration option
This commit is contained in:
parent
2acda9973e
commit
e9c7460c11
5 changed files with 22 additions and 5 deletions
|
@ -343,6 +343,14 @@ our $Options = {
|
|||
type => 'f',
|
||||
default => 0,
|
||||
},
|
||||
'bridge_acceleration' => {
|
||||
label => 'Bridge',
|
||||
tooltip => 'This is the acceleration your printer will use for bridges. Set zero to disable acceleration control for bridges.',
|
||||
sidetext => 'mm/s²',
|
||||
cli => 'bridge-acceleration=f',
|
||||
type => 'f',
|
||||
default => 0,
|
||||
},
|
||||
|
||||
# accuracy options
|
||||
'layer_height' => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue