588,506 active members*
4,993 visitors online*
Register for free
Login
Results 1 to 13 of 13
  1. #1
    Join Date
    Oct 2003
    Posts
    593

    Cutting "out" items from a sheet

    I've had my router up and running for a few days now, and it's working as it should. I am however having trouble cutting items out of the material. As opposed to machining away ALL the material to leave the part. I can't figure out how to cut for example, a clock gear "out" of the sheet instead of milling a big chunk of the sheet away to leave the gear.

    What I'm doing now.

    1 Create model in Rhino
    2 Import model into Visualmill and create roughing & finishing pass G-code.
    3 Load G-code into Mach2 and run program.

    I have access to this software at work. Except Mach2, which I bought for use at home, but it's not my job at work to use it, so I am not at all familiar with it. I have learnt enough to make g-code from a model, which I e-mail to my home computer to run on Mach2.

    Can anyone point me in the right direction or recommend some cheaper programs I can use at home.

    It take ages to machine out a big square chunk of stock when I just want to cut "out" a circle.

    Help.....Thanks...

    Hope that made sense.

  2. #2
    Join Date
    Sep 2003
    Posts
    1113
    Sorta sounds like you want to "trace" the gear (vector) and not "mill" it in x-y (raster) fashion, eh? MACH2 will import a dxf as a vector file and let you do that as I recall Is that a hint? [My terms may be off - but you'll get the idea I bet]
    I've used a variety of other programs to generate the vector to gCode - so I'm not intentionally being cute here - just can't recall what I did last that worked so good!
    For example ALGOLAB has a raster to vector that will let you save as a dxf and then import into MACH2, so there's a path, certainly others will have some clearer insights too. cheers - Jim
    Experience is the BEST Teacher. Is that why it usually arrives in a shower of sparks, flash of light, loud bang, a cloud of smoke, AND -- a BILL to pay? You usually get it -- just after you need it.

  3. #3
    Join Date
    Oct 2003
    Posts
    593
    I can load a dxf into mach2 but how do I tell it the depth I want to cut as the dxf will only be 2D? If the part is deep I'll want to do multiple passes to get to final depth. Can I tell it I want to do 3 passes or whatever?

    I guess I'm in for a few hours of .pdf reading.

  4. #4
    Join Date
    Oct 2003
    Posts
    927
    In Mach2 there is a feature called "multi-pass". Here, when you select it, a dialog box pops up and asks for number of iterations (passes) and then depth of first pass and after that depth of each succeeding pass. Does this help?

  5. #5
    Join Date
    Mar 2003
    Posts
    779
    am however having trouble cutting items out of the material. As opposed to machining away ALL the material to leave the part.
    It sounds like you are choosing the wrong machining strategy. To cut out a shape like a puzzle piece, you need to choose the strategy called "Profile". This is what most CAM software calls it. With profile, the cutter will follow the line you pick at a depth you tell it. Or it will do multiple passes. If you have cutter compensation on. You can tell the cutter to be on the Left, Right, or center of the line.
    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)

  6. #6
    Join Date
    Nov 2004
    Posts
    11
    I'm a newbie
    I plan on taking line drawings and using them to cut out designs. I am going to use Desk Art to convert drawings to G-Code. Is there a way to tell it or another program where to start and what to cut first?

  7. #7
    Join Date
    Mar 2003
    Posts
    35538
    DeskArt won't do what you want it to, I don't think (I just looked at the website). It basically turns a picture into a 3D object and machines the entire object.

    If your drawing software can save as .dxf, you can use ACE ( http://www.dakeng.com ) to turn it in to 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)

  8. #8
    Join Date
    Nov 2004
    Posts
    11
    Desk Art will convert files to .DXF as well. I dont know how to tell it what to cut first.

  9. #9
    Join Date
    Mar 2003
    Posts
    35538
    It creates ONE SINGLE .dxf mesh object. The entire object is cut, not individual lines. You need something that will cut individual lines. I don't think DeskArt can do that. This is what you're talking about, right? http://www.deskam.com/deskart.html
    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)

  10. #10
    Join Date
    Aug 2004
    Posts
    117
    Quote Originally Posted by jdwoods
    I'm a newbie
    I plan on taking line drawings and using them to cut out designs. I am going to use Desk Art to convert drawings to G-Code. Is there a way to tell it or another program where to start and what to cut first?
    Have you looked at 'SheetCam'? That will do what you need and more. It can be found at:

    http://www.sheetcam.com/

    HTH,

    Larry

  11. #11
    Join Date
    Mar 2003
    Posts
    4826
    Mr Bean,
    I haven't seen VisualMill in use, but generally, a roughing procedure is designed to clean out all the material within a given profile. This is wasteful if you want to profile. I'm not knocking the advice that others have given you. Profile is the way to go.

    But, for future reference, you may want to experiment with "roughing" by using a "Finishing" process. Generally, a finishing process will create sort of a profiling type of process where the cutter hugs the net shape of the model and will not clean out any excess stock that is more than the cutter diameter from the part.

    If Visualmill has an option for a finish amount in the Finishing process, that is what you would use to keep the "rough-finish" pass away from the final product. Then, go at it again with only the Finishing process again, but with zero finish allowance.
    First you get good, then you get fast. Then grouchiness sets in.

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

  12. #12
    Join Date
    Oct 2003
    Posts
    593
    Thanks all for the advice. I've managed to get VM to do profiling with X amount of depth passes so I can cut stuff out from a sheet. Have been happily cutting pieces for a while now, and is working well.

    Thanks all.

    Regards Terry.....

  13. #13
    Join Date
    Nov 2003
    Posts
    244
    Deskam 2000 will do what you are trying to do I have used it after drawing with turbocad 6 which I bought at a staples clearance for $5.00 but I believe there is still a free version on turbocad's website . Just make sure you explode all text before saving as a dxf autocad version 12.
    Tom

Similar Threads

  1. Free Router plans! and Discuss it here.
    By cncadmin in forum Commercial CNC Wood Routers
    Replies: 392
    Last Post: 04-24-2017, 03:37 PM
  2. Having trouble cutting aluminum sheet
    By fastturbovet in forum MetalWork Discussion
    Replies: 40
    Last Post: 06-15-2005, 04:33 AM
  3. Cutting carbon sheet
    By aconde in forum Composites, Exotic Metals etc
    Replies: 4
    Last Post: 05-21-2005, 01:17 AM
  4. CNC router deflection calcs and cutting loads?
    By Linus in forum DIY CNC Router Table Machines
    Replies: 1
    Last Post: 09-10-2004, 04:08 PM
  5. Do you account for climb cutting in G code?
    By fyffe555 in forum DIY CNC Router Table Machines
    Replies: 12
    Last Post: 11-07-2003, 02:21 AM

Posting Permissions

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