I have a fibre laser with a BJJCZ control board and would like to control it via a Raspberry Pi. I am looking for a way to send Lighburn files or a template with some variables (e.g. for a QR code) to the laser via a Python script.
My preference would be something like a small Comandline Lighburn Interperter which I could control via Python.
Is there a solution for this or has anyone already had experience with it?
Many thanks in advance for your help.
The Fiber has to be connected by USB to to a computer running LightBurn, and the Pi network connected to that computer also, then you could command LightBurn from the Pi as discussed recently in this topic: Lightburn API - simple text marking
If you wanted to pair the techniques listed in the referenced post above with LightBurn running on the Pi itself check out this Topic for a way to run LightBurn on Pi.
Thank you all for the valuable tips.
I will check this in detail. If Balor’s solution would work that would be great otherwise I will follow the second suggested path.
Thank you very much.