diff --git a/core/units.lua b/core/units.lua index 04356dfbd..46a1f5f20 100644 --- a/core/units.lua +++ b/core/units.lua @@ -57,6 +57,10 @@ units["m"] = { definition = "100cm" } +units["hm"] = { + definition = "0.01mm" +} + units["in"] = { definition = "72pt" }