Fix #2678. Critical typo bug meant that units were fixed to metric millimeters.

This commit is contained in:
Dion Moult
2023-01-08 12:58:53 +11:00
parent 3cfcd847cf
commit 0294c4e02c
@@ -60,7 +60,7 @@ class Usecase:
"""
self.file = file
self.settings = {
"units": None,
"units": units,
"length": {"is_metric": True, "raw": "MILLIMETERS"},
"area": {"is_metric": True, "raw": "METERS"},
"volume": {"is_metric": True, "raw": "METERS"},