UKY-CS-499-Project14-Spring17 / htpewpew

Portable drivers for connecting to an HTPOW Engraver (your mileage may vary for similar engravers)
GNU General Public License v3.0
2 stars 0 forks source link

My project may help you figure out what you need. #2

Open AppliedEllipsis opened 7 years ago

AppliedEllipsis commented 7 years ago

Greetings, I saw your project and git page and thought that my project may help you solve some of your issues or unknowns. I just got one of these and decided to RE it a few days ago. It's still a work in progress, but has nearly every protocol function including a few ways start doing actual cnc vector stuff, which can be faster, depending on the use case.

If you use parts or concepts from my code, just put a shout out to me. If you have any questions, feel free to reach out to me.

https://github.com/AppliedEllipsis/pyLaser

Happy RE

gps1784 commented 7 years ago

Hey @AppliedEllipsis

Right now, this project is for our senior level engineering class. We're hoping to replicate the behavior of the supercarver software (which I think we can agree isn't too great). I'm glad that this is something people are interested in and starting in May, we will open this project up to community pulls. As for now, we have to go it alone. I would like to see what further enhancements we can make to this on down the road.

I took a look at your work, and I see that you just added some greyscale support. We're working on that ourselves. Looks good!

Grant