mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
New --bridge-acceleration option
This commit is contained in:
@@ -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' => {
|
||||
|
||||
Reference in New Issue
Block a user