Generating GCode from SVG

Can I send my model from Inkscape directly to my 3D printer? - 2D printing on a 3D printer

JSCut

To avoid having to use inkscape’s useless g code generator extension you can use JSCut.

Using Openscad

It’s possible to import svg in openscad and then export as stl once transformed with linear extrude

There is also a plugin to export directly to openscad / thingiverse

caption

From Inkscape

G1 Z0.5 F1200;
G1 Z5.5 F1200;
G28
G90
G0 Z20
M117 Deploy Pen NOW! 10
G4 P1000
M117 Deploy Pen NOW! 9
G4 P1000
M117 Deploy Pen NOW! 8
G4 P1000
M117 Deploy Pen NOW! 7
G4 P1000
M117 Deploy Pen NOW! 6
G4 P1000
M117 Deploy Pen NOW! 5
G4 P1000
M117 Deploy Pen NOW! 4
G4 P1000
M117 Deploy Pen NOW! 3
G4 P1000
M117 Deploy Pen NOW! 2
G4 P1000
M117 Deploy Pen NOW! 1
G4 P1000
M117 Drawing..
G0 Z20
G28 X0 Y0
M18

3D Printer CNC

Written on November 16, 2021, Last update on November 20, 2021
svg gcode 3dprint inkscape openscad