In this episode we will designing a bracket for Dual Track shevling system like the ClosetMaid (see here: http://amzn.to/2FTWYrM ) or the John Sterling Dual Standard (i.e. upright or rail see more here: http://amzn.to/2FhlWjF ). As with this simple but effective design, you can add it to your own project create all sorts of custom add-ons for your shelving units!
If you looking for a new 3d Printer and want to also help support the channel, check out these deals!
Amazing BIG Kit printer……: http://diy3dtech.com/gearbest-tronxy-x5s-high-precision-large-scale-3d-printer/
Original Gearbest version…: http://diy3dtech.com/gearbest-cr-10-super-large-3d-printer/
Best Deals on a Creality……: http://diy3dtech.com/creality-cr-10-best-deals/
Have you been bitten……….: http://diy3dtech.com/gearbest-tevo-black-widow-3d-printer-kit/
Have you seen this………….: http://diy3dtech.com/gearbest-tronxy-x1-desktop-3d-printer/
Best Small Kit Deal………….: http://diy3dtech.com/tevo-tarantula/
Creality CR-10 Killer…………: http://diy3dtech.com/gearbest-jgaurora-a5-updated-high-accuracy-3d-printer/
Better then Monoprice Mini..: http://diy3dtech.com/geeetech-e180-mini-3d-printer/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
/* Open SCAD Name.: Dura_Track_v1.scad * Copyright (c)..: 2018 www.DIY3DTech.com * * Creation Date..: 03/05/2018 * Description....: Dura Track Mounting Clip * * Rev 1: Develop Model * Rev 2: * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ /*------------------Customizer View-------------------*/ // preview[view:north, tilt:top] /*---------------------Parameters---------------------*/ // standard sizes are od/14.2 & id/8.5 and od/13 & id/7 // outer bracket width (OD)which creates clip offset bracket_od = 13.0; // inter void size (ID) which creates clip thickness bracket_id = 7.5; // create offset in Y for backing (less is more) offset_y = 6.0; // set scale of polygon data in X/Y scale_x = 55.9; scale_y = 19.8; /*-----------------------Execute----------------------*/ main_module(); /*-----------------------Modules----------------------*/ module main_module(){ //create module difference() { union() {//start union //extrude solid bracket from polygon data translate ([0,0,-bracket_od /2]) rotate([0,0,0]) resize([scale_x,scale_y,bracket_od]) linear_extrude(3,true,3,0) clip_module(); } //end union //start subtraction of difference //remove center of bracket material to create clips translate ([0,offset_y,0]) rotate ([0,0,0]) cube([scale_x*2,26,bracket_id],true); } //end difference }//end module module clip_module(){ //create module //start polygon data clip polygon(points=[[-93.77957,68.89388],[-42.77957,68.69388],[-40.97957,66.89388],[-40.97957,-11.90613],[-42.77957,-13.70612],[-56.77957,-15.10612],[-64.77957,-15.90613],[-69.57957,-19.10612],[-72.57957,-24.10612],[-72.37957,-38.10612],[-69.77957,-42.70612],[-64.77957,-44.10612],[-37.77957,-43.70612],[-27.77957,-37.50613],[-18.77957,-32.30612],[-1.779572,-31.10612],[46.22043,-30.90613],[48.02043,-29.10612],[48.62042,1.893875],[51.22043,5.493874],[60.22043,7.893875],[83.22043,11.69387],[115.2204,17.89388],[140.2204,22.89388],[158.2204,25.89388],[168.2204,25.49387],[171.4204,22.89388],[173.2204,16.89388],[173.6204,-13.10612],[178.2204,-20.10612],[184.2204,-22.70612],[258.2204,-23.30612],[260.0204,-25.10612],[260.0204,-57.90613],[258.2204,-59.10612],[-165.5796,-58.90613],[-166.7796,-57.10612],[-166.3796,-0.1061249],[-163.7796,2.693878],[-155.7796,3.693878],[-152.5796,6.893875],[-151.7796,14.89388],[-151.1796,26.89388],[-147.9796,39.89388],[-141.5796,50.89388],[-134.7796,57.09388],[-122.7796,63.89388],[-102.7796,67.89388],[-94.77957,68.69388]],paths=[[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48]]); }//end module |
If your looking for looking 3D Printer, Laser Cutter and CNC Swag (T-Shirts, Hats, Mugs, etc), please support the channel by visiting our online shop at: http://swag.DIY3DTech.com
Also subscribe to our parent YouTube Channel DIY3DTech.com YouTube Channel for 3D Printing, Laser Manufacturing and CNC Machining: http://YouTube.DIY3DTech.com
More Ideas!
OpenSCAD – Designing a Compression Cover!
OpenSCAD – Designing a Pressure Fit Endcap!
Open SCAD – Complex Flange Designer!