Tools: add deg/s/s to valid parameter units
This commit is contained in:
parent
e8070a5cb3
commit
8186ce0d32
@ -66,6 +66,7 @@ known_units = {
|
||||
# angle
|
||||
'deg' : 'degrees' , # Not SI, but is some situations more user-friendly than radians
|
||||
'deg/s' : 'degrees per second' , # Not SI, but is some situations more user-friendly than radians
|
||||
'deg/s/s' : 'degrees per square second', # Not SI, but is some situations more user-friendly than radians
|
||||
'cdeg' : 'centidegrees' , # Not SI, but is some situations more user-friendly than radians
|
||||
'cdeg/s' : 'centidegrees per second', # Not SI, but is some situations more user-friendly than radians
|
||||
'cdeg/s/s': 'centidegrees per square second' , # Not SI, but is some situations more user-friendly than radians
|
||||
|
Loading…
Reference in New Issue
Block a user