mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
New --first-layer-acceleration option
This commit is contained in:
parent
cde662cb51
commit
99816e07a6
5 changed files with 31 additions and 8 deletions
|
@ -369,6 +369,14 @@ our $Options = {
|
|||
type => 'f',
|
||||
default => 0,
|
||||
},
|
||||
'first_layer_acceleration' => {
|
||||
label => 'First layer',
|
||||
tooltip => 'This is the acceleration your printer will use for first layer. Set zero to disable acceleration control for first layer.',
|
||||
sidetext => 'mm/s²',
|
||||
cli => 'first-layer-acceleration=f',
|
||||
type => 'f',
|
||||
default => 0,
|
||||
},
|
||||
|
||||
# accuracy options
|
||||
'layer_height' => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue