Closed marumer closed 1 year ago
The proposed functionality really helps building the outcome but there is a bug in the code as the clone works properly for adding the first command to a node, it then substitute the previously added command, instead of adding a new one.
For example, Node_2 doesn't have any command.
.
I am cloning from Node_3
than I am trying to clone again, a new command, in this case from CNC and the clone function override the previous command
I think the function work properly in term of "clone" it should replace the old one. but your comment is good instead of clone I will call in "import" and it will not override the current one but append instead
Create new commands takes time and it would be nice to be able to copy from previously created commands (same and other steps).