Skip to content

1.7.0 deconstruct toolpath #274

Answered by visose
lin-ycv asked this question in Q&A
Discussion options

You must be logged in to vote

The Create Program component has an input for a Toolpath parameter. This can be fed a list of targets or a single Toolpath object that internally contains a list of targets.

The Robots plugin by itself doesn't contain components that create Toolpath objects. You can do this with scripting components or with other plugins, like the Extensions plugin.

Some users need to tweak these Toolpath objects after being created, by deconstructing them to a list of targets.

They use a scripting component for this, but due to some inefficiencies on how scripting components work, for very long lists of targets it can take many seconds, while a proper component is instant.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by visose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants