|
ngcgui in linuxcnc is quite widely used http://linuxcnc.org/docs/html/gui/ngcgui.html This was Deweys' stab at conversational programming, largely successful, if a bit difficult to set up properly for a novice. It has been developed even further recently, but I haven't followed it. Andy Pugh wrote some metric lathe routines, which were even further polished, with pretty graphics, but this is gtk2 / python / gladevcp and all starts falling apart when you use a recent distro with gtk3. https://www.forum.linuxcnc.org/forum/41-guis/26550-lathe-macros Linuxcnc has some `simple code generators` also, including one of mine. http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Simple_LinuxCNC_G-Code_Generators I use the same ngcgui subroutines I wrote for ngcgui, through a Qt interface which generates the code in a similar fashion without all the python, gtk, tcl clutter. It is currently stand alone, but could be embedded Very useful for bread and butter surfacing, slotting, PCD drilling etc etc
-- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout. |
- [Machinekit] Looking for examples of conversatio... Chris Albertson
- Re: [Machinekit] Looking for examples of co... Bas de Bruijn
- Re: [Machinekit] Looking for examples o... [email protected]
