Chris Weed
Chris Weed
I discovered the issue. When you drag/drop the font file into Resources directory be sure to click "Add to targets" of your project: This worked with the Pod style install...
Here's an example of the issue: Typing "1205" results in "12:005" and that lead 0 is inside a span tag. I think that's the natural typing technique for times at...
Check the network as well, there's a series of 404s coming from the google api. That may be the root of the issue.
I added and tried, same result. Although both times now the laser was turned off completely during the "sending" step: ``` root : root dialout chris : chris dialout cdrom...
Yeah I was working with mono.bmp, I just wanted to really see if it worked (then worry about the GUI gloss bits later). I was tempted to try the Python...
Sorry it took awhile. I checked out develop branch and as root tried the command. Unfortunately the handshake seems to have failed: ``` # sh ./nejePrint.sh /dev/ttyUSB0 mono.bmp setting port......
Sorry this took so long, but I've tried: ``` ./nejePrint.sh /dev/ttyUSB0 ./mono.bmp ``` Several times and tried with `sudo`. No matter how many times I try, it gives the same...
If it helps, I found a project that does work: https://github.com/camrein/EzGraver I compiled it from source on my machine and it's currently printing (using the GUI). Maybe you could check...
I have the "NEJE DK-8-KZ 1000mW Laser Engraver Printer BLACK"
I'm currently just experimenting with Vue and seeing how it would compare to what I'm currently building with React. This library is a really good 1:1 fit with A11Y components,...