GRBL use streaming transfer protocol that requires continuous data transmission during operation. If the connection is interrupted, the task progress cannot be resumed and it needs to start from the beginning, resulting in material and time waste.
We can ensure the reliability of USB transmission for a short period of time, but it is difficult to guarantee the stability of USB connection for long-term tasks(like >= 10hours). Often, Very long tasks often terminate due to link problems.
To address this, we have developed Connection Bridge function. Based on GRBL streaming transfer, we have added a retransmission verification function. With this function, the task progress can be resumed by simply reconnecting USB after disconnection. However, the connection bridge function needs to be used with NEJE control software, and Mac users cannot experience this function.
Therefore, we have developed the GRBL offline work function.
GRBL offline work is a function that sends all the work data to the device at once and saves it, and then reads the internally stored data for operation.
In offline work projects, USB connection is not required, and offline work can also be controlled using buttons.
Use the $REC
command to enter work content recording mode. In this mode, the device will not execute G commands, but record them. After entering recording mode, you can press the start work button on the control software, and the work content will be quickly sent to and saved on your device's internal storage. Since it does not need to execute commands but save them, the sending process will be fast. Use the $REC
command to exit recording mode after the work content is sent.
Use the $REC/Run
command to start offline work.
Console
page,enter the command $REC
and press Enter (enter recording mode).Console
page,enter the command $REC
and press Enter (exit recording mode).Console
page,enter the command $REC/Run
and press Enter (start offline work).
Note: Step 5 can be skipped, and you can directly start offline work after sending the task. The recording mode will automatically exit.
LightBurn provides 6 custom buttons to send custom commands.
Right-click on the button to modify it. You can bind commands to buttons to control offline work more smoothly and naturally:
$REC/AutoRun
command to start offline work automatically 【Highly Recommend】⭐⭐⭐This command will automatically start offline work after receiving is completed. You only need to press the button once to start offline work:
This command makes the offline work process more concise and smooth. With just one button click, you can experience the high speed and stability brought by offline work. We strongly recommend using this command for offline work.
Note: This command relies on continuous data flow to determine if sending is complete. If the connection is disconnected or the data flow is not continuous during sending, the device may start working unexpectedly.
More info about custom buttons please click here.
Use the $REC
command to enter recording mode, then press the start button to send the task to the device, and then use the $REC
command to exit recording mode (required).
At this point, the task has been stored in your device. You can disconnect the USB connection or even turn off the device without losing the task.
Double-click the main button of the device, and your device will automatically start offline work.
Please note that if your device has not been reset, it will perform a reset before starting work.
If the device fails to reset, it cannot perform offline work. Please troubleshoot the reset failure first.
After starting offline work, clicking the button will pause the work, and clicking again will resume the work.
The work data is too long and all content cannot be saved. Please change the work data.
or
Buy a new control board at this link,you can get a $20 automatic discount at checkout, new control board have 256MB storage space.
Lightburn: Click Stop button
LaserGRBL: Click Grbl Reset button (with a lightning icon)
Send the command!
Send the command~
Lightburn: Click Stop button
LaserGRBL: Click Grbl Reset button (with a lightning icon)
Not necessary.
Sending offline work can work with the connection bridge, but it is not necessary because it only requires a stable USB connection during sending.
Yes, but it is not recommended to use Bluetooth to transmit offline work data because USB transmission speed is 50 times faster.
Leave your compliments here and the developers will be encouraged.
Please creat a new topic here.
Thanks!