MakerWorld
Other Tools
Go to Model
SVG image extruder
28
Downloads
7
Likes
2
Makes
This script allows you to take a 2D SVG image (for example, a logo, icon, or simple vector shape) and extrude it into 3D.You can also place it on top of a background plate to create badges, nameplates, keychains, etc.๐น How it worksThe script loads your SVG file and scales it to a specified width (in millimeters).You define the aspect ratio of your SVG (height รท width) so the script knows how tall to make the background plate.The foreground (your SVG) and the background (optional rectangle plate) are extruded separately, so you can control their thickness and preview them in different colors.๐น Preparing your SVGYour SVG should be pure vector paths (no strokes, filters, text, or clipping masks).In Inkscape: select everything โ Path โธ Object to Path.For stroked lines: use Path โธ Stroke to Path.Merge overlapping shapes with Path โธ Union.Look at your SVGโs <svg> tag or viewBox to find the width and height values.Compute ASPECT_RATIO = height รท width.Example: if viewBox = 0 0 200 100, then
GrayLite also publishes on
50 additional models across 1 more platforms
Did you print this model? Sign in and share your make!
Sign in to leave a comment
Sign inNo comments yet โ be the first!