I want to run custom “gCode” for a fiber laser. I have a 60w MOPA fiber laser by Haotian Laser. The controller is a JCZ. I’m trying to figure out if it outputs gCode or what the output might be. With my diode laser running a grbl board, light burn shows a “Save gCode” button.
Ultimately I want to run a custom script that takes the output and randomizes the order in which the zaps take place, instead of line by line.
It doesn’t, so all the usual G-Code tools are irrelevant.
A casual search produced a reverse engineering project which can apparently convert G-Code to the JCZ format. The docc and source code may provide hints about the command structure.