Closed JoeBeef closed 10 months ago
You are right, I never paid attention to it, beacause it doesn't affect the generated G-Code - just 2D-view. Will try to fix it.
Thanks for looking into it.
But at the sametime it brings more question.
When you say that just the 2D view is affected... I don't even see the 2D view changing.
Looking at the generated GCODE, I noticed the PenWidth = 0.004 parameter. Changing this value in the GCODE does affect the 2D view, Now, my question is , where does it get that value from, I have looked everywhere for it an never found it ?
( SVG import by GRBL-Plotter 1.7.1.0.c )
( Source: C:\Users\Maiso\Downloads\Dixies.svg )
(
Thanks,
oops Closed by mistake...
The pen-width is read from the imported graphics. If you import SVG, the key-word is stroke-width (usally given in pixel) which will be converted to mm.
Example SVG with stroke-width of 0.5, 1, 2, 3. You can drag and drop the picture below into GRBL-Plotter (on 2D view) There are options to convert the pen-width to Z-value or S-value.
Thanks, just found out that the penValue and color comes from the SVG file!!! I am new at this and I should have done more research.
Thanks,
Hi,
I am importing an SVG file into GRBL-Plotter to send to my CNC. The setup is made to take the information from the tool table. I was expecting to see the tool diameter to be taken into account when generating the Gcode but this is not the case.
Am I missing a setup some where to tell to offset the toolpath of half the tool diameter ?
Thanks in advance for your help.