mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Use SI units consistently.
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user