"Pause" and "Resume" physical buttons. How?
-
I have a "Modix Big120X" 3D printer with PanelDue 7i and a Duet
2.I'm interested in an upgrade.
You want to replace the "Pause" and "Resume" buttons on the touch screen that appear during printing with a physical manual button. But only these two specific buttons and functions.
Questions:
From the free outputs, can I switch the above-mentioned functions to
PanelDue and replace the touch switching?If so, how and what should be rewritten in the program?
Which free output (JST pin) can I connect to?Thank you your answers!
Best Regards,
Stephen Shepherd -
-
Thank you very much the help!
I am looking for someone who can solve the specific problem mentioned above.
-
Do you need me to copy and paste the text from the link above?
Trigger number 0 causes an emergency stop as if M112 had been received. Trigger number 1 causes the print to be paused as if M25 had been received. Any trigger number # greater than 1 causes the macro file sys/trigger#.g to be executed. Polling for further trigger conditions is suspended until the trigger macro file has been completed. RepRapFirmware does not wait for all queued moves to be completed before executing the macro, so you may wish to use the M400 command at the start of your macro file. If several triggers are pending, the one with the lowest trigger number takes priority.
-