[Machinekit] Re: running ngc code without gui

2016-12-06 Thread andreas
I found when doing something similar that linuxcncrsh display is quite convenient for this. Its a telnet client so you could easily just login and start a loop of a given set of gcode. And if you are little fiddly its not that hard to create a telnet client over ajax and javascript and run on

[Machinekit] Re: running ngc code without gui

2016-11-30 Thread Ralph Stirling
Thanks Marius and automata! These are very helpful leads. I will pursue them when a window of time opens later. I also found another possibility from a post Charles made this morning on another thread. Machinekit Axis has a few extensions not present in the legacy LinuxCNC version. One of

[Machinekit] Re: running ngc code without gui

2016-11-29 Thread Marius Alksnys
In INI I use: DISPLAY = mkwrapper Source: https://github.com/machinekit/machinekit/tree/master/src/machinetalk and in hal: loadusr -W haltalk And I create two services. One for machinetalk and another to start machinekit by following these instructions: