Use SI units consistently.
This commit is contained in:
parent
de88144649
commit
c20fd8a596
4 changed files with 31 additions and 31 deletions
lib/Slic3r
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue