04/2026 updates

This commit is contained in:
2026-05-11 07:59:21 +02:00
parent 2b662fb655
commit 5dced2efe0
62 changed files with 300061 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
include <BOSL2/std.scad>
module jetson() {
color("green", alpha=.5) cuboid([104,91,10], rounding=3, edges=[FWD+RIGHT,FWD+LEFT,BACK+RIGHT,BACK+LEFT]);
}
*jetson();