Add top level readme, rename single_plate
[clinton/prusa3.git] / old_single_plate / configuration.scad-dist
CommitLineData
9b0768fc 1x_rod_distance = 45;
ac040094
AR
2
3// Select your belt type ******************************************************
4
5//T2.5
6belt_tooth_distance = 2.5;
7belt_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;
81aeaf15
AR
20
21// Select your hot-end mount ******************************************************
22
23// 0 = none; 1 = groove-mount (J-head/MakerGear etc.)
24hotend_mount = 1;
25
26hotend_groovemount_depth = 5;
27hotend_groovemount_diameter = 16;