90e42b3902
added openscad file for the left halfs case
9 lines
229 B
OpenSCAD
9 lines
229 B
OpenSCAD
$fa = 0.01;
|
|
$fs = 0.01;
|
|
|
|
//import("../pcb-left/output/pcb-left-Edge_Cuts.dxf");
|
|
//linear_extrude(height=10, center=true)
|
|
linear_extrude(height=1.6)
|
|
projection(cut=true)
|
|
import(file="../plate/output/plate-Edge_Cuts.dxf");
|