. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Yes, that's what I meant
    Neil...

    Build log...here

  2. #2
    Just easier to draw it hanging out the front so you can see where it is

  3. #3
    I may have misread this but the two rails under the bed seem to give total support to the outside edges and none in the centre? As most of the cutting will actually tend towards the centre do you think this is a good idea?
    I have never quite figured out the optimum separation but there must be one

  4. #4
    Quote Originally Posted by Robin Hewitt View Post
    I may have misread this but the two rails under the bed seem to give total support to the outside edges and none in the centre? As most of the cutting will actually tend towards the centre do you think this is a good idea?
    I have never quite figured out the optimum separation but there must be one

    Mmm as pictured the bed would be made of 100x100 square hollow section so shouldn't flex too much. However liear rail is cheap so wouldn't hurt to add one in the middle.


    Just doing the numbers, using 100x100x5 shs @ 14.7kg per meter. The traveling 0 shape fixed but moving gantry design reqires 4.2m of tube per 100mm width. So for a 200mm wide traveling 0 it would weigh 120kg, heavy but just managable .


    The very tall normal machine of the same size would need 15m of tube which would weigh 220kg.

  5. #5
    Flex is not the real issue, right now the name of the game is minimising the overhangs -smileyface

  6. #6
    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?
    Click image for larger version. 

Name:	1.png 
Views:	1316 
Size:	30.9 KB 
ID:	17160Click image for larger version. 

Name:	2.png 
Views:	1298 
Size:	17.0 KB 
ID:	17161Click image for larger version. 

Name:	3.png 
Views:	1328 
Size:	28.1 KB 
ID:	17162
    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.

  7. #7
    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/
    I used to use openscad a few years ago for 3D printing I think then it only produced stl files also it wouldn't import much into it or output dxf etc.
    ..Clive
    The more you know, The better you know, How little you know

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Nitrile O-ring belt drive - suggested stretch percentage..?
    By Wal in forum Linear & Rotary Motion
    Replies: 23
    Last Post: 13-05-2014, 11:49 PM
  2. Domestic ring main wiring
    By mekanik in forum General Electronics
    Replies: 1
    Last Post: 15-10-2013, 05:50 PM
  3. Simple O-ring calculator.
    By jcb121 in forum General Computing
    Replies: 4
    Last Post: 26-07-2013, 09:00 PM
  4. how to measure a ring for cnc.
    By crimsonred in forum Probing, Digitizing & Scaning
    Replies: 4
    Last Post: 27-09-2010, 02:47 PM
  5. Scrool jaw ring for hydraulic soft jaws.
    By Pmac in forum Tool & Tooling Technology
    Replies: 4
    Last Post: 28-01-2010, 07:55 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •