Label and CLI option were wrong for top_solid_infill_speed. #425

degen-loop-screen
Alessandro Ranellucci 2012-06-11 13:45:03 +02:00
parent c0c84d13b8
commit 71c1c66985
1 changed files with 2 additions and 2 deletions

View File

@ -154,8 +154,8 @@ our $Options = {
aliases => [qw(solid_infill_feed_rate)],
},
'top_solid_infill_speed' => {
label => 'Solid infill (mm/s or %)',
cli => 'solid-infill-speed=f',
label => 'Top solid infill (mm/s or %)',
cli => 'top-solid-infill-speed=f',
type => 'f',
ratio_over => 'solid_infill_speed',
},