machinekit-cnc
machinekit-cnc copied to clipboard
CNC stack split out into a separate package
I was trying to follow the instructions for installing on buster on a BBB, it throws dependency issues at me: ``` The following packages have unmet dependencies: machinekit : Depends:...
**Issue by [machinekoder](https://github.com/machinekoder)** _Wed Apr 16 10:03:08 2014_ _Originally opened as https://github.com/machinekit/machinekit/issues/134_ ---- The speed of the currency available GCode previews is insufficient for files generated by tools like Slic3r...
The folllowing configuration: https://github.com/machinekit/machinekit-cnc/blob/master/configs/ARM/BeagleBone/Xylotex/Xylotex4Axis.hal refers to a `Xylotex.bbio` for IO pin configuration, but this file is missing from the repository.
This is the complement to the work here: https://github.com/machinekit/machinekit-hal/pull/250 CMakeLists files have been created for nearly every subfolder so far, with the exception of the `/tcl` stuff and the i18n...
**Issue by [machinekoder](https://github.com/machinekoder)** _Tue Dec 2 10:10:02 2014_ _Originally opened as https://github.com/machinekit/machinekit/issues/391_ ---- We should enforce a specific coding style for every language in the project. This can e.g. be...
https://github.com/machinekit/machinekit/blob/9239acbee0f84edd94615b5e33e40e724c913ff9/src/emc/rs274ngc/interp_convert.cc#L4571 I try adding W axis to rigid tapping ? It is possible to merge if created patch work fine ?
If the tool change prompt pops up and you stop or e-stop the machine the pocket prepped stays at 0. The only way to reset this is to run a...
Hi It is something wanted/allowed to try to update Gmoccapy 3.x from linuxcnc ? https://github.com/linuxcnc/linuxcnc/tree/master/src/emc/usr_intf/gmoccapy Br
I am working on a python API that allows me to control machinekit with a webUI. When a program promps a tool change there seems to be now way for...
Hi! I am trying to build my own machinekit under a plain stretch based debian image. I am struggling issues with getting the following error: ```Traceback (most recent call last):...