Angle Socket Wrench Stand - customisable
thingiverse
# Angle Socket Wrench Stand OpenSCAD library used to build Tubular Angle Socket (TAS) Wrench Stand. Rendered and added ready-to-print STL files for standard wrench sets are provided: * Stand for 10 wrenches, divided into two parts/groups: [8,10,11,12,13,14] and [16,17,18,19] * Stand for 14 wrenches, divided into three parts/groups: [8,9,10,11,12,13], [14,15,16,17], and [18,19,20,21] * Stand for 16 wrenches, divided into three parts/groups: [8,9,10,11,12,13,14], [15,16,17,18,19], and [21,22,23,24] # Howto To install this (Only Basic part), follow the instructions at agentscad. Open file agenscad/things/tas-wrench-stand.scad. Search for the code: ``` taswStand ( wrenches = 10_WRENCHES, groups = 10_WRENCHES_GROUPS, group_num = undef, numbers_only = false, $fn = FAST ); ``` Modify the definition of wrenches and groups to customize: ``` taswStand ( ... wrenches = My_WRENCHES, groups = My_WRENCHES_GROUPS, ... ); My_WRENCHES = [ 7,8,9,10,11 ]; My_WRENCHES_GROUPS = [ 2,2,1 ]; ``` This will generate a stand divided into three groups (To take care of printer bed limits): * First group with two wrenches: |7,8] * Second group with two wrenches: |9,10] * Third and last group with one wrench: [11] Additional parameters: * group_num: define this to render only one group (for STL rendering) * numbers_only: set this to true to get the numbers of the group (for multicolor rendering) * $fn; set this to SMOOTH before rendering for better precision.
With this file you will be able to print Angle Socket Wrench Stand - customisable 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 Angle Socket Wrench Stand - customisable.