Bed David

This commit is contained in:
wardwouts 2026-03-21 10:46:44 +01:00
parent 3786b1ee9e
commit 850333ea1b
13 changed files with 1215 additions and 5 deletions

3
Bed_David/partlist.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
openscad -o blup.dxf assembly.scad 2>&1|grep '####'|sort|awk 'BEGIN{count=0;prevline=""}{if(prevline == $0){count += 1} else {print(count, "x ", prevline);count=1;prevline=$0; }}END{print(count, "x ", prevline)}'