Hello, I'm trying to add a "repeat last print" function to klipper menu, so far so good.
I have added
@set global.last_id {{ job.id }}
to "Run before job" and
@printModelById {{ global.last_id }}
on action:repeatBut the problem is that the job.id is not the model id. Is there any way to get the model id from the macros?I could use the model name, but don't want to run in the issue of duplicate names.