6-AXIS-USBCNC-GRBL icon indicating copy to clipboard operation
6-AXIS-USBCNC-GRBL copied to clipboard

! news. Project is no longer supported.

Open robomechs opened this issue 4 years ago • 3 comments

Unfortunatly I'm absolutely have no time to support this project. In addition, it seems that it is a little outdated.

robomechs avatar May 25 '20 20:05 robomechs

grblHAL with its STM103 driver could be an alternative. Additional G- and M-codes supported, for STM32CubeIDE.

terjeio avatar Jun 07 '20 05:06 terjeio

Thx for all your work on this @robomechs!! Will have a look at grblHAL now.

@terjeio: is the F103 driver of grblHAL pin-to-pin compatible with 6-AXIS-USBCNC-GRBL?

Final tip from my side: Should someone run into lock-up of USBCNC-GRBL when executing fast, small movements while stepping up/ down Feedrate Override at the same time then try to reduce gcc's optimisation level when building the project: -o3 works for me, -ofast does lead to GRBL frequent hangs and almost-crashes of my CNC mill

Duffmann avatar Jun 16 '20 08:06 Duffmann

is the F103 driver of grblHAL pin-to-pin compatible with 6-AXIS-USBCNC-GRBL?

not 100%, a new board map may be added file if so required. The default board mapping does not have definitions for the C-axis and I see now that the probe pin is in conflict with A-axis direction pin...

terjeio avatar Jun 16 '20 20:06 terjeio