Closed mkeyno closed 7 years ago
sorry to open the ticket for my question
It's ok
I was wondering if you have successfully implemented GRBL for actual cnc laser machine, I really interested to know more about your experience
I'm not sure I understand the question. However I have developed LaserGRBL for a personal use. After self-built a laser engraver-cutter, I tried to use different software without finding one that is suitable to my needs. Either they are too complex, or too simple.
And 'so the need arose and the pleasure of writing a simple, lightweight software, but it does everything I need. For now features include a very reliable GCode streamer on com port, and the loading a raster image and convert to GCode scan lines with PWM modulation.
I would soon add a conversion from raster to vector (image vectorialization) that allows to do the tracking edges.
My engraver is very homemade, made with a wooden frame and slides for drawers, bought for cheap at the hardware store. Now I'm currently updating it, with better mechanical created by the machine itself.
Unfortunately I do not have the opportunity to work with professional CNC machines, so I can not test my software environment different from that hobby (to which it is intended)
thanks for reply , I mean if you've built successfully cnc laser base on GRBL firmware ,I really interested to know how to configure the lib and setup your hardware . if you know any links for that I really appreciated to share it
Yes, and it is not particularly difficult. You need an Arduino one, a arduino CNC shield, and two/three driver chip for stepper motors.
However Starting point could be: https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration https://github.com/gnea/grbl/wiki/Connecting-Grbl
Google is your friend, and if you search www.google.it/search?q=grbl+cnc+arduino you can find a lot of DIY project with instructions.
My configuration is the default conf found in grbl. However the support on grbl configuration must be asked on grbl site, and not on this site.
sorry to open the ticket for my question , I was wondering if you have successfully implemented GRBL for actual cnc laser machine, I really interested to know more about your experience