Community
hi, is it possible to add this notes, in my setup sheet excell?
can i add any command to post processor and then change setup sheet excell template?
I don't think this is possible, but let me check with a post processor developer to verify
I was incorrect, this is totally possible:
First, in the post add the following line in onSectionEnd
: operationParameters["maximumStepover"] = maximumStepover;
operationParameters["notes"] = cachedParameters["notes"]; // <<< ADD THIS LINE
$operation.notes
Can't find what you're looking for? Ask the community or share your knowledge.