ArcEye
ArcEye
Otherwise works fine thank you.
QML leaves me cold, but looking at the docs you linked to, it seems a list should have double \
This occurs throughout Qt in later versions with newer compilers. The way to fix it is to edit mkspecs/common/gcc-base.conf Change `QMAKE_CFLAGS_ISYSTEM = -isystem` to `QMAKE_CFLAGS_ISYSTEM = -I` (capital i) I...
If I don't fix it at source, I am liable to waste time the next time it occurs, remembering what I did to fix it last :stuck_out_tongue_closed_eyes:
Using test file movetest_mill_4.ngc The initial load only produces a preview plot for the first 2 moves of the program and does not show any subsequent ones Running the program...
movetest_mill_4.ngc G40 G90 G54 G21 G17 G40 G8 F500 G01 X0 Y0 Z20 G01 X120 G01 Y65 M0 M6T2 G01 X-120 G01 Y-65 G01 Y0 G01 X0 Z10 G28 M2
**Comment by [sirop](https://github.com/sirop)** _Mon Jun 13 08:08:55 2016_ ---- > That would for instance solve the 'let's sync HAL to an EtherCAT master' scenario. I do not quite see if...
**Comment by [mhaberler](https://github.com/mhaberler)** _Mon Jun 13 08:59:12 2016_ ---- EtherCAT syncing is just one of a wide range of applications of this scheme and would better be discussed in #687...
**Comment by [ArcEye](https://github.com/ArcEye)** _Mon Jun 13 10:02:49 2016_ ---- Any kind of event driven system will be a step forwards. The concept is perhaps analogous to old GUIs v modern...
**Comment by [mhaberler](https://github.com/mhaberler)** _Mon Jun 13 10:11:32 2016_ ---- yeah making things more responsive at lower overhead is an application for instance, haltalk could watch an eventfd just fine, and...