Fix geom literals #6974

This commit is contained in:
Thomas Krijnen
2025-08-06 10:49:23 +02:00
parent bf6e02f99d
commit 6ffcf363a6
@@ -65,10 +65,12 @@ if has_occ:
SETTING = Literal[
"angle-unit",
"apply-default-materials",
"apply-offset",
"boolean-attempt-2d",
"building-local-placement",
"cache-shapes",
"cgal-original-edges",
"cgal-smooth-angle-degrees",
"circle-segments",
"compute-curvature",
"context-identifiers",
@@ -76,6 +78,7 @@ SETTING = Literal[
"context-types",
"convert-back-units",
"debug",
"defer-processing-first-element",
"dimensionality",
"disable-boolean-result",
"disable-opening-subtractions",
@@ -90,6 +93,8 @@ SETTING = Literal[
"keep-bounding-boxes",
"layerset-first",
"length-unit",
"max-offset-deviation",
"max-offset",
"mesher-angular-deflection",
"mesher-linear-deflection",
"model-offset",