dvd_bounce/dvdlogo.scad

5 lines
139 B
OpenSCAD
Raw Normal View History

2021-07-25 20:51:10 +00:00
translate ([-30,-15,0]) {
linear_extrude(height = 12, center = true, convexity = 40) {
import (file = "dvdlogo-08.svg");
}
}