586,110 active members*
3,204 visitors online*
Register for free
Login
IndustryArena Forum > WoodWorking Machines > DIY CNC Router Table Machines > Avid CNC > Machine cutting deeper than G code indicates
Results 1 to 16 of 16
  1. #1
    Join Date
    Mar 2011
    Posts
    61

    Machine cutting deeper than G code indicates

    Hi guys, need a little help please.

    Doing a roughing pass on a 3d terrain file and when the second pass started the machine was cutting deeper than the g code indicated. I've included screen shots of my setup and the Mach3 screen when I interrupted the cut as well as the actual material being cut. You can see the g code calls for Z-0.2 yet the display says it's cutting +2.28. Clearly I've got a parameter set incorrectly somewhere...

    Attachment 342656Attachment 342658Attachment 342660Attachment 342662


    I tried restarting the computer, regenerating the g code (though the code appears correct), closing and restarting Mach3. I saw this one other time with a 3d terrain file and when I re-ran the file it worked correctly. Restarting this time just moved the place in the file where the error occurs.

    Anyone seen this or know of a fix?

    Thanks. Scott

  2. #2
    Join Date
    Mar 2003
    Posts
    35538

    Re: Machine cutting deeper than G code indicates

    Is there a G43 in the code, and is their a tool length in the tool table for the tool being used?
    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)

  3. #3
    Join Date
    Aug 2015
    Posts
    52

    Re: Machine cutting deeper than G code indicates

    you can do like this : let the z axis up or down 10mm(the screen show ),then use the ruler measure the real distance .compareed .Click image for larger version. 

Name:	??4.jpg 
Views:	1 
Size:	94.5 KB 
ID:	342676
    To be first brand CNC Router Manufacturer & Wholesaler Platform

  4. #4
    Join Date
    Feb 2005
    Posts
    829

    Re: Machine cutting deeper than G code indicates

    Also check to be sure you are not losing steps, and that the tool is not pulling out of the collet.

  5. #5
    Join Date
    Mar 2011
    Posts
    61

    Re: Machine cutting deeper than G code indicates

    ger21 - no g45 code included and no way to indicate tool length in database.
    cncjack01 - will try this tomorrow and report back
    nlancaster - listened very carefully at 100% feedrate incrementally down to 10% feedrate - never heard anything - measuring as per cncjack01 should put that to rest - as far as tool pulling out of the collet - interesting thought though I'm not sure how it would pull out and get stuck out; I would think it would simply be pushed back in. I'll try tightening the collet sorme more.

    Thanks for your input.

  6. #6
    Join Date
    Nov 2012
    Posts
    1267

    Re: Machine cutting deeper than G code indicates

    Even with tool length compensation on, lost steps and pulled out tool, "G1Z-0.2" should still go do -0.2 on the DRO. I'm confused.

  7. #7
    Join Date
    Mar 2003
    Posts
    35538

    Re: Machine cutting deeper than G code indicates

    when the second pass started the machine was cutting deeper than the g code indicated........You can see the g code calls for Z-0.2 yet the display says it's cutting +2.28
    How deep was it actually cutting?
    And did it say Z 2.28 when you stopped it, or did it move after you stopped it?

    What are your Native Units set to, inches or mm's?
    ger21 - no g45 code included and no way to indicate tool length in database.
    It's G43, and I'm talking about the Mach3 tool table.
    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
    Mar 2011
    Posts
    61

    Re: Machine cutting deeper than G code indicates

    ger21 - my mistake, G43, and it also does not appear in the .txt file - all units are set to inches unless by native units you're referring to a Mach3 setting, will need guidance if you mean Mach3. Have not needed to address the Mach3 tool table since I started running the machine two years ago and don't know how but I'll try to be a quick study The depth of the second cut is to my best measurement .228 inches from the top - when I noticed the increased sound of the deeper cut I stopped the machine (e-stop) - the DRO is where the machine stopped.

    CitizenOfDreams - the discordance between line 550 and the Z DRO IS confusing. Since there is a difference between the two values is it safe to assume there are no lost steps? Even with lost steps in the retraction between passes the DRO value should match the g code. The depth of cut would be wrong (too deep) but the DRO should be correct - or have I misunderstood what the DRO reports? It's as if steps are being added.

  9. #9
    Join Date
    Mar 2003
    Posts
    35538

    Re: Machine cutting deeper than G code indicates

    The g-code says Z -.2
    The DRO says +2.28.
    So, the DRO is saying the tool should be about 2-1/2" above where you say it was.
    But the real issue is that the DRO should have said -.2, not 2.28

    In Mach3, go to Config >Select Native Units, and make sure inches is selected.
    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
    Jan 2005
    Posts
    1943

    Re: Machine cutting deeper than G code indicates

    Is the DRO showing machine coordinates, or the work offset?

  11. #11
    Join Date
    Nov 2012
    Posts
    1267

    Re: Machine cutting deeper than G code indicates

    Quote Originally Posted by 109jb View Post
    Is the DRO showing machine coordinates, or the work offset?
    The DRO shows work coordinates (otherwise there would be a red border around the button).

  12. #12
    Join Date
    Mar 2011
    Posts
    61

    Re: Machine cutting deeper than G code indicates

    ger21 - units set to inches in Mach3 - I see your point about the MINUS .2 PLUS 2.28 discrepancy. On the pic of the Mach3 screen I uploaded I noticed the Z DRO has a green border around it while the X and Y DROs are bordered in red. Tried to reproduce that situation by re-running the program cutting air - can't figure how I managed it. After RefAllHome, all are now green while the program runs. BTW, I tried running the roughing pass again and it ran to completion without error while cutting air. I measured .1" of negative Z at the end of every pass. Will retry cutting wood in AM and report back.

    Thanks for your help. Hope it was just "gremlins".

  13. #13
    Join Date
    Aug 2016
    Posts
    122

    Re: Machine cutting deeper than G code indicates

    I'm just a rookie here, but I had a weird situation similar to this and I figured out that somehow, I had chosen the wrong controller in VCarve.

    Tony

  14. #14
    Join Date
    Mar 2011
    Posts
    61

    Re: Machine cutting deeper than G code indicates

    Goonk - thanks for input - checked that as well.

    FWIW I did a re-cut this AM and it ran normally. Not sure what happened but thanks for all the help and for allowing me to waste your time with "electrical gremlins" or, more likely, operator error.

    Have a good day. Scott

  15. #15
    Join Date
    Mar 2008
    Posts
    683

    Re: Machine cutting deeper than G code indicates

    Could be a couple things.

    As before check your G43 to make sure it's referencing the right tool number.
    If not using g43 check that you don't have a z off set in your g54
    If not using g54 check your homes again
    If all looks good check your collets. The tool could be pulling out.

  16. #16
    Join Date
    Mar 2011
    Posts
    61

    Re: Machine cutting deeper than G code indicates

    warrenb - thanks for your suggestions. I will check as you suggest. Scott

Similar Threads

  1. Z axis cutting deeper than expected
    By bitsa in forum Chinese Machines
    Replies: 3
    Last Post: 11-08-2015, 08:40 AM
  2. Replies: 0
    Last Post: 05-20-2014, 09:46 AM
  3. Replies: 0
    Last Post: 04-28-2014, 09:44 AM
  4. Cutting deeper than flute length
    By BanduraMaker in forum DIY CNC Router Table Machines
    Replies: 12
    Last Post: 12-22-2011, 04:49 AM
  5. Cutting deeper than cutting length
    By magudaman in forum CNC Tooling
    Replies: 4
    Last Post: 10-10-2011, 04:36 AM

Tags for this Thread

Posting Permissions

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