forked from GregFrost/PrusaMendel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreprap.tdoc
85 lines (76 loc) · 1.29 KB
/
reprap.tdoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/**
* Prusa Mendel is machine from RepRap project. RepRap is open source 3D printer.
* @name Prusa Mendel
* @root
* @assembly Assembly info
* @using 2 coupling
* @using 3 endstop-holder
* @using 1 x-carriage
* @using 1 x-end-idler
* @using 1 x-end-motor
* @using 1 y-motor-bracket
* @using 2 z-motor-mount
* @using 4 belt-clamp
* @using 2 rod-clamp
* @using 2 pulley
* @using 1 frame
*/
/**
* Frame for adding all of the other parts
* @name Frame
* @assembled
* @using 4 frame-vertex-foot
* @using 2 frame-vertex
* @using 8 bar-clamp
* @link frame
*/
/**
* Simple M8 nut or 5/16 in imperial variant.
* also can be used for other screwing things :-D
* @common
* @name M8 nut
* @category Nuts&bolts
* @link m8nut
*/
/**
* @name M8 washer
* @common
* @category Nuts&bolts
* @link m8washer
*/
/**
* @name M8 spring
* @common
* @category Nuts&bolts
* @link m8spring
*/
/**
* @name M3 nut
* @common
* @category Nuts&bolts
* @link m3nut
*/
/**
* @name M3 washer
* @common
* @category Nuts&bolts
* @link m3washer
*/
/**
* @name M3 10mm screw
* @common
* @category Nuts&bolts
* @link m3x10
*/
/**
* @name M3 20mm screw
* @common
* @category Nuts&bolts
* @link m3x20
*/
/**
* @name M3 25mm screw
* @common
* @category Nuts&bolts
* @link m3x25
*/