I have my lightburn and cnc setup such that functions correctly when lightburn is running the show, however when I export gcode from lightburn using a properly formatted usb, and try to then run that usb through the touch interface I get repeated errors. Is this a lightburn gcode issue? The interface was reading error 2, and then error 25 and starting the program and then stopping it. I can't tell if the laser is firing correctly or not through the touch interface yet since the program hasn't gone far enough. When not attempting to run the lightburn gcode the interface appears to be functioning correctly. I am using a 24w JTech laser and have a blackbox x32. The USB was formatted when I received my lead cnc machine, does the USB need to continue to be reformatted? The touch interface has continued to indicate that it is up to date.
That is correct, current and no known bugs related to streaming. Please post the gcode file Errors 2 and 25 indicate malformed gcode, but could also be EMI. Is the Interface's data cable router clear of any AC, Stepper motor wiring, or other sources of EMI? docs:blackbox-x32:faq-emi [OpenBuilds Documentation]
Would those errors only show up when using the interface? The light burn program runs its program without issue? cutting out full run numbers otherwise the gcode is huge. I can add full gcode if desired. ; LightBurn 1.4.00 ; GRBL device profile, current position ; Bounds: X0 Y-0 to X86.45 Y46.23 G00 G17 G40 G21 G54 G91 M4 ; Cut @ 200 mm/min, 50% power M8 G0 X2.68Y0.67 ; Layer Labels G1 X0.101Y-0.142S500F200 G1 X0.141Y-0.106 G1 X0.166Y-0.066 G1 X0.179Y-0.022 more gcode G1 Y0.461 G1 X0.4 G1 Y-0.461 ; Cut @ 5 mm/min, 100% power M8 G0 X-22.571Y11.159 ; Layer 5 mm/min 7 pas Pass 1 of 7 G1 X-0.233Y-0.174S1000F5 G1 X-0.25Y-0.152 G1 X-0.265Y-0.127 more gcode G1 X-0.215Y-0.196 ; Layer 5 mm/min 7 pas Pass 2 of 7 G1 X-0.233Y-0.174 G1 X-0.25Y-0.152 G1 X-0.265Y-0.127 more gcode with different speed and passes