Customizable Hex nut sorter V2 - Metric, Imperial and Machine
prusaprinters
Hex nut sorter V2 Now including a fully customizable parameterized .scad! Let me know if there is a size you'd like added. No supports needed. Enjoy! What is it?A device for easily sorting all those hex nuts your kids dump all over your garage.Featured on Hackaday! (Didn't see that coming! Thank you @Donald Papp) NutSorter.scad is the main script.OneScript.scad is a "minified" version for non-coders.ContentsResourcesCustomization (Openscad variables)Open Scad Command Line ExamplesResourcesPrintables model page.GitHub project codeOpenScad download pageBrowser Based scad https://openscad.cloud/openscad/Hex nuts 3d models for testingSorting multiple sizes at once (More printing, faster sorting):Sorting one size at a time (Less printing, slower sorting): CustomizationObject TypeModel PartBottom cup (Default) Sorting plate attached to cup Sorting plate Sorting cup Lid PrinterTolerance(Default .2)Global settingsWall thicknessAs measured from the inside to outside of the cupTray diameterDiameter of the tray, not the cup.Tab widthThe width of the protrusion on the top of the base and sorting layers.Tab heightThe height of the protrusion on the top of the base and sorting layers.Sorting plateNut sizeHole spacingThe minimum amount of space between holes.Text areaBlocks out an area to make sure holes don't go where the text does. Show text area(Default: False)Text size(Default: 5)Text height off plate (Default: 1mm)How high the text protrudes from the plate.Hole patternCurrently either circular or rectangularExample of rectangular hole pattern: Custom labelEnter text here to override the default textSorting tray layerTray heightThe height of a cup that holds (or has a built in sorting plate.)Lip widthThe width of the ledge that the sorting plate sits on.Bottom cupBase heightThe height of the bottom cup. This cup has a solid bottom and doesn't have a sorting tray.Base thicknessThe thickness of the solid bottom.LidLid heightThe overall height of the lid.Lid thicknessThe thickness of the solid top part of the lid.Command lineExample 1:openscad -o .\out\Bottom.stl NutSorter.scad-o: Output file nameThis will create a .stl called Bottom.stl with the default values.Example 2:openscad -q -o .\out\M6.stl -p NutSorter.json -P M6 NutSorter.scad & start .\out\M6.stl-q: Only output errors-o: Output file name-p: NutSorter.json - Preset configuration values-P: Name of preset (M3,M6,Lid,etc)& start filename to open STL in default program (PrusaSlicer for me)
With this file you will be able to print Customizable Hex nut sorter V2 - Metric, Imperial and Machine 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 Hex nut sorter V2 - Metric, Imperial and Machine.