Adding basic ThingDoc entries for printed parts
authorThav <thavilden@gmail.com>
Mon, 28 Oct 2013 10:46:35 +0000 (06:46 -0400)
committerThav <thavilden@gmail.com>
Mon, 28 Oct 2013 10:46:35 +0000 (06:46 -0400)
box_frame/bushing.scad
box_frame/common.tdoc
box_frame/inc/bearing-guide.scad
box_frame/x-carriage.scad
box_frame/x-end.scad
box_frame/y-axis-bracket.scad
box_frame/y-axis-corner.scad
box_frame/y-belt-holder.scad
box_frame/y-drivetrain.scad
box_frame/z-axis.scad

index b540888..8cb3700 100644 (file)
@@ -6,6 +6,13 @@
 // http://www.reprap.org/wiki/Prusa_Mendel
 // http://github.com/josefprusa/Prusa3
 
+// ThingDoc entry
+/**
+ * @id yBearingHolder
+ * @name Y Axis Bearing Holder
+ * @category Printed
+ */
 include <configuration.scad>
 
 // ensure that the part length is at least the length of bushing barrel plus add
index 1cf0f62..8227b4a 100644 (file)
  * @common
  * @id NEMA17
  */
\ No newline at end of file
index 43199e0..5bdd6c3 100644 (file)
@@ -7,9 +7,9 @@
 // http://www.reprap.org/wiki/Prusa_Mendel
 // http://github.com/josefprusa/Prusa3
 
-
+// ThingDoc entry
 /**
- * Helps to hold belt aligned on the bearing.
+ * @description Helps to hold belt aligned on the bearing.
  * @id bearing-guide
  * @name Bearing guide
  * @category Printed
index 2dbc0f4..cef2e67 100644 (file)
@@ -6,6 +6,13 @@
 // http://www.reprap.org/wiki/Prusa_Mendel
 // http://github.com/josefprusa/Prusa3
 
+// ThingDoc entry
+/**
+ * @id xCarriage
+ * @name X Axis Extruder Carriage
+ * @category Printed
+ */
+
 include <configuration.scad>
 use <bushing.scad>
 // mounting plate
index c351545..e89324d 100644 (file)
@@ -6,6 +6,19 @@
 // http://www.reprap.org/wiki/Prusa_Mendel
 // http://github.com/josefprusa/Prusa3
 
+// ThingDoc entry
+/**
+ * @id xMotorEnd
+ * @name X Axis Motor End
+ * @category Printed
+ */
+/**
+ * @id xIdlerEnd
+ * @name X Axis Idler End
+ * @category Printed
+ */
 include <configuration.scad>
 use <bushing.scad>
 use <inc/bearing-guide.scad>
index 1b80216..ee6bb47 100644 (file)
@@ -1,3 +1,18 @@
+// PRUSA iteration3
+// Y frame brackets
+// GNU GPL v3
+// Josef Průša <josefprusa@me.com>
+// Václav 'ax' Hůla <axtheb@gmail.com>
+// http://www.reprap.org/wiki/Prusa_Mendel
+// http://github.com/josefprusa/Prusa3
+
+// ThingDoc entry
+/**
+ * @id yFrameBracket
+ * @name Y Axis Frame Bracket
+ * @category Printed
+ */
 include <configuration.scad>
 
 module bolt_track(width, length, height) {
index 46f3cf0..27bbf32 100644 (file)
@@ -6,6 +6,13 @@
 // http://www.reprap.org/wiki/Prusa_Mendel
 // http://github.com/josefprusa/Prusa3
 
+// ThingDoc entry
+/**
+ * @id yCorner
+ * @name Y Axis Corner
+ * @category Printed
+ */
 include <configuration.scad>
 use <y-drivetrain.scad>
 
index e57213d..e376656 100644 (file)
@@ -6,6 +6,13 @@
 // http://www.reprap.org/wiki/Prusa_Mendel
 // http://github.com/josefprusa/Prusa3
 
+// ThingDoc entry
+/**
+ * @id yBeltClamp
+ * @name Y Belt Holder
+ * @category Printed
+ */
 include <configuration.scad>
 
 module y_belt_holder(len=40) {
index 26c459d..2d88ba7 100644 (file)
@@ -6,6 +6,19 @@
 // http://www.reprap.org/wiki/Prusa_Mendel
 // http://github.com/josefprusa/Prusa3
 
+// ThingDoc entry
+/**
+ * @id yMotorHolder
+ * @name Y Axis Motor Holder
+ * @category Printed
+ */
+/**
+ * @yIdler
+ * @name Y Axis Belt Idler
+ * @category Printed
+ */ 
 include <configuration.scad>
 use <inc/bearing-guide.scad>
 
index c2a61d9..41735d8 100644 (file)
@@ -6,6 +6,19 @@
 // http://www.reprap.org/wiki/Prusa_Mendel
 // http://github.com/josefprusa/Prusa3
 
+// ThingDoc entries
+/**
+ * @id zMotorHolder
+ * @name Z Axis Motor Holder
+ * @category Printed
+ */
+/**
+ * @id zRodHolder
+ * @name Z Axis Rod Holder
+ * @category Printed
+ */
 include <configuration.scad>
 
 module zmotorholder(thickness=(i_am_box == 0 ? 38 : 23), bottom_thickness=5){