2025-06-09 9:07 AM
I'm trying to convert a 3D printer into a CNC, but I can't find any software to use it with my HA753ZI core. Any ideas would be appreciated. Regards.
Solved! Go to Solution.
2025-06-09 9:50 AM
Your title says, "grbl" - are you referring to this: https://github.com/gnea/grbl ?
See also: https://github.com/gnea/grbl/wiki
As it says there, it runs on Arduino - so your question becomes, "is there an Arduino port for the HA753ZI?"
Supported ports: https://github.com/gnea/grbl/wiki/Frequently-Asked-Questions#grbl-porting
The place to look for Arduino on STM32 would be STM32Duino:
2025-06-09 9:10 AM
Hello,
Not sure to understand the request. Could you please elaborate?
2025-06-09 9:50 AM
Your title says, "grbl" - are you referring to this: https://github.com/gnea/grbl ?
See also: https://github.com/gnea/grbl/wiki
As it says there, it runs on Arduino - so your question becomes, "is there an Arduino port for the HA753ZI?"
Supported ports: https://github.com/gnea/grbl/wiki/Frequently-Asked-Questions#grbl-porting
The place to look for Arduino on STM32 would be STM32Duino:
2025-06-09 10:29 AM
thanks, I'm going to study it, regards