Generate SVG top view

This commit is contained in:
Roberto Alsina 2023-03-31 15:24:48 -03:00
parent c7bd9bc45b
commit 86a2686f66
1 changed files with 1 additions and 0 deletions

View File

@ -210,3 +210,4 @@ if __name__ == "__main__":
exporters.export(left_side, "left_side.stl")
exporters.export(model, "model.stl")
exporters.export(model, "model.svg", opt={"projectionDir": (0, 0, 1)})