From zero to STL in five minutes
Your first sign, start to finish, without touching anything odd.
We start with the one that covers the whole journey. The rest are on the way, and they come out of what people actually ask — if you get stuck on something, tell me and that will be the next one.
The whole path in one video: you set up the reference with your bed measurements, draw the single stroke in CorelDRAW, export it as SVG, run it through the generator and download the STL ready to slice. If it is your first time, start here and you won't need anything else.
beginner level
A one metre sign does not fit a 22 centimetre bed, and you don't need to buy another printer: you split it. Here you will see how to cut it into 2, 3 or 4 parts, placing the joint where it won't show, with the warning of whether each part fits and the download with every piece already separated.
intermediate level
The generator needs a drawing made of lines, not filled shapes. That's the only requirement, and it's where nearly everyone gets stuck the first time. Here's the whole thing, with the trap each program sets for you.
Think of the mark a marker pen leaves: it has a path, not a surface. That's what the engine needs, because it sets the channel width itself based on your neonflex. Send it a closed shape — the outline of a filled letter, a circle, text converted to curves — and it reads it as a surface and hands it back solid.
They all do the same thing under different names: they turn your line into a filled shape with an outline around it. It's the button people press out of habit, and it's exactly the one to leave alone. The generator adds the thickness itself.
| Program | Don't use this | Export like this |
|---|---|---|
| Illustrator | Object > Expand · Ctrl+J to join · Image Trace | Export As > SVG, with presentation attributes styling |
| Affinity Designer | Layer > Expand Stroke | File > Export > SVG (for export) |
| CorelDRAW | Object > Outline > Break outline apart | Export > SVG |
| Inkscape | Path > Stroke to Path | Save As > Plain SVG |
And in any of them: text typed in a normal font won't work. Converting it to curves gives you closed outlines. You have to redraw it by hand or use a single-line font.
Drop your SVG here and it tells you, path by path, which come out open and which closed. It's exactly what the engine sees, so if it says they're all open, it works.
Check my SVGWithout any tools: open the SVG file in Notepad and look for the letter Z. Every Z is a closed path.
An O, a zero or a circle are closed by nature and there's no way to draw them open. That's what the «Split closed curves in two» checkbox in the generator is for: it cuts them into two arcs automatically, which is what you'd do by hand with the scissors. You don't have to cut them yourself.
Write to me and we'll look at it. Most of the time it is a detail in the SVG and it is sorted in two minutes — and if the question comes up again, it becomes the next video.