Is Lightburn controllable from other software?

One of the reasons I ordered the machine I did was that it had an automatic Z axis, and (at least on the photos), buttons at the side to manually raise/lower the bed. When it turned up, the buttons are of course missing…

I know I can just use the Z/U button and raise/lower like that, but it’d be nicer to have the buttons there ready to use. I’m an embedded software engineer :slight_smile: So I think I could …

  1. Have an STM32 or similar ARM chip also connect to the Z axis stepper controls, and simply send pulses / direction controls directly to the motor - maybe with an analogue mux to prevent any interaction/feedback when the button isn’t being pressed.

  2. Same STM32 with buttons, but this time put a small ethernet hub inside the machine, and network up the ARM chip so that it finds Lightburn (or the Mac/PC/Linux box running it) on the network, and tells that machine to in turn tell Lightburn to do it :slight_smile:

  3. Put up with the situation as-is…

(1) is a lot less complex, but (2) means there’s only one box in control of the laser, which is probably better really. It would mean there’d have to be some way for lightburn to take network or OS requests / provide an API or something similar though…

Is there any facility for something like this ?

[edit]
Actually, looking into it a bit more, I think (1) might be the better option after all. I can have the output of the Ruida controller as an input to the ARM, and copy that input to an output under normal circumstances.

If the button is pressed, we stop the copy, and just generate appropriate step/dir pulses. That way it’s just an interposer board - we’d need to handle limit switches as well of course, in the opposite direction.

That way there’s no networking, and no reliance on lightburn even running. It’s all self-contained.

So, sorry for the noise - I think I’ll do it according to (1) :slight_smile:

Hi Simon, I’m in the same boat. I have the buttons but the z axis is not connected to the controller. And I too would like to have both.

Hi Simon,

i would say (1) :wink:

You do not need to control Lightburn but tell ruida to count the z steps - my question of today, how to control ruida :joy: Controlling the z stepper you can do with your stm or arduino. the signals to the stepper controller you can OR (or switch) with the ruida signals. with lightburn you have to read out the z position - ruida does not inform lightburn about positions in real time or via push.

cheers thomas

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.