From 1abe125a3088e8f439539c95fb93b2bf1958adb1 Mon Sep 17 00:00:00 2001 From: zegonix Date: Tue, 10 Sep 2024 17:30:00 +0200 Subject: [PATCH] stuff --- case-left/case-left.scad | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/case-left/case-left.scad b/case-left/case-left.scad index 92c3d4b..8b0f459 100644 --- a/case-left/case-left.scad +++ b/case-left/case-left.scad @@ -1,8 +1,9 @@ -$fa = 0.01; -$fs = 0.01; +$fa = 0.1; +$fs = 0.1; //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"); +translate([-140, 80, 0]) +linear_extrude(height=1.6, center=true, convexity=10) + import(file="../plate/output/plate-Edge_Cuts.svg"); +