fra589 / grbl-Mega-5X

5/6 Axis version of Grbl, the open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560
https://github.com/fra589/grbl-Mega-5X/wiki
Other
341 stars 159 forks source link

question: will work for 3d printer? #319

Closed ariefadha closed 1 year ago

ariefadha commented 1 year ago

I want to use my cnc as 3d printer too by changing the spindle with hot-end. So can grbl mega 5x work for 3d printer machine configuration and 3d printer software?

fra589 commented 1 year ago

Hi @ariefadha,

Many 3D printer firmware are derived from the original grbl, but with great changes and evolutions. grbl-Mega-5X is not designed to animate 3D printers. It might be possible with some modifications to divert an axis to drive the extruder, but it would be necessary to ensure several functionalities that Grbl lacks to perform all the functions of a 3D printer (management of the temperatures of the hot-end and the heated bed , bed leveling, end of filament detection, etc.). This is another craft that other open source firmware does very well.

@++;
Gauthier.