Revert "Add top level readme, rename single_plate"
[clinton/prusa3.git] / single_plate / configuration.scad-dist
diff --git a/single_plate/configuration.scad-dist b/single_plate/configuration.scad-dist
new file mode 100644 (file)
index 0000000..5585bba
--- /dev/null
@@ -0,0 +1,27 @@
+x_rod_distance = 45;
+
+// Select your belt type ******************************************************
+
+//T2.5
+belt_tooth_distance = 2.5;
+belt_tooth_ratio = 0.5;
+
+//T5 (strongly discouraged)
+//belt_tooth_distance = 5;
+//belt_tooth_ratio = 0.75;
+
+//HTD3
+//belt_tooth_distance = 3;
+//belt_tooth_ratio = 0.75;
+
+//MXL
+//belt_tooth_distance = 2.032;
+//belt_tooth_ratio = 0.64;
+
+// Select your hot-end mount ******************************************************
+
+// 0 = none; 1 = groove-mount (J-head/MakerGear etc.)
+hotend_mount = 1;
+
+hotend_groovemount_depth = 5;
+hotend_groovemount_diameter = 16;