1 2 3 4 5 6 7 8 9 10 11 12 13 14
include <_settings.scad> render(convexity = 10) { union() { linear_extrude(plate_height) difference() { import("example.dxf", layer = "base"); import("example.dxf", layer = "text"); } linear_extrude(struts_height) import("example.dxf", layer = "struts"); } }