Jürgen Weigert

Results 256 comments of Jürgen Weigert

Two expectations according to @michaelstingl : * [ ] Useful description text in with the plugins * [ ] both plugin items enabled by default

Thanks for the install instructions! Added them to README.md The type error looks like we broke python2 compatibility. python3 should work better.

@st20d is python3 an option on MacOS? The combination pyhidapi and python2 does not mix well. I'd avoid finding direct a solution for this, if possible. python3 with pyhidapi works...

The basic call sequence in the current version is something like this: ``` (data, cols) = bitmap_text("Hello World!") head = header([cols], 4, 0, 0, 0) pyhidapi.hid_write(dev, head+data) ``` You need...

Well, I don't intend to save the world all by myself... Patches welcome.

I tested the 'use outline' feature. But used the algortihm "NEAREST". It does something strange then: ![photo_2020-01-09_18-42-46](https://user-images.githubusercontent.com/1108546/72091223-fa97cd80-330f-11ea-9bfc-8d5b51a966c8.jpg) This design has lots of numbers and text using a single stroke hershey...

[visicut_issue_pattern.svg.zip](https://github.com/t-oster/VisiCut/files/222123/visicut_issue_pattern.svg.zip)

The path that works has: fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.0846666; the paths that don't work have: fill:#000000;fill-opacity:1;stroke:url(#linearGradient5099);stroke-width:0.08466667; Using this definitiion elsewhere in the document: ``` ```

box_cloned.svg https://gist.github.com/jnweiger/12ca918954676cd3b25c