I have selected items in my toolpath folder and executed a verification macro using the following.
FOREACH item IN explorer_selected_entities() {
}
I do I turn off the selections or clear the value for the explorer_selected_entities() variable with a macro command?
Solved! Go to Solution.
Solved by rafael.sansao. Go to Solution.
Can you explain more what you want to do? To deselect you can use this:
EXPLORER SELECT TOOLPATH ROOT
Rafael Sansão
This is how the explorer looks after macro is complete. I want to make sure that the variable is empty. The command that you sent works perfectly, thanks.
Can't find what you're looking for? Ask the community or share your knowledge.