Roland Freikamp

Results 18 comments of Roland Freikamp

I don't think that arcs are the problem, since: - cnc.js draws arcs as several lines (you can see it by zooming in) - cnc.js autozoom also does not show...

I've tested further: It seems that the path-parameter is only used for the 1st instance, and ignored for additional instances: ``` $ geeqie . & $ geeqie some_dir/ & ```...

I now can fully reproduce the issue: It looks that it only appears on "external" filesystems, when there's a symlink in the path, and only if the delete-dialog is opened...

I've tried to cut down the logs and make the logs for the working and the failing version comparable/diffable (removed many identical lines, replaced 0x* by 0x... etc.): - working:...

- I've used the master-branch. - I've tested more: It's not only M0, but maybe all M-codes. I've tested it with M0, M2, M3, M7. If a M-code is in...

I'm successfully using g2 with a Due on a milling-machine for quite some time now. I could probably check and send you some information in a few days. (But note...

I've now written a small text-mode-tool (incl. feedhold and mini-terminal) in Python. It works, and I've found some unexpected behaviour of g2core (see other issues). (I'll probably extend my tool...

Yes, I will publish my g-code-sender. It already works pretty well. :smile: It does not yet have a nice graphical user-interface; it's just some kind of enhanced serial console which...

> Would it be feasible to have some kind of "initialisation code" that gets sent to the g2core board automatically when the connection is made? Yes, of course. I've planned...

But when should I get this back? - when executed: I would expect to get it back when this line is executed in g2core. But then, `{r:{msg:...}}` looks wrong and...