Browse Source

tree of gondor!

master
wes 12 months ago
parent
commit
04a5dde5b1
  1. 4
      planter.py

4
planter.py

@ -55,8 +55,8 @@ paths, attributes = svg2paths("/home/deck/cad_files/tree_of_gondor_small.svg")
tree = (Workplane("YZ")
.center(0, 75)
.addSvgPath(paths[0])
.extrude(-4)
.translate((94.8, -100, 0))
.extrude(-2.0)
.translate((95.03, -100, 0))
)
print(tree)

Loading…
Cancel
Save