Recreate nodes without drop down selection, (printsettings, printrange etc.)

Hello all,

I have created a workflow to print different sheet sizes at the same time, this works great until i open the script in another project.

If there are additional print settings for instance, all my print settings shift in my script which renderes it useless…

I would like to edit or recreate this node to accept a string as input for the print settings name:
So instead of selecting it via dropdown, i want to attatch a code block that says “A1”
Is there any way to do this?

For anyone who’s interested, the size of the script below:

Hi @MVE1112,

You can use the Print Settings By Name node in the Genius Loci package if you want a string input.

1 Like

Wow that was easy, thanks a lot!