Repeat Last Print Macro?
-
Is there a way to write a macro to command the printer to repeat the last print? I want to have a button on the paneldue to restart without needing my laptop/phone/wifi.
-
I'm still keen to solve this. There must be a simple answer to this. Essentially, how do you use the paneldue to perform "print again"?
-
@bubblevisor essentially you need a macro that takes
job.lastFileName
and puts it into a variable and then select that file using M23 then print using M24 -
@bubblevisor try this:
M32 {job.lastFileName}
-
@dc42 said in Repeat Last Print Macro?:
M32 {job.lastFileName}
THat's exactly what I needed. Thanks dc42 once again!
-
-
Also take a look here: https://forum.duet3d.com/topic/22729/automating-sequenced-prints-and-repetitions