Max Gaukler

Results 39 issues of Max Gaukler

Most important bugs: - The `currentFocus` variable was not reset correctly, so sending the same job twice did sometimes not have the same content. - `applyStartPoint()` was not called when...

There is an experimental (?) driver for Ruida Thunderlaser devices developed in FabLab Nürnberg: https://github.com/fablabnbg/liblasercut/tree/ruida https://github.com/kkaempf/LibLaserCut/tree/ruida (Older version: https://github.com/t-oster/LibLaserCut/pull/134 ) I [contacted](https://github.com/fablabnbg/VisiCut/issues/41) them (again) about merging it.

new-lasercutter

Okey I give up looking. I spend about 90 minutes going through the code and finally I see this section in GenericGcodeDriver.java:1271 after reading all visicut.managers. ``` /** * Adjust...

### Discussed in https://github.com/t-oster/VisiCut/discussions/605 Originally posted by **papapingouin-be** April 21, 2021 Hello, I use visicut with my K40 lasercutter on a raspberry pi3b from 1year and all is ok but...

needs-info
bug

The linked [example file](https://gist.githubusercontent.com/mgmax/a234b2f0cdd96dd16eb15e5bce77116e/raw/3cbbe7f37636da1ddceb5811e20c5f1795e99679/Zeichnung-1.svg) causes the error message `TypeError: p.pathSegList.appendItem is not a function`, probably because it has multiple subpaths inside one `` element.

It seems that new commits do not trigger the travis CI run. Last commit right now (fixed the tests) https://github.com/t-oster/LibLaserCut/commit/e17637193fc463bfb4f7472f87856e339b25e81e Last Travis run 8 months ago https://app.travis-ci.com/github/t-oster/LibLaserCut/branches

The code for the ACK handling of K3Engraver looks wrong. I would have expected the following behavior in `waitForACK()`: - wait until the expected ACK response is received or a...

bug

Your visualisation website shows FabLab Nürnberg as open for the few last days, although the raw spaceapi obviously says closed now: ``` { "api": "0.13", "space": "FabLab Nürnberg", "logo": "http://files.fablab-nuernberg.de/Pressekit/logo_hd.png",...

For ``, VisiCut ignored the `transform` when calculating the effective stroke width that is used to determine the bounding box. As a result, some files showed way too large bounding...

The CI build https://github.com/t-oster/VisiCut/actions/runs/8600564837?pr=722 shows ``` Distribute zip Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. ```