This commit is contained in:
breitenbach76 2026-06-10 07:43:48 +02:00
parent 9075692196
commit e06a717e4b
24 changed files with 270 additions and 7 deletions

View file

@ -0,0 +1,7 @@
// Phasenmodell alle 5 Teile zusammengesetzt (Vorschau/Kontrolle, nicht zum Druck).
use <phasenmodell-common.scad>
phase_part("seg_design.svg", "#2f80c9");
phase_part("seg_transition.svg", "#e8862b");
phase_part("seg_operation.svg", "#2f9e57");
phase_part("seg_support.svg", "#18a9a0");
phase_part("seg_review.svg", "#8358c6");