587,997 active members*
1,745 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2008
    Posts
    303

    Tool length offset issues

    Hello;
    I'm using Mach 2 but keep having tool offset problems when I have a program that uses multiple tools.
    After I make the tool change (manually), then hit "start", the tool length offset is not added !!
    Am totally confused
    Just before the program request for a tool change, the g-code looks like this example;

    G49 z2.0
    m05
    Goo x0.0 y0.0
    m06 T02
    M03
    s3000
    etc.......

    I thought my problem was because my post processor was installing G49 before the tool change, but I think it has something to do with the way I have setup Mach.
    I've been editing my g-code files manually by removing the "G49" command, before machining, but I don't think this is the proper fix.
    Any help would be greatly appreciated.
    Dan

  2. #2
    Join Date
    Dec 2009
    Posts
    80
    G49 is generally used to CANCEL tool length compensation of the tool in spindle before toolchange and then after toolchange you're supposed to put in G43 H2 (if tool no=2) together with the first Z-axis move after toolchange. For example:

    T4 M06
    G0 X0 Y0 S800 M03
    G43 H4 Z10. (G43 activates length compensation)

    hope this can help you,

    /Thomas

  3. #3
    Join Date
    Aug 2008
    Posts
    303
    G43 Hmmm !!
    Maybe it's a post processor issue then !! I'm running Dolphin Cad and will post this question there.
    Thanks

Similar Threads

  1. Absolute readout & tool length offset
    By leeroy in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 5
    Last Post: 09-29-2019, 11:36 AM
  2. Need help with tool length offset
    By panaceabea in forum Haas Mills
    Replies: 32
    Last Post: 03-04-2009, 08:07 PM
  3. Tool # and length offset agreement
    By Vern Smith in forum Haas Mills
    Replies: 11
    Last Post: 12-18-2008, 02:42 AM
  4. Editing post for tool length offset?
    By Chuck Reamer in forum Post Processors for MC
    Replies: 5
    Last Post: 09-12-2007, 04:38 AM
  5. Tool Length offset?
    By cncuser1 in forum G-Code Programing
    Replies: 3
    Last Post: 08-31-2007, 02:59 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
  •