Thread: One ring to rule them all?
Threaded View
-
10-01-2016 #33
Had another idea and amazingly I found a CAD program I actually like, it's a miracle! It's not for everyone in fact it's probably some people' worst nightmare but it's right up my ally. Instead of using your mouse to click where you want something you type it out in a sort of programming language.
http://www.openscad.org/
This design is sort of in between a fixed and moving gantry. As a result the bed is lighter than a moving gantry design and the gantry is lighter than a fixed gantry design. What do you think?
If your interested in this cad program you can recreate my drawing with this code
Code:color("Azure") cube([900,1500,100]);//bed translate([38.5,0,100])color("grey") cube([22,1500,23]);//left bed rail translate([838.5,0,100])color("grey") cube([22,1500,23]);//right bed rail // translate([30,310,105.5])color("green") cube([40,80,34.5]);//left front Ccarrige translate([830,310,105.5])color("green") cube([40,80,34.5]);//right front Ccarrige translate([30,710,105.5])color("green") cube([40,80,34.5]);//left rear Ccarrige translate([830,710,105.5])color("green") cube([40,80,34.5]);//right rear Ccarrige // translate([0,300,140])color("WhiteSmoke") cube([100,100,1000]);//left front upright translate([800,300,140])color("WhiteSmoke") cube([100,100,1000]);//right front upright translate([0,700,140])color("WhiteSmoke") cube([100,100,1000]);//left rear upright translate([800,700,140])color("WhiteSmoke") cube([100,100,1000]);//right rear upright translate([0,400,140])color("WhiteSmoke") cube([100,300,100]);//bottom left front-back join translate([800,400,140])color("WhiteSmoke") cube([100,300,100]);//bottom right fb join translate([0,400,1040])color("WhiteSmoke") cube([100,300,100]);//top left fb join translate([800,400,1040])color("WhiteSmoke") cube([100,300,100]);//top right f join translate([100,300,1040])color("WhiteSmoke") cube([700,100,100]);//front left-right join translate([100,700,1040])color("WhiteSmoke") cube([700,100,100]);//back left-right join // translate([38.5,278,140])color("grey") cube([22,23,1000]);//front left Cgantry rail translate([838.5,278,140])color("grey") cube([22,23,1000]);//front right Cgantry rail // translate([30,260,410])color("green") cube([40,34.5,80]);//left front gantry carrige translate([830,260,410])color("green") cube([40,34.5,80]);//right front gantry carrige // translate([38.5,800,140])color("grey") cube([22,23,1000]);//rear left Cgantry rail translate([838.5,800,140])color("grey") cube([22,23,1000]);//rear right Cgantry rail // translate([30,805.5,410])color("green") cube([40,34.5,80]);//left rear carrige translate([830,805.5,410])color("green") cube([40,34.5,80]);//right rear carrige // translate([000,160,400])color("Seashell") cube([900,100,100]);//front gantry translate([000,840,400])color("Seashell") cube([900,100,100]);//rear gantry // translate([0,198.5,500])color("grey") cube([900,22,23]);//front gantry rail translate([0,878.5,500])color("grey") cube([900,22,23]);//rear gantry rail // translate([310,190,505.5])color("green") cube([80,40,34.5]);//left front Ccarrige translate([610,190,505.5])color("green") cube([80,40,34.5]);//right front Ccarrige translate([310,870,505.5])color("green") cube([80,40,34.5]);//left rear Ccarrige translate([610,870,505.5])color("green") cube([80,40,34.5]);//right rear Ccarrige // translate([300,160,540])color("Honeydew") cube([400,100,100]);//front spindle translate([300,840,540])color("Honeydew") cube([400,100,100]);//rear spindle translate([300,260,540])color("Honeydew") cube([100,600,100]);//left spindle translate([600,260,540])color("Honeydew") cube([100,600,100]);//right spindle
Last edited by Rufe0; 10-01-2016 at 02:16 AM.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Nitrile O-ring belt drive - suggested stretch percentage..?
By Wal in forum Linear & Rotary MotionReplies: 23Last Post: 13-05-2014, 11:49 PM -
Domestic ring main wiring
By mekanik in forum General ElectronicsReplies: 1Last Post: 15-10-2013, 05:50 PM -
Simple O-ring calculator.
By jcb121 in forum General ComputingReplies: 4Last Post: 26-07-2013, 09:00 PM -
how to measure a ring for cnc.
By crimsonred in forum Probing, Digitizing & ScaningReplies: 4Last Post: 27-09-2010, 02:47 PM -
Scrool jaw ring for hydraulic soft jaws.
By Pmac in forum Tool & Tooling TechnologyReplies: 4Last Post: 28-01-2010, 07:55 PM
Bookmarks