1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

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