|
I'm programming a simple toolpath and DO commands before and after each set of targets which are generated from different curves. What's the right way to insert commands? |
Replies: 2 comments 2 replies
|
The data in the list looks incorrect. You seem to have Targets and Commands mixed. I presume the error you are getting is about not being able to convert Targets to Commands. |
|
Closing this as answered. Keep Targets and Commands in separate lists with a one-to-one relationship, then feed the command list into the Command input on Create Target. If multiple commands should run at the same target, combine them first with Group Command. Do not mix Target and Command objects in the same Targets list. |
Closing this as answered. Keep Targets and Commands in separate lists with a one-to-one relationship, then feed the command list into the Command input on Create Target. If multiple commands should run at the same target, combine them first with Group Command. Do not mix Target and Command objects in the same Targets list.