GRBL error message


Hi, I have been using my JTech 2.8 laser and Picsender, it was working fine, then I got this error message and can’t seem to fix it, has anyone got any idea how to fix it
it seems to be %wait

Open the file in a text editor like Notepad or Wordpad. Do a screen shot of the first 20 lines or so. It could be just a syntax error or code that grbl doesn’t like.

Thank you, Martin, it seems to work fine with GRBL inch Processor, it seems it’s just the Jtech Processor that it does not like
( Verify Offsets are reset before running )
( C:\Users\User\Documents\Laser Cut jkjkjkjkjkjkj_1.gcode )
( Gcode File created: Saturday August 17 2024 - 02:20 PM)
( Aspire 12.009 )
( )
( Tools used in this file )
( 1 = Laser Cutter 2.8W {0.1"} )
( ----------------------------------------------------------------- )
(Tools used 1 = Laser Cutter 2.8W {0.1"})
(Starting Program and turning Laser Mode On)
$32=1
%wait
M0; Confirm Laser with no Z
T42
G17
G21
G90
G92.1
G0Z0.000
G0X0.0000Y0.0000
G92 X-0.5Y0.5
( ----------------------------------------------------------------- )
( Toolpath = Laser Cut jkjkjkjkjkjkj )
( )
( ----------------------------------------------------------------- )
G0X42.9660Y19.1900
G0Z0.000
M4S0
S24000
G1X43.2684Y21.4404Z0.000F635.0
G1X43.5286Y23.7497
G1X43.7465Y26.1178
G1X43.9220Y28.5448
G1X44.0572Y31.0379
G1X44.1537Y33.6046
G1X44.2116Y36.2449
G1X44.2309Y38.9586
G1X44.2006Y42.6855

this may be something to look at

What is the percent symbol in G-code?

The percent “%” is used to denote the beginning and end of a program. Put one as the first line (block) and one as the last line (block) of any g-code program. Not all controllers require this. Most will ignore anything after the “%”, so you can put comments there.Jul 18, 2011

Setting $30 and $32 values - LightBurn Software Questions - LightBurn Software Forum

Really you need someone with Laser experience and I’m not that guy.

When a post processor creates gcode with the percent sign, I’ve always deleted it.

I wonder if you need parentheses around the text in those lines too.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.