Fixing stubs

- `function_item`, `tags` added in df7318973
- MakeVolume added in c385b93, ignore as all other conversion settings
- moved `SeparateZUpNode` ignore to the other geom serializer settings
This commit is contained in:
Andrej730
2026-03-18 12:16:28 +05:00
parent 069dbbd8c2
commit f2e2e324b1
3 changed files with 6 additions and 2 deletions
@@ -89,6 +89,7 @@ SETTING = Literal[
"keep-bounding-boxes",
"layerset-first",
"length-unit",
"make-volume",
"max-offset-deviation",
"max-offset",
"mesher-angular-deflection",
@@ -124,6 +125,7 @@ SERIALIZER_SETTING = Literal[
"ecef",
"digits",
"wkt-use-section",
"separate-z-up-node",
]
# NOTE: hybrid-cgal-simple-opencascade is added just as an example