Replies: 6 comments 23 replies
-
In GRBL settings try changing $33 to 5000 and see if anything changes. |
Beta Was this translation helpful? Give feedback.
-
You may need to swap the wires around on the laser connector at the main control board socket. Unless the laser is wired the same way as the one you replaced, then the problem is somewhere else. |
Beta Was this translation helpful? Give feedback.
-
TTL/PWM pin (yellow cable) is the one that control your laser on/off: 0V=OFF, 5V=ON Turn on with this command: M3 S1000 G1 F1 You can send this command via manual gcode box, under the progress bar. Please wear safety goggles |
Beta Was this translation helpful? Give feedback.
-
I see no voltage converter on this board, so I can assume that the Atmega328 chip is directly powered by USB port. As per GRBL documentation, PWM pin is D11 that in arduino nano is connected to Atmega328 PB3 In my opinion should be a direct connection from PB3 to your PWM pin. |
Beta Was this translation helpful? Give feedback.
-
I would use Nano. Usually thats the option for controllers with built in Arduino chip. |
Beta Was this translation helpful? Give feedback.
-
Final update. New GRBL control board had issues. It turns out that the PWM/GND/VDC plug on the board is pinned opposite of the one on the laser control board. A little rewiring of the connector cable solved that. Everything on the hardware side is now working famously. I have begun experimenting with the software so I can make it create what I want created. That's going to take some time, but it is working. Thank you for your help! |
Beta Was this translation helpful? Give feedback.
-
I know, this one again. But, I've spent the last week going through all of the answers posted here, and none of them have solved my issue. So, here we are.
As far as I can tell, I have laserGRBL properly installed and configured. As near as I can determine, I have the generic laser machine set up the right way. But, apparently, I have missed something, somewhere.
I bought the laser system used from a friend. She said that the few times she used it, it worked fine. But, then it sat in storage for more than a year. I set it up using the software downloaded from the website she gave me. The laser did not come on. I uninstalled and reinstalled the software. Still no laser output. I doublechecked the wiring, based on the manufacturer's sketchy photographs. Still no laser. So, I decided to assume that the laser module was probably bad. I ordered a 40W from Lasertree on eBay. It is installed. I downloaded and installed a new version of laserGRBL (from the laserGRBL website). Nothing. Well, not entirely nothing:
The focus and frame work. But, when I hit the run button, no laser. The mechanism moves left and right, round and round, tracing where the laser should be burning. But, no laser. So, what am I doing wrong? Please help!
I am going to attach photos which I hope will make it easier to rescue me.
Thank you for getting this far, and for considering helping me.
Bob
Beta Was this translation helpful? Give feedback.
All reactions