New --first-layer-acceleration option

This commit is contained in:
Alessandro Ranellucci 2013-08-09 14:30:43 +02:00
parent cde662cb51
commit 99816e07a6
5 changed files with 31 additions and 8 deletions

View file

@ -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' => {