Customizable conformal rail guides. Couple of STL files are included. More sizes and options can be easily generated from included source file for OpenSCAD.
Note: For some reason preview in OpenSCAD doesn't render properly. Hit "render" button instead of "preview", and it'll display correctly.
The generator supports:
If adding screws, generate supports so the holes will be close to round; they are generated with relatively small tolerances. Clean support material from the holes, then run a drill bit with a hand through it to finish cleaning it off. The screw should slide freely through the hole. Few twists of countersink hand tool are recommended if you have one with correct angle (82 degree for US screw sizes, 90 degree for metric screw sizes).
This was my weekend project to learn OpenSCAD. It's a bit rough around the edges. Since I can not control how these will be used (size and weight of rocket, motor used, materials used to print, choice of glue or other mounting options), there are no guarantees. If gluing the guides, make sure the total surface area of the base of the guide is large enough for the size and weight of the rocket. Adjust guide parameters / size for the rocket it will be used on. Bad things can happen if guide rips off the tube at launch. Make sure to use type of glue suitable for bonding material used to print the guide to the material rocket airframe is made off. I strongly recommend using filament material with good mechanical properties and dimensional stability.
Few examples of using included OpenSCAD file:
Generate rail guide for 4" airframe:
$fa=1;$fs=0.4;use <rail_guide.scad>rail_guide_1010(tube_diameter=inch(4));
Generate mini rail guide for 38mm airframe:
$fa=1;$fs=0.4;use <rail_guide.scad>rail_guide_mini(tube_diameter=38);
Generate 1010 rail guide with 5mm standoff:
$fa=1;$fs=0.4;use <rail_guide.scad>rail_guide_1010(tube_size=inch(3), guide_offset=5);
See comments in the rail_guide.scad file for many more parameters that can be specified to customize the rail guide.
rail_guide.scad | 16.9KB | |
rail_guide_1010_3_inch.stl | 40.1KB | |
rail_guide_1010_3_inch_6mm_standoff.stl | 44.8KB | |
rail_guide_1515_6_inch.stl | 28.6KB | |
rail_guide_1515_6_inch_with_holes.stl | 178.0KB | |
rail_guide_micro_1_inch.stl | 34.3KB | |
rail_guide_mini_2.6_inch.stl | 44.2KB |