. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Blimey that got my head twisted Jazz! I'll have to read the links first I think. Thanks though, I'm sure it will be helpful when I understand it.

    I don't suppose anyone knows if there is a simple button to do this in Dolphin? :)

  2. #2
    Quote Originally Posted by Tenson View Post
    I don't suppose anyone knows if there is a simple button to do this in Dolphin? :)
    What exactly are you wanting to do.?

    Like someone mentioned nesting may be your easiest answer if you want simple.? Thou often nesting comes has an extra option along requiring more Cash.!!

    If for instance you just want 4 or 6 parts out of one sheet then do like John suggested and use work offsets. It's very easy to do just set your workoff sets in Mach then either copy code 4 times replacing G54 in each with a new offset. Or better still just put the code in subroutine then after each return put the new work offset.
    Something like this but you'll after set the work offsets in Mach's offset list first.

    G21 G40 G49 G54 G80 G90 G91.1

    m98 p1000
    g55
    m98 p1000
    g56
    m98 p1000
    g57
    m98 p1000
    m30

    o1000 (subroutine)
    Your G-code
    m99

  3. #3
    Quote Originally Posted by Tenson View Post

    I don't suppose anyone knows if there is a simple button to do this in Dolphin? :)
    Yup.



    Use the repeat command, 5th up from the bottom on the left, three diamonds, looks like a Renault badge but unlike a Renault it works.
    John S -

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Anyone got some 2.5D G-code please ?
    By dudz in forum Programmers Corner
    Replies: 5
    Last Post: 22-06-2013, 11:21 PM
  2. Cambium Code Web Tools – Parametric G-code Generation
    By CambiumMachines in forum Manufacturer News
    Replies: 0
    Last Post: 09-01-2013, 04:56 AM
  3. Mach3 Using a physical button to repeat current gcode
    By RLKS Rob in forum Artsoft Mach (3 & 4)
    Replies: 2
    Last Post: 12-08-2012, 01:30 PM
  4. Use a tile cutter as a hobby table saw?!!!
    By HankMcSpank in forum General Discussion
    Replies: 10
    Last Post: 21-07-2009, 06:56 PM
  5. G Code help
    By moose007 in forum Programmers Corner
    Replies: 4
    Last Post: 22-05-2009, 11:39 AM

Bookmarks

Posting Permissions

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