Need some help with some code. Basically I have console messages that report status notes for debug and info, but I’d like to suppress some of them during an active print. I only really need them when it’s not printing.
(Background: This in an IDEX printer, so I want to have the T0/T1 macros report when not printing, but not report when printing. There are other notices as well, but this is the main one).
Pseudo code:
If printer state = !printing
then: RESPOND TYPE=echo MSG="Notice to Console"
endif
It would be in a larger code block for a macro.