Cixo 1 жил өмнө
parent
commit
c30deb5e1e

+ 7 - 0
assets/ATX.scad

@@ -0,0 +1,7 @@
+function MINI_ITX_SIZE() = [170, 170];
+function MICRO_ATX_SIZE() = [244, 244];
+function ATX_SIZE() = [305, 244];
+
+function MINI_ITX_HOLES() = [
+    [
+];

+ 10 - 0
assets/plate.scad

@@ -0,0 +1,10 @@
+include <../config/plate.scad>
+include <ATX.scad>
+
+module plate_shape() {
+
+}
+
+module plate_object() {
+    
+}

+ 1 - 0
config/plate.scad

@@ -0,0 +1 @@
+

+ 4 - 0
renders/plate.scad

@@ -0,0 +1,4 @@
+include <../assets/plate.scad>
+
+$fn = 100;
+plate_object();