Skip to content

Commit

Permalink
get both stands
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronxie0000 authored Sep 27, 2024
1 parent d6b0b13 commit e402d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stand.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def stand(cutout=RS01_cutout, head_dia=100):


rval = stand(RS01_cutout).fwd(115)
# rval += stand(RS04_cutout, 135)
rval += stand(RS04_cutout, 135)

rval = rval.rotate(90).right(10)
# rval = RadialHoles()
Expand Down

0 comments on commit e402d31

Please sign in to comment.