Revert "reduced size to make holes line up with the single plate y-axis"
[clinton/prusa3.git] / old_single_plate / configuration.scad-dist
1 x_rod_distance = 45;
2
3 // Select your belt type ******************************************************
4
5 //T2.5
6 belt_tooth_distance = 2.5;
7 belt_tooth_ratio = 0.5;
8
9 //T5 (strongly discouraged)
10 //belt_tooth_distance = 5;
11 //belt_tooth_ratio = 0.75;
12
13 //HTD3
14 //belt_tooth_distance = 3;
15 //belt_tooth_ratio = 0.75;
16
17 //MXL
18 //belt_tooth_distance = 2.032;
19 //belt_tooth_ratio = 0.64;
20
21 // Select your hot-end mount ******************************************************
22
23 // 0 = none; 1 = groove-mount (J-head/MakerGear etc.)
24 hotend_mount = 1;
25
26 hotend_groovemount_depth = 5;
27 hotend_groovemount_diameter = 16;