Merge pull request #209 from henrikbrixandersen/master

Use SI units consistently.
This commit is contained in:
Alessandro Ranellucci 2012-02-19 00:34:17 -08:00
commit 90c6ed3b20
4 changed files with 31 additions and 31 deletions

View file

@ -140,12 +140,12 @@ our $Options = {
type => 'bool',
},
'perimeter_acceleration' => {
label => 'Perimeters (mm/s^2)',
label => 'Perimeters (mm/s²)',
cli => 'perimeter-acceleration',
type => 'f',
},
'infill_acceleration' => {
label => 'Infill (mm/s^2)',
label => 'Infill (mm/s²)',
cli => 'infill-acceleration',
type => 'f',
},