Laser Cutter Techniques: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
== Text ==
== Text ==


[[File:inkscape-text.png]]
[[File:Inkscape-text.png]]


When typing text into inkscape, it is not automatically a vector format.  When importing to RDWords, the file will be empty.
When typing text into inkscape, it is not automatically a vector format.  When importing to RDWords, the file will be empty.

Revision as of 00:13, 10 November 2018

Intro

Using the laser cutter to cut out a vector image is straight forward. this page shows various techniques for cutting non-vector objects such as text or raster images focussing on using inkscape.

Paths

Most machines which run from vector files use paths. A math is basically any line, straight or curved, which has a start point, a direction, and an end point. This can be translated directly into codes the controller can follow. It tells the controller where to position the laser, when to start firing the laser, where to draw and where to stop the laser. Our laser cutter does not use g-code, but g-code is the defacto standard for machine controlled motion.

Text

Error creating thumbnail: Unable to save thumbnail to destination

When typing text into inkscape, it is not automatically a vector format. When importing to RDWords, the file will be empty.

To make the text vector, select all and use the Path menu and select Object to Path.

Error creating thumbnail: Unable to save thumbnail to destination

When you open the Object dialog, you'll see a large number of paths. Each character inthe text is made of multiple strokes, which are paths, which is what is needed.