summaryrefslogtreecommitdiff
path: root/src/example_1.scad
blob: b6e8931486ae05171cf40c999d1f26c993492bec (plain)
1
2
3
4
5
6
include <_settings.scad>

render(convexity = 10) {
	linear_extrude(plate_height)
		import("example.dxf", layer = "text");
}