Golan Levin

Results 38 comments of Golan Levin

Thanks @jeffawang. The behavior of the `nf()` function is stranger than I expected. Here's some code, which takes negative powers of `TWO_PI`: ``` function setup() { for (let i =...

> _mainly because I don't know what I would use it for_ Hi @limzykenneth, I am very glad to discuss the `nf()` function — it is one of my favorite...

@monolithMktg, it's possible you might find [q5.js](https://github.com/LingDong-/q5xjs) to suit your needs. It is a "a small and fast alternative (experimental) implementation of p5.js" which is 33kb minified. Note, however, that...

I agree that it would be great to have a more recent build of the PDF. The most recent version I can find is from 2015, and I know a...

I somehow missed this issue in 2016. I'd be happy to give it some attention later this week. g On Sun, Jul 28, 2019 at 4:16 PM ofZach wrote: >...

Sorry about the inconvenience. We have not had access to higher-end machines with e.g. automatic trimming features in order to test our library. I would guess that thread trimming is...

@ddnnggmm If I understand you correctly, we have a special command to help with the thread-coming-loose. Please check out the `repeatEnd()` command described here: https://github.com/CreativeInquiry/PEmbroider/issues/28. Regarding the testing: YES, that...

Definitely a bug. @LingDong- , could you kindly check this out.

If you're controlling the AxiDraw "offline" (from a file), then I would do your designs with `toggleResample(false)` set, and then export .SVG files, then load those files in InkScape and...

Hi @LingDong- , Omitting the connecting lines would be very important for plotter stuff! Could you please add this option? Thanks for testing this @stephanschulz! Golan