Lex Neva

Results 329 comments of Lex Neva

Awesome! I love this! Thanks for all of your work on this. One very minor request: could you add "Page ##/##" on the new page like all the rest?

@cvick32 I'm going to add you as a collaborator on this project. That will let you push a branch to this repo, something like `cvick32/pdf-pattern-only`. Once you do that, our...

Oh I thought the page numbers were set to only appear in the preview and not show up on the printed page. I'm not at my computer so I can't...

Sorry! Things have been very busy over here. Ideally we should show the page number in the preview, and tag it with a CSS class so that it doesn't appear...

Yes, I would love it if someone other than me took a crack at this. I have the feeling I might have been overthinking it and making it harder than...

This sounds really great! I haven't had a chance to play with one of these commercial boring needles. The one for my old machine would have cost $1500+. I can't...

@wwderw you know the latest version has a new extension to work with those brother cutwork needle sets, right? The boring attachment that the OP has won't need csv editing....

It might be possible to do this with a square grid too. We could also allow the user to specify a smoothing factor. Maybe they want a hexagonal fill! scipy.interpolate...

Wow! Thank you so much! I've looked for such papers and failed to find any. Just the looking at the picture on the third page shows an algorithm that's really...

At the simplest, we can build the s panning tree, convert it to shapely LineStrings, and then use `buffer()` to convert it to a path. Neat! One problem with this...