gnea / grbl

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino
https://github.com/gnea/grbl/wiki
Other
4.09k stars 1.61k forks source link

A little publicity for my work #975

Open matteogaria opened 3 years ago

matteogaria commented 3 years ago

Hi, I just want to share with grbl community my work, it's a DXF to GCODE converter focused on laser engraving and built mainly to drive grbl-based machines. It features some useful functionalities to simplify cutting with a diode-based laser.

source code is available here https://github.com/matteogaria/LaserCam It's not completed yet but it's working, I would be delighted to see it mentioned among the software dedicated to grbl

Best Regards and thanks to all for this awesome firmware!

doppelhub commented 3 years ago

We're actually looking for a DXF to GCODE program for our open source Grbl Controller right now. I'll take a look and see how your code works.