machinekit / machinekit-cnc

CNC stack split out into a separate package
Other
60 stars 37 forks source link

Remove pyvcp and gladevcp from CNC stack and enable RIP builds #4

Closed ArcEye closed 6 years ago

ArcEye commented 6 years ago

Makes possible to create stand-alone panels for use with machinekit-hal, by putting the python files used to generate in that repo.

configure now has --with-machinekit-hal option which is required for RIP builds.

This enables both machinekit-hal and machinekit-cnc to be built locally rather than just as packages.

ArcEye commented 6 years ago

Now built debs of the updated code for both -hal and -cnc on bare partition and installed machinekit-cnc on top of machinekit-hal.

After some juggling, machinekit (axis_mm.ini) runs as does machinekit (pyvcp_demo) proving pyvcp is working.

selection_001

stepconf and pncconf work too, which use both pyvcp and gladevcp

selection_002

selection_003

As does latency-test (pyvcp)

selection_004

There is some tidying to do, update default changelog, increment version number so that it will be obvious which packages someone is asking questions about and several other odds.

But largely it is there, just needs more testing