Customizable OpenSCAD Fletching jig

Customizable OpenSCAD Fletching jig

thingiverse

![](https://raw.githubusercontent.com/moucha19/OpenSCAD-Fletching-jig/master/img/icon_80px.png) # OpenSCAD Fletching jig > To check latest updates go [here](https://github.com/moucha19/OpenSCAD-Fletching-jig) #### If you have any suggestions, leave them in the comments or open an issue on GitHub *In future, I'm also planning to add support for 4 vanes and even more - depending on your feedback* ## Overview Simple yet effective fletching jig that will adjust to all your needs. Intended to provide new archers with access to 3D printer (such as myself) cheap way to fix broken arrows without a need for expensive off-the-shelf jig. Hopefully, even skilled shooters will find utility in this design. ## Features + Highly adjustable to fit different arrows and vanes + Straight, offset, and true helical fletchings + No additional tools required for assembly + Hot swappable arms + Very compact and light ## Prerequisites First you have to download latest version (2019.05 or newer) of [OpenSCAD](http://www.openscad.org/downloads.html). It's free and open source software available for all major desktop platforms. Nothing else is needed for editing and rendering. Additional software required will vary depending on your 3D printer. ## How to use > You may also try to use Thingiverse customizer directly without downloading anything but it worked for me only in Microsoft Edge and the experience wasn't good. So if it doesn't work for you either (or if it's too slow), follow these instructions. Download and extract [latest release](https://www.thingiverse.com/thing:2833311) from Thingiverse. Open main.scad file with OpenSCAD software and go to Customizer tab. Fill in parameters according to your needs, then press "Export STL" button at the top right corner of the window. ![img1](https://raw.githubusercontent.com/moucha19/OpenSCAD-Fletching-jig/master/img/dimensions_1.png "1") ![img2](https://raw.githubusercontent.com/moucha19/OpenSCAD-Fletching-jig/master/img/dimensions_2.png "2") ### Parameters * arrow_diameter: diameter of the arrow in mm * vane_length: length of the vane in mm * vane_width: width of the vane in mm * vane_offset: how far from the end of the arrow will the vane be * helical_adjust: horizontal distance between the bottom and top corner of the HELICAL vane * helical_direction: sign of the value determines left or right spin (+ left; - right) * arm_offset: distance between the top of the base and bottom of the arm in mm ### Tresholds Like I already mentioned, I've take some precautions to ensure a valid outputs. First are constrained sliders in customizer. These are set to accommodate even extreme values and should be sufficient for everyone. They're nothing more than recommendations though and even values beyond their range should work just fine. If - for any reason - you'd want to allow them, you can do so in main.scad by editing lines just like this one: ```openscad //distance between the bottom of the base and arrow arrow_offset = 3;//[0:0.1:100] ``` where comment behind the assignment means *[min:precision:max]*. Go to [customizer documentation](https://customizer.makerbot.com/docs) for more information. Second are tresholds in the module itself that are actually checking if desired parameters make sense or not. For example, if you have small jig for 6mm arrows, you can't have 10 centimeter wide hinge. So even if you're able to set something like this in the customizer, invalid parameters will be truncated in the module to a closest valid value. If this happens, you'll be informed about it in the console window with similiar line: > <font color='red'>hinge_thickness treshold (max = 5.25) reached! </font> List of these tresholds is in the table above. Note that extreme values in helical_adjust and vane_width can still produce invalid results. Fixing this is more trouble than it's worth so I'm not gonna do it :D. There might be more issues like that, so if you encounter anything weird, definitely report it.

Download Model from thingiverse

With this file you will be able to print Customizable OpenSCAD Fletching jig 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 Customizable OpenSCAD Fletching jig.