Todd,
A job que is an interesting idea and I can see were it would be useful. I
am working on a new GUI and I have been thinking of all the interesting
things to eventually add to make it more useful, I will keep this in mind
and start thinking about how to implement it.

Another idea I have in mind is the ability to have multiple tooltables, one
for each job. Then all you would have to do to change jobs it is load the
right tools into the tool-changer (or load the right tool tray if you are
lucky enough to have a machine with one) select the right tooltable and go.

Cheers,
Kurt

On Fri, Apr 28, 2017 at 12:48 PM, andy pugh <bodge...@gmail.com> wrote:

> On 28 April 2017 at 16:42, Todd                      Zuercher
> <zuerc...@embarqmail.com> wrote:
> > How hard would it be to add this feature to Linuxcnc or one of it's
> GUIs? Or maybe this would need to be a whole new GUI?
>
> It would probably be fairly easy to add as a new Python mini-GUI.
>
> You can already achieve much the same thing by converting the part
> files to subs and calling them from another file using Onnn REPEAT.
>
> If the files are of the form
>
> example.ngc
>
> O#<example> CALL
> O #<example> SUB
> G1 X1
> O #<example> ENDSUB
>
> Then you can run it either as a normal G-code file, or as a subroutine.
>
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1916
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to