External Triggers
-
@Ringo1508 I thought about that too and I am trying to store the information that the axes have been homed by disabling a trigger in the homing macro. The trigger pin is allways low. When the print starts it checks for the trigger and is supposed to execute the homing macro if it is still active. The problem now is that the homing sequence is not run properly. It seams called from the gcode file it interferes with the code generated by the slicer. I still do not really understand what priority the trigger code has.
@dc42 Could you explain how a trigger behaves during a running print and how I could achieve what I am trying to do?
-
@CJ-BRAVO I was never able to get an emergency stop button to work. The Duets ask for confirmation for emergency stop which sort of defeats the purpose. If I understand you correctly, your 2nd reset might have something to do with switch bounce so you might look into delay/debounce settings.
-
@hayseed_byte said in External Triggers:
The Duets ask for confirmation for emergency stop
I assure you, they don't! They stop immediately, then if the stop wasn't followed by a reset, Duet Web Control asks you if you want to reset.
-
@hayseed_byte said in External Triggers:
The Duets ask for confirmation for emergency stop
It asks for confirmation of a cancel, but not the stop.
-
Any way to have the duet to reset automatically without asking for confirmation?
Also any thoughts regarding the "freeze" situation I encounter while triggering other commands ?
-
@dc42 Just wondering if the reprint capability has been added in to the latest release?
Also wondering if there are any plans to have a "print another" in the panel due. I could've sworn there was a pop up at one point.
-
@Eduma said in External Triggers:
@dc42 Just wondering if the reprint capability has been added in to the latest release?
What "reprint capability" at you referring to?
Also wondering if there are any plans to have a "print another" in the panel due. I could've sworn there was a pop up at one point.
I will add that to the wish list.
-
Thank you again for the quick response. I would like to reprint the last completed print via an external button or if not possible the paneldue.
Above you mentioned "Remind me to add the name of the last file printed to the RRF3 object model. Then it will be possible to write a macro that reprints the last file printed."