Results 39 comments of MadTooler

> And you are sure the same could not have been done via a plugin and/or custom board code? I have mostly applied as plugin and custom board. Overall, my...

Well, it does run on node, but there are a lot of layers. I have it running, but the way the calls are made is not entirely clear. It seems...

I added a use issue here #127

Thanks for the reply. Not sure if we are thinking of the same thing. Are you referring to the arguments that can be passed in the CLI as the "comments?"...

No problem. I appreciate your quick responses. I have tried to apply the --style="display:none" in the CLI. Apparently I am doing it wrong. What is the proper format?

Oh, I think I understand the style to be an additional parameter in the svg instead of the CLI argument I was assuming. I will try that and see if...

Well, adding the style display none in my svg to the markers does keep them from being output by svg2gcode, but they are also no longer displayed in my svg...

I don't know how it would work for others, but my first thought is a command line argument maybe similar to "--ignore foo" where foo is an id of a...

I found svg's created in inkscape with stroke end markers do not result in svg2gcode outputting the end markers. I also created some reference geometry via an inkscape plugin "inkstitch"...

> Interesting, could you share those SVGs? I wonder if the marker is in a defs section. In which case the fact that svg2gcode doesn't support use/defs (https://github.com/sameer/svg2gcode/issues/56) is probably...