Alexander Poss
Alexander Poss
Something along the lines of ```c++ set(URI QuickContainers) string(REPLACE "." "/" TARGETPATH ${URI}) execute_process(COMMAND qmake -query QT_INSTALL_QML OUTPUT_VARIABLE QT_INSTALL_QML_RAW) string(REPLACE "\n" "" QT_INSTALL_QML ${QT_INSTALL_QML_RAW}) set(DESTDIR "${QT_INSTALL_QML}/${TARGETPATH}") install(TARGETS QuickContainers DESTINATION ${DESTDIR})...
Currently working on another project directly using the API from this repo and I get the following code at https://github.com/JoDehli/PyLoxone/blob/master/custom_components/loxone/api.py#L477 `websockets.exceptions.ConnectionClosedOK: received 1000 (OK) normally closed; then sent 1000 (OK)...
I can't read through everything, but I assume the problem is identifying which services belong to which Machinekit instance. The publish service name is the wrong tool for doing that,...
The debug levels should now work as intended. Use DEBUG=4 or lower if you don't want the debug noise.
Or do you mean noise from ZMQ? https://github.com/machinekit/machinekit-hal/commit/61c1370b4179333f62a1e302f5e552d90b8a9a6a#diff-aa5b538722c64eba05229b4a37f7f2d9R1365, we could remove that.
Additionally, it would be useful to add a HAL dictionary listing active HAL thread similar to `hal.components`.
Fix either by adding an `owned` flag to the `HalPin` or creating a `OwnedHalPin` class returned by `newpin`.
Fdm stuff has nothing to do with mkwrapper, this is hal code for 3d printers. Should either in machinekit-hal, in a separate machinekit-fdm project. It's just config files that are...
Ad mkwrapper: Not sure what the changes are in LinuxCNC 2.9, but it's based on the `linuxcnc` Python API. If there are any changes and additions in upstream Linuxcnc, they...
@the-snowwhite I don't think they did break the API, so I suspect the changes are marginal, probably already in `status.proto` due to work on other projects. No intermedia changes might...