Replies: 3 comments 5 replies
|
Thanks for sharing your workflow, and that was fast! I just merged this today 😄 Filter support would be ideal and has been on my to-do list. My plan was to support this via CSS selectors -- what do you think? |
5 replies
|
The following SVG is made with Inksacpe , with 3 layers .
For my simple use case , the css selector is working . Thank you a lot . |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
My workflow :
--newline-before-comment trueand--extra-attribute-name labelto add some extra information in the commentsedcommand , to change the feedrate/spindle speed in only some sections ( i use the layer label as a marker )This was working well , because svg2code was keeping the same order , that the svg order .
Now we have a new option
--optimize-path-order, that will change the order because optimizing the travel path .This new option is good ( i want to use it ) , but break my current personal workflow .
A solution for me will be to have the ability to filter the svg , so i my final gcode will be the result of the concatenation of 2 executions of svg2gcode , this is requested by others ( #57 ) .
A another solution will be to have the ability to limit the scope of
--optimize-path-order, for example do the reordering inside eachGcontainer of level 1 .@sameer some ideas ?
All reactions