LaserWeb / LaserWeb4

Collaborative effort on the next version of LaserWeb / CNCWeb
GNU Affero General Public License v3.0
692 stars 186 forks source link

Is it compatible with EleksLaser? #634

Closed lramos-prolaser closed 2 years ago

lramos-prolaser commented 2 years ago

Hi ! I'm new to laser cutters and we have an old version of a Eleks Laser A3 (EleksMana SE) from Eleksmaker. I would like to know if I can use LaserWeb4 with this machine.

Thanks in advance

easytarget commented 2 years ago

Yes; but you may need to upgrade the firmware first. The elksmaker firmware is based on GRBL, and LaserWeb requires at least GRBL 1.1c.

You should see a version number sent by the firmware in the console log when you connect, I dont know what controller software you currently have, but Pronterface is a good tool for showing this sort of low level feedback.

AFIK older Elksmakers have a firmware based on GRBL0.9, but it is unclear if elksmaker have offered any upgrades over that. Elksmaker do not appear to document their firmware at all ajnd they have a 'Open Source' download site that only provides binary blobs and no source whatsoever, given this level of indifference it's unlikely they will be much help.

However, the controller, despite the fancy name is a very common ATmega328 based grbl-clone board, and oplenty of people have successfullyflashed the latest GRBL to it; eg here: https://github.com/jandelgado/eleksmaker_a3

lramos-prolaser commented 2 years ago

Thanks to your suggestions we've managed to update GRBL and install LaserWeb! Thank you very much ! :)