How to create G-Code from Text
We will use Inkscape to create SVG Graphics to render our text.
This SVG graphic will be imported into Freecad to render G-Code
path information.
This Code will be used with UCS (Universal G-Code Sender) to be forwarded
to our CNC machine.
Create text graphic using Inkscape
- Open Inkscape. This HowTo uses Inkscape version 1.2
- Select new document
- Select text tool, write your text.
- Press "Path --> Object to path" from the menu bar.
- Save the file.
Create G-Code from Freecad
- Open FreeCad. This HowTo uses FreeCad version 0.20.2
- Select "Drawing" bench and click "New".
- Click "File" --> "Import"; select the file you created.
- Choose "SVG as geometry" and not "Drawing".