Need help to a Error

Why does this error occur and what do I do the next time it appears?
Is there a Macro I can use to solve the problem?

ERROR - START
<Idle I MPos: 700.000,200.000,0.000,0.0001 Bf: 199,15001 FS:0,01 Pn:P> ok
Starting stream Stream completed in 0:00 [MSG: Laser temperature: 11.4C]
error:8
Grbl ‘$’ command cannot be used unless Grbl is IDLE. Ensures smooth operation during a job.
ALARM: 3
Reset while in motion. Grbl cannot guarantee position. Lost steps are likely. Re-homing is highly recommended.
Grbl l.lf [‘$’ for help]
[MSG: GRBL offline working see: 温馨提示 ]
[MSG:‘$H’I’$X’ to unlock]
[MSG:Caution: Unlocked]
ok
ok
ERROR END

Tell me the steps leading up to the error.

Macros add complexity and if applied incorrectly could have generated the error you’re seeing. :slight_smile:

When my NEJE MAX 3 is running a job and I press “STOP” because I need to stop my laser, the error is displayed.
Subsequently, when I restart the job, the coordinates no longer match.
Info : When I press “STOP” the laser moves to the “HOME” position

How do I solve the problem so that my NEJE 3 MAX can be started again after “STOP” and complete the task?

The “STOP” button issues a Machine Reset to ensure the laser is turned off. This is likely the reason the laser moves to the “HOME” position. The data in the buffer would be dumped when the Machine is reset.

Please test the functionality of the “Pause” button to see if it will work for you. I don’t know if the “Pause” button behavior is immediate or if the Pause command will be Queued along with the commands to the engraver. It ‘should’ be immediate but I can’t say with any certainty.

It would be best to ask NEJE which of the Feed Hold, Cycle Start behaviors they use in their similar code between lines 163 and 200 of the following code are permitted by them. I hope they have a Firmware behavior that can be called and give you the results you are looking for. The Dev team has confirmed that custom Ctrl characters are not available to be sent by LightBurn.

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