From d087518cfbd88bad525004c56d22811ca29a2180 Mon Sep 17 00:00:00 2001 From: pawl Date: Sat, 24 Mar 2012 20:11:46 -0500 Subject: [PATCH 1/5] Update src/parts/reprap.tdoc --- src/parts/reprap.tdoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/parts/reprap.tdoc b/src/parts/reprap.tdoc index a12f688..fbe128f 100644 --- a/src/parts/reprap.tdoc +++ b/src/parts/reprap.tdoc @@ -2,7 +2,9 @@ * These parts complete the printed part BOM * @name Temporary entry * @assembled - * @using 4 coupling + * @using 2 coupling + * @using 3 endstop-holder + * @using 2 pulley * @id temp */ @@ -32,7 +34,7 @@ * @using 1 frame * @using 1 y-axis * @using 1 y-motor-bracket - * @using 1 z-motor-mount + * @using 2 z-motor-mount * @using 1 rod-clamp * @id frame-with-y */ @@ -51,6 +53,8 @@ * Assembled Y axis * @name Y axis * @assembled + * @using 2 belt-clamp-nut-holder + * @using 2 belt-clamp * @using 3 y-bearing * @id y-axis */ From 717401b75ade8f65559e3c5de80b73acd1d2b829 Mon Sep 17 00:00:00 2001 From: pawl Date: Sun, 25 Mar 2012 07:39:38 -0500 Subject: [PATCH 2/5] Update src/parts/reprap.tdoc --- src/parts/reprap.tdoc | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/src/parts/reprap.tdoc b/src/parts/reprap.tdoc index fbe128f..0fd8fd9 100644 --- a/src/parts/reprap.tdoc +++ b/src/parts/reprap.tdoc @@ -1,13 +1,3 @@ -/** - * These parts complete the printed part BOM - * @name Temporary entry - * @assembled - * @using 2 coupling - * @using 3 endstop-holder - * @using 2 pulley - * @id temp - */ - /** * Prusa Mendel is simplified version of Mendel form RepRap project. RepRap is open source 3D printer. * @name Prusa Mendel iteration 2 @@ -34,8 +24,6 @@ * @using 1 frame * @using 1 y-axis * @using 1 y-motor-bracket - * @using 2 z-motor-mount - * @using 1 rod-clamp * @id frame-with-y */ @@ -43,9 +31,9 @@ * Assembled XZ axis * @name XZ axis * @assembled - * @using 4 frame-vertex-foot - * @using 2 frame-vertex - * @using 8 bar-clamp + * @using 2 rod-clamp + * @using 2 bar-clamp + * @using 2 z-motor-mount * @id xz-axis */ @@ -55,6 +43,7 @@ * @assembled * @using 2 belt-clamp-nut-holder * @using 2 belt-clamp + * @using y-belt * @using 3 y-bearing * @id y-axis */ @@ -65,17 +54,18 @@ * @name Frame * @assembled * @using 2 frame-triangle - * @using 6 bar-clamp + * @using 2 bar-clamp * @id frame */ /** - * Two triangle parts which will later form a frame. + * Assembling the two triangle parts which will later form the frame. * @name Frame triangle * @assembled - * @using 2 frame-vertex-foot - * @using 1 frame-vertex - * @using 1 bar-clamp + * @using 4 frame-vertex-foot + * @using 6 side-threaded-rod + * @using 2 frame-vertex + * @using 2 bar-clamp * @id frame-triangle * @step Take one of the 370mm threaded rods, and slip an M8 washer onto the middle of it. * @step Take the RP bar clamp (the U-shaped bit with the two holes) and slide the threaded rod through the two holes until the clamp sits next to the washer. @@ -100,6 +90,7 @@ * @name Carriage * @assembled * @using 2 belt-clamp + * @using x-belt * @using 1 x-carriage * @id carriage */ @@ -112,6 +103,7 @@ * @assembled * @using 1 x-end-idler * @using 1 x-end-motor + * @using x-smooth-rod * @using 1 carriage */ From c64396b97ea51856be012e2010573e0212cc68f2 Mon Sep 17 00:00:00 2001 From: pawl Date: Sun, 25 Mar 2012 18:05:21 -0500 Subject: [PATCH 3/5] Update src/parts/reprap.tdoc --- src/parts/reprap.tdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/parts/reprap.tdoc b/src/parts/reprap.tdoc index 0fd8fd9..428ecc7 100644 --- a/src/parts/reprap.tdoc +++ b/src/parts/reprap.tdoc @@ -33,6 +33,9 @@ * @assembled * @using 2 rod-clamp * @using 2 bar-clamp + * @using 2 leadscrews + * @using 4 coupling + * @using 2 z-smooth-rod * @using 2 z-motor-mount * @id xz-axis */ @@ -55,6 +58,7 @@ * @assembled * @using 2 frame-triangle * @using 2 bar-clamp + * @using 2 y-smooth-rod * @id frame */ From cb1b5d47f5c1742631a3abc8737d7fedfde31cd7 Mon Sep 17 00:00:00 2001 From: Paul Brown Date: Sun, 25 Mar 2012 20:09:55 -0500 Subject: [PATCH 4/5] Added machined-coupling.tdoc to allow --- src/parts/machined-coupling.tdoc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/parts/machined-coupling.tdoc diff --git a/src/parts/machined-coupling.tdoc b/src/parts/machined-coupling.tdoc new file mode 100644 index 0000000..b0ac726 --- /dev/null +++ b/src/parts/machined-coupling.tdoc @@ -0,0 +1,5 @@ + /** + * @id coupling + * @name Coupling (machined) + * @category Vitamin + */ \ No newline at end of file From 484e3cfae51407ebf59e5c9cafbd1fbc2d53e8df Mon Sep 17 00:00:00 2001 From: pawl Date: Sun, 25 Mar 2012 20:34:54 -0500 Subject: [PATCH 5/5] Update src/parts/reprap.tdoc --- src/parts/reprap.tdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/parts/reprap.tdoc b/src/parts/reprap.tdoc index 428ecc7..bb59cdd 100644 --- a/src/parts/reprap.tdoc +++ b/src/parts/reprap.tdoc @@ -14,6 +14,7 @@ * @name Frame with axes * @assembled * @using 1 frame-with-y + * @using 3 endstop-holder * @id frame-with-axes */ @@ -57,7 +58,7 @@ * @name Frame * @assembled * @using 2 frame-triangle - * @using 2 bar-clamp + * @using 4 bar-clamp * @using 2 y-smooth-rod * @id frame */