Anyone have any insight to the Universal G Code sender error. Just updated to the JTech 3.8 Laser and the machine doesn’t seem to want to work now. This is the code im getting.
Looks like you have the JTech 0.9g firmware loaded into the ATmega328P.
grbl stores its parameters (the ones you posed above) in the ATmega328P EEPROM. When retrieving theses parameters if there is an error then grbl uses the defaults that were loaded in with the firmware.
So, there is a problem reading the EEPROM on your ATmega328P. If you know how to use the Arduino IDE you can run the example program to clear the EEPROM and start over.
A reload of the firmware might take care of the problem, maybe not.
Once you get this issue worked out I would recommend you take a look at an updated version of the firmware that includes support for the JTech lasers here.
[Edit] As Robert pointed out - your parameters are way off unless you have an extremely modified machine.
Thanks Larry ! Unfortunately Im not familiar with the Arduino IDE. I did reload the current firmware that you suggested. Hopefully that helps. I hope im not screwed. Everything was working fine before i installed this laser ! I’ll let you know after it uploads.
The rest is reasonable for spindle work. You’ll want to do some tuning for laser work.
With the new firmware, if you still have EEPROM read issues you can use the $RST=$ grbl command to have grbl re-write the EEPROM. The 0.9g version did not have that command. That might clear the problem.
Be careful with the laser powered. Make sure you have protection to avoid injury from laser burns. And most of all protect your eyes.
What do you mean when you say grbl keeps dumping the firmware?
How do you have the laser wired? You should not have the laser and the spindle powered on at the same time unless you have added switches to prevent both of them running at the same time.
Yes, safety first. I dont have spindle control because im using the dewalt 611. Everytime i open up Univ G code sender, I get that there is no firmware loaded and nothing works until i upload the firmware that you recommended to me.
Just to make sure that something didn’t get hooked up wrong, disconnect the laser wiring from the Arduino and retry loading grbl and do the $RST=$ command again.
If this doesn’t clear things up, then you seem to have a bad Arduino.
Remove the laser power until the rest is solved. So you can watch things without worry of injury.
Once it move like it supposed to and the errors are gone then you can re hook up the laser and put back on the safety goggles.