Tool Offsets? – CNC Lathe

Home Forums TinyG TinyG Support Tool Offsets? – CNC Lathe

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11835
    erathbun
    Member

    Hello,

    I have been building a CNC lathe with the Tinyg Controller and a Sherline manual Lathe. I have already cut many successful parts and everything has been going well. I just bought a quickchange tool post which allows me to quickly change out tools and they will be exactly the same every time. I was hoping to use the tool table to set offsets until I realized that is only available on G2Core. That was a bummer and I really should not have bought this controller for this application. But I found another possible solution on the wiki.
    I only have 4-5 tools really that I would using. Could I use the G54-59 commands in place of the tool library? G54 would always be the same tool and set to x0 z0. Then the other coordinate systems could be loaded depending on the tool being used. Would this work? Or is there something I am misunderstanding on how that feature works?

    Thanks for any input you have. I have really been enjoying using chiliPeppr and the hardware other than current tool problem.

    Thanks!

    #11836
    cmcgrath5035
    Moderator

    What CAM software do you use with your setup?
    There is a tool change macro in Chilipeppr and I believe in cnc.js as well,
    I have never tried them but perhaps they would give you some hints.
    Google finds lots of hits

    I assume you have studied this wiki page https://github.com/synthetos/TinyG/wiki/Coordinate-Systems

    Not understanding exactly how your machine is running and aligning tool position with work piece, its not obvious how shifting coordinates would do what you want, but you believe it would.
    I have to assume you are generating your own Gcode, since the detail of how coordinate systems would affect your design would seem to be custom.

    The wiki reference above describes how to change coordinate systems on the fly. The CAM systems have example of how to stop running Gcode to make a toolchange. Seems like a custom combination of the techniques could achieve what you need.

    A lot of assumptions on my part. Any of them help so far?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.