Angle Socket Wrench Stand - customisable
di AgentSCAD
File stampabili (16)
-
stl10_tasw_group_0_stand.stl
6.3 Mo · 551 download
-
stl10_tasw_group_0_numbers.stl
4.2 Mo · 531 download
-
stl10_tasw_group_1_numbers.stl
3.1 Mo · 535 download
-
stl10_tasw_group_1_stand.stl
4.6 Mo · 538 download
-
stl14_tasw_group_0_stand.stl
6.2 Mo · 544 download
-
stl14_tasw_group_1_stand.stl
4.3 Mo · 538 download
-
stl14_tasw_group_0_numbers.stl
4.1 Mo · 520 download
-
stl14_tasw_group_1_numbers.stl
2.8 Mo · 523 download
-
stl14_tasw_group_2_stand.stl
4.8 Mo · 540 download
-
stl14_tasw_group_2_numbers.stl
3.3 Mo · 526 download
-
stl16_tasw_group_0_stand.stl
7.2 Mo · 551 download
-
stl16_tasw_group_0_numbers.stl
4.7 Mo · 531 download
-
stl16_tasw_group_1_stand.stl
5.7 Mo · 548 download
-
stl16_tasw_group_1_numbers.stl
3.8 Mo · 539 download
-
stl16_tasw_group_2_numbers.stl
3.6 Mo · 540 download
-
stl16_tasw_group_2_stand.stl
5.1 Mo · 553 download
Descrizione
OpenSCAD library to build Tubular Angle Socket (TAS) Wrench Stand
I've rendered and added ready to print STL files for standard wrench set:
Stand for 10 wrenches (2 parts/groups):
[ 8,10,11,12,13,14 ]
[ 16,17,18,19 ]Stand for 14 wrenches (3 parts/groups):
[ 8,9,10,11,12,13 ]
[ 14,15,16,17 ]
[ 18,19,20,21 ]- Stand for 16 (3 parts/groups):
[ 8,9,10,11,12,13,14 ]
[ 15,16,17,18,19 ]
[ 21,22,23,24 ]
Install this (Only Basic part): agentscad
Open file agenscad/things/tas-wrench-stand.scad
Search for this code:
taswStand ( wrenches = 10_WRENCHES, groups = 10_WRENCHES_GROUPS, group_num = undef, numbers_only = false, $fn = FAST );You just need to change 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 split in 2 groups (To take care of printer bed limits):
- First group with 2 first wrenches: |7,8]
- Second group with 2 next wrenches: |9,10]
- Third and last group with last 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.