Bahtinov Mask Customizable (Nexstar 5SE)

Bahtinov Mask Customizable (Nexstar 5SE)

thingiverse

A modification of https://www.thingiverse.com/thing:160391 Bahtinov Mask Generator by https://www.thingiverse.com/brentb I removed the broken handle and replaced it with a ring around the center, setting defaults for a Celestron Nexstar 5SE: ```python outerDiameter=145 aperture=127 centerHoleDiameter=50 gap=4 ``` Changes to the handle: ```diff @@ -87,5 +91,11 @@ union() { linear_extrude(height=2) bahtinov2D(); // add a little handle - translate([outerDiameter/2-gap,0,0]) cylinder(r=gap/2, h=18); + difference() + { + cylinder(h=7,r=centerHoleDiameter/2+3); + cylinder(h=7,r=centerHoleDiameter/2); + } ```

Download Model from thingiverse

With this file you will be able to print Bahtinov Mask Customizable (Nexstar 5SE) with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Bahtinov Mask Customizable (Nexstar 5SE).