Use SI units consistently.

This commit is contained in:
Henrik Brix Andersen 2012-02-18 22:36:13 +01:00
parent de88144649
commit c20fd8a596
4 changed files with 31 additions and 31 deletions
lib/Slic3r

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',
},