Is there a way to use lightburn as a headless controller?
I’d like to setup a console to have a text input section, which would then send text to lightburn which would then burn the text in the required font. So text & font type - start.
Basically so I can run lightburn from another application.
Alternatively, combining the concept of Variable Text ( Variable Text in LightBurn) with the aforementioned UDP would likely get you enough flexibility to achieve the stated outcome.
Create a different .lbrn file for each discrete font required along with the variable text object. Then update the CSV file with the required text and send to LightBurn via SendUDP utility.
I am looking at much the same setup and am currently looking for a solution to control/load via a browser.
Imagine having the following in the browser:
Link to Download CSV containing variable text
Link to controll LightBurn:
Launch LightBurn
Open project file template_a.lbrn file
Change the “Variable Text CSV file” for the project
If there is no UDP command for specifying the csv file (anyone know if this is the case?) then it is possible to always use the same csv file name and configure the browser to override any existing file when downloading.
I look forward to hearing other possible solutions