> Am 23.06.2016 um 13:24 schrieb Jakob Flierl <[email protected]>: > > Yesterday I learned, that Kiri:Moto is well integrated as a free CAM app into > http://onshape.com > > I was in contact with the author of Kiri:Moto – he asked me if Machinekit is > open-source. I sayed "yes" :-) , and we talked about integrating Kiri:Moto's > https://github.com/stewartoallen/grid-print function into Machinekit. The > idea is: from the Kiri:Moto web UI the ngc file gets sent to the grid-print > daemon. The grid-print daemon runs an optional filter and forwards the > modified G-Code to a running Machinekit instance. > > I know axis-remote, https://gist.github.com/mhaberler/ba6030d75a67c113907b > and https://github.com/badidea/MachinekitCLI , but don't know howto integrate > this – Any ideas? It would be nice to have a queue function inside Machinekit > similar to cancel(1), lp(1), lpq(1), lprm(1), lpstat(1).
axis-remote is a one-off hack which only works with Axis, so I would not recommend that in linuxcnc parlance, such a print dequeuer would be a "user interface" - with pretty much full control of the machine my recommendation would be to start with the Python linuxcnc module: http://www.machinekit.io/docs/common/python-interface/ - I am a bit fuzzy what grid-print actually provides (node = terra incognita) and where the queuing function is that said - a program which takes a g-code file and pushes it into the linuxcnc stack based on the python API should be straightforward > > -- > 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. -- 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.
