Adjust follow focus STL files for easy printing
This commit is contained in:
parent
5ae68fb72d
commit
6a747a97c1
@ -244,6 +244,9 @@ show_object(l_gear, name='Follow Focus Large Gear')
|
||||
show_object(s_gear, name='Follow Focus Small Gear')
|
||||
|
||||
# Export STL
|
||||
fastener = fastener.rotateAboutCenter((1,0,0), 90).rotateAboutCenter((0,1,0), -slant_degree)
|
||||
lid = lid.rotateAboutCenter((1,0,0), 180).rotateAboutCenter((0,0,1), -slant_degree)
|
||||
base = base.rotateAboutCenter((0,0,1), slant_degree)
|
||||
cq.exporters.export(base, 'follow-focus-base.stl')
|
||||
cq.exporters.export(lid, 'follow-focus-lid.stl')
|
||||
cq.exporters.export(fastener, 'follow-focus-fastener.stl')
|
||||
|
Loading…
x
Reference in New Issue
Block a user