@@ -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() = [
+ [
+];
@@ -0,0 +1,10 @@
+include <../config/plate.scad>
+include <ATX.scad>
+module plate_shape() {
+}
+module plate_object() {
@@ -0,0 +1 @@
@@ -0,0 +1,4 @@
+include <../assets/plate.scad>
+$fn = 100;
+plate_object();