Hi,
In a TAZ6, I was wondering if it possible to read the status of the inputs(such as endstops) via GCODE, or is this only accessible at the board level.
In my application, because TAZ6 has no pause function, I want to put an external “Pause Print” signal which I can wire in parallel with the endstop signal. Then I can insert a GCODE at every layer to check if there is a pause signal active. If TRUE, the GCODE could give a pause code.
Does this sound possible? I will have to see if GCODE can even do logic. Or is there a way to do this at the board level?
Thanks
Which firmware and tool head are you running?
Firmware: v1.1.9.34
Standard Single Extruder that is included with TAZ6
Updating the firmware doesn’t address the original question “if it possible to read the status of the inputs?”.
To me it sounded like he wanted to be able to pause the print which you can do with the firmware I linked.
and you would likely need to do some editing of the firmware to achieve what he is asking.
Thank you! That answers the original question.
You can get the status of the end stops with an M119 but unless you have something like OctoPrint (and a plugin) you can’t react to it with pure gcode.
Thanks for the help. I will let you know if I come up with anything.