Closed shaise closed 1 year ago
Hi again!
A few genral comments:
main/CMakeLists.txt should be modified with an option to select your board, and if you want it visible in the Web Builder it should be added to driver.json as well.
There are some changes to the core and other submodules in this commit that I do not understand. Will they mess things up? You should update (rebase) your fork before creating a PR? I simply do not know...
Finally, the link to the design files in the board map (and possibly driver.json) needs to be modified? Or do you plan to add them to the repo for the STM32F1xx board?
Hi @terjeio ,
Thanks for you reply!
Thanks! shai
Continue this thread on a new pr #82 ...
Hi @terjeio my hero!
I have decided to enhance my CNC3040 controller to use ESP32. With that, I now have WiFi support + Keypad support. I soon Plan to add the hardware files to my GitHub repository.
Here is a quick look:
I had to do some small changes in existing files to make it work. Please let me know if my changes are acceptable.
I have one small issue with the keypad I don't know if this is a general bug or something in my implementation: When using the keypad to jog, If I send "RAPID 25%" or "RAPID 50%" (0x96 or 0x97), the jog commands stops working, and the CNC stuck on EXTREMELY slow motion of the pressed jog axis. (like 1mm per minute)
And thanks a lot for all you work!