Jarrett

Results 18 comments of Jarrett

I haven't had regular access to a laser cutter in the last year, happy to accept pull requests @oscaracena

Sounds like a normal laser cutter fit issue - My laser was around 0.14mm - 0.17mm kerf, so it's in the right ballpark. The reason that's happening for you is...

Convert your rectangle to a path. Path->Object to Path

Hey, I'd welcome pull requests! Might take me a while to get to reviewing them, but I will eventually

There are two ways, both of which have some downsides. The way I prefer is to create many control points until the lines look smooth: ![image](https://user-images.githubusercontent.com/6027644/103919512-f5a55f80-50c4-11eb-9acd-2bcf2981e1a1.png) In the "edit path...

I just skimmed the new changes in the code, and I don't believe anything is different. Consider curves to be in the same category as arcs - You can't currently...

That's a really good question. Currently, the bulk of this plugin is in only two Python files, with a total of about 2100 lines. I'd avoid doing too much work...

This took a little longer than I expected, but it would straightforward to add DXF, or any other format capability. Straightforward, but still a lot of work.

Also getting 'Underlying input stream returned zero bytes'. Windows and K6. Quite probably related, I'm unable to get the software that this driver is based on to work: https://github.com/RBEGamer/K3_LASER_ENGRAVER_PROTOCOL/issues/6

What target processor, @kiranshila ? I'm getting this same issue on an STM32F3, but not an STM32F1 Blue Pill Blue Pill, works: ``` PS C:\Users\jrain\Documents\git\platform-ststm32\examples\libopencm3-blink> pio run --target upload -v...