Hi!
My dad got himself a Vevor L2544 (cheap chinese laser) with a super poor software. As I’m using Lightburn with my Atomstack Laser since about a year, I recommended him to try Lightburn.
The Laser is recognised and can connect to Lightburn and in general, it seems to work. But: Each move, whether it is a regular move-command or framing, results in error: 20:
Starting stream
error:20
Unsupported or invalid g-code command found in block.
On or near line 0:
Stream completed in 0:00
[MSG:Pgm End]
The laser is set to GRBL, using M8 for airassist (although there is no AA), GCode clustering is disabled.
Have you any hints or tips what to try to get it working? Thanks!
Enter these 11 lines, ONE line at a time, in the Console window. Each one should respond with Ok. If it does not, you may have a bad controller. If it does, you are looking an a communications issue.
No worry about the delay, I have been busy myself.
Enter these lines, one at a time, into the Console window:
G00 G17 G40 G21 G54 (should error)
G00 G40 G21 G54 (error?)
G00 G17 G21 G54 (error?)
G00 G17 G40 G54 (error?)
G00 G17 G40 G21 (error?)
The plan is to identify which Gcode the controller does not like. What concerns me is that any of them would fail.