603,936 active members*
3,767 visitors online*
Register for free
Login
IndustryArena Forum > WoodWorking Machines > DIY CNC Router Table Machines > Multiple Bit Hobby CNC Router, Possible?
Page 1 of 2 12
Results 1 to 20 of 28
  1. #1
    Join Date
    Mar 2004
    Posts
    500

    Multiple Bit Hobby CNC Router, Possible?

    Hi guys,
    I was just wondering if it is possible to have a multiple bit CNC router? Not sure why I would want multiple bit though, just wondering. I would think that a lot of it has to do with software, for knowing the coordinates for the bits, and then some hardware for actually setting the bit in place and tightening.
    Thanks. :rainfro:

  2. #2
    Join Date
    Apr 2003
    Posts
    416
    I am using a Sears Quickrout. Pictures on last page of this thread:
    http://cnczone.com/forums/showthread...5&pagenumber=4

    Turbocnc allows setting each tool.

    Bill

  3. #3
    Join Date
    Nov 2003
    Posts
    634
    I am using a different approach. I have 3 routers mounted on my machine, each one with its own bit.

    http://www.cnczone.com/forums/showth...&threadid=2580

  4. #4
    Join Date
    Mar 2004
    Posts
    500
    That sure is cool, but how does it work? How can the software control the three routers? I saw that you are using nomal TurboCNC.
    Thanks.

  5. #5
    Join Date
    Mar 2003
    Posts
    35494
    The easiest way is for each router to have it's own axis to be able to move up and down independently, but it's more complicated to build. Buscht's looks like they all move together. Not sure how he does it, because it seems like the other bits would get in the way. With independent axis', you just move each one independently. You would probably use fixture offsets to locate the second (and/or third) router(s). Sorry, but I don't know the g-codes offhand.

    Personally, although I haven't tried them yet, I'd go with the Craftsman collets like Bill. Get a good Porter-Cable Router, and set up all your bits in the Craftsman collets, and tool changes can be very quick. But, if you need unattended tool changes, dual routers would be the way to go. (If you have the room for them)
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  6. #6
    Join Date
    Mar 2003
    Posts
    35494
    Originally posted by Sanghera
    How can the software control the three routers? I saw that you are using nomal TurboCNC.
    Thanks.
    The first router could be your "Z" axis, the second one could be your "W" axis. To use the first router you'd use

    G1 X1 Y1 Z-.5

    the second one would be

    G1 X1 Y1 W-.5

    You'd probably have to manually edit the code to switch, depending on what you'd use to generate the g-code.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  7. #7
    Join Date
    Mar 2004
    Posts
    500
    Ok, Thank you very much for the reply. :rainfro:

  8. #8
    Join Date
    Mar 2004
    Posts
    34
    You Could do what im doing if you can get access to a cnc lathe im making a belt driven spindle with a 30 taper to accept regular cnc machining tool holders just program an op stop and drive her to home bout 30 second tool change and you are back in to the wood

  9. #9
    Join Date
    Mar 2004
    Posts
    500
    Sounds like a good idea. Now, how does it work. Is this right. So, there is a spindle with a 30 degree taper driven by a belt, and the machine chuck comes near it and eubs against it to loosen the chuck, goes and get the right bit and then tightens. I'm probably thinking too complicated. :rainfro:
    Thanks.

  10. #10
    Join Date
    Mar 2004
    Posts
    500
    Also, how can you program your software, so that it can change bits when you want it to. How do you tell it where "home" is? Probably a whole lot of stuff to do with G-Code.
    Thanks.

  11. #11
    Join Date
    Mar 2004
    Posts
    500
    Hello?

  12. #12
    Join Date
    Nov 2003
    Posts
    634
    Sorry, I missed this thread. On my router all 3 heads move up and down at once. They are 7" apart, so the widest part I can make is 7" without the router bits hitting. That is the drawback to my system.
    On the plus side it is very simple and cheap.

    Right now I don't have automatic on and off controls for the routers. There is a fixture offset command in G code, G92 I think, that let's you reset the program origin. Just move the origin 7" between cuts and everything works fine.

  13. #13
    Join Date
    Mar 2003
    Posts
    779
    I change tools all the time when I do a 3D wood carving job. You can see my machine at the post below.


    http://cnczone.com/forums/showthread...=&threadid=171

    The custom collets start on page 4 of the post.
    Thanks

    Jeff Davis (HomeCNC)
    http://www.homecnc.info


    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  14. #14
    Join Date
    Mar 2004
    Posts
    500
    Thanks for the post and for all of the replies. So does your (HomeCNC) system change parts as it is needed for the part, or do you have to manually change the bit? I mean, have you set something up so that the bit can be changed in the middle of making a part? I'm not sure what the G-Code would look like or what I would have to do to program the router to know where the bit is that it needs and change, I have an idea about the hardware, but I'm not sure about the software.
    Thank you very mcuh. :rainfro:

  15. #15
    Join Date
    Apr 2003
    Posts
    1873
    Typically Sanghera you would use the "M" code "M0" this code would be placed at the end of a milling cycle where you need to change a tool, it stops the program, the spindle, coolant if applicable, giving you time to manually change the tool, then you push "Cycle Start" to continue on.

    Ken

  16. #16
    Join Date
    Mar 2004
    Posts
    500
    How would you program it so that it can do an automatic change for the bit you want?
    Thanks.

  17. #17
    Join Date
    Apr 2003
    Posts
    1873
    You will need a automatic tool changer ("ATC") for that. Normally found only on commercial machines. When ever the program encounters the code Txx it knows to get that tool.

    Ken

  18. #18
    Join Date
    Mar 2004
    Posts
    1147
    an automatic toolchanger would be a SWEET DIY project for the group. those sears parts could be the basis... i havent much clue how it would work though - i could donate PIC programming though to control it.
    Design & Development
    My Portfolio: www.robertguyser.com | CAD Blog I Contribute to: http://www.jeffcad.info

  19. #19
    Join Date
    Apr 2003
    Posts
    1873
    would be a SWEET DIY project
    I agree it would, I think the equipment would have to be designed from the get-go with this in mind as most of the DIY routers/mills do not have enough Z height to provide the necessary room for the tool change. Possibly if they could go full back and the tool changer came up from the bottom ?????

    I would love to seee someone come up with that.

    Ken

  20. #20
    Join Date
    Mar 2004
    Posts
    500
    So, you guys want to get together and make something like that? I could maybe help. How do the industrial machines change bits? What mechanism?
    Thanks.

Page 1 of 2 12

Similar Threads

  1. Techno-Isel CNC router for sale?
    By Noah in forum Commercial CNC Wood Routers
    Replies: 5
    Last Post: 11-28-2008, 05:12 AM
  2. 2nd Generation CNC Router Design 32.5” X 14” X 6”
    By gregmary in forum DIY CNC Router Table Machines
    Replies: 9
    Last Post: 03-24-2005, 11:46 PM
  3. Router bit feed rates.
    By ynneb in forum DIY CNC Router Table Machines
    Replies: 3
    Last Post: 05-28-2004, 05:54 PM
  4. buscht's cnc router
    By buscht in forum DIY CNC Router Table Machines
    Replies: 25
    Last Post: 04-13-2004, 05:43 PM
  5. My first CNC router: 1.5 years building
    By hddjohns in forum DIY CNC Router Table Machines
    Replies: 2
    Last Post: 04-03-2004, 05:18 PM

Posting Permissions

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