diff --git a/follow_focus.py b/follow_focus.py index 73cc9aa..369d088 100644 --- a/follow_focus.py +++ b/follow_focus.py @@ -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')