Kreissegment überarbeitet

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-12 15:16:17 +01:00
parent 0927566ef8
commit 43e5da57b2
2 changed files with 57 additions and 41 deletions

View File

@@ -1,2 +1,18 @@
border_height = 15;
imprint_height = 11;
scale_by = 0.3;
factor = [scale_by,scale_by,scale_by];
linear_extrude(height=imprint_height)
scale(factor)
translate([-0.8,2,0])
import("imprint-polyline.svg", center = true); import("imprint-polyline.svg", center = true);
import("outline-polyline.svg", center = true);
linear_extrude(height=border_height)
scale(factor)
import("outline-polyline.svg", center = true);
linear_extrude(height=1)
scale(factor)
import("scale-down.svg", center = true);

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB