Avatar

Level 5

You have to use presence = "hidden";

I would prefer to script in the prePrint-event to hide the object.

objectname.presence = "hidden";

And in the postPrint:

objectname.presence = "visible";

I think -print is the same as "invisible. And "invisible" needs space. Only "hidden" don't need space and the following objects are sliding above.

Kind regards Mandy