Bernard Spatcho
Bernard Spatcho
> > Ok, now that I merged other pull requests, this branch has some conflicts to be solved. The PR also have some changes in unrelated files. Since this PR...
> That works too! I still see changes in .gitignore and PR templates that needs to be undone. About .gitignore : I replied to qlrd comment here https://github.com/selfcustody/krux/pull/557#discussion_r2033883678 , is...
I pushed a reverted .gitignore. I will try to keep mine unpushed. I want to close this PR.
> > > That works too! I still see changes in .gitignore and PR templates that needs to be undone. > > > > > > About .gitignore : I...
I can send you or you can extract patch files from my work on include it in the project.
I just wanted to contribute my changes as a thank you for a great project. I will probably have more minor changes later and maybe a gcode generation specific for...
I am on silicon Mac but I could compile and build a new firmware using the linux how to : krux build maixpy_wonder_mv . To flash I didn't find out...
Thanks for help, with your code modification suggestion and that command "poetry run python ktool.py -t -p /dev/cu.usbserial-xxxx -B dan" I could see output clearly. For some reason in my...
The simulator, can it keep the printer driver settings (default to cnc, etc) and load a qr from an existing source ? Right now to use it I have to...
I placed some debug infos in that [block](https://github.com/selfcustody/krux/blob/b4de1206f96bd1dc150f307c30817c7710cf6dce/src/krux/printers/cnc.py#L69) and checked for end of qr_code array loop by size instead of '\n' char, to go further without exception. That way I...