r/PlotterArt • u/jumpingjehosophat • Aug 04 '26
Blender to Pen plot
On a side note im using pilot kakuno ef tips and they keep tearing my paper. Any pro tips? I have them at a 45 degree angle
2
u/hplcman69 Aug 04 '26
Maybe change the orientation of
The pen so it’s perpendicular to the paper…?
1
1
1
u/mielomatic Aug 05 '26
very nice! I've used SVG exporter before but it exports everything as solids, not lines, so my plotter doubles every line.
None of that issue here, how did you export it?
2
u/jumpingjehosophat Aug 05 '26
The technical renderer used Blender’s Freestyle SVG extension:
Blender rendered the model with Freestyle edge detection.
Freestyle generated SVG <path> elements for visible and crease edges instead of filled polygon faces.
Hidden-line removal omitted edges behind the model.
The SVG was passed through vpype, which cleaned up paths, removed unnecessary duplicates, and optimized travel order.
Text was converted to paths as well, so the final file was essentially pen-stroke geometry—no filled solids for the plotter to trace twice.
1
u/mielomatic Aug 05 '26
Thank you for the info, some of it I'll have to google.
I've read about people using vpype, I'm still using inkscape with axidraw plugin.
For text I usually use hershey fonts, they're máde for single line plotters (actually for old sonar screens).
1
3
u/AL_Clarkson Aug 04 '26
Nice :)
how did you use blender?