diff --git a/bar-clamp.scad b/bar-clamp.scad index f5dd785..4df4791 100644 --- a/bar-clamp.scad +++ b/bar-clamp.scad @@ -11,6 +11,7 @@ include /** + * @id bar-clamp * @name Bar clamp * @category Printed * @using 2 m8nut diff --git a/belt-clamp.scad b/belt-clamp.scad index e87c833..f06e34e 100644 --- a/belt-clamp.scad +++ b/belt-clamp.scad @@ -10,6 +10,7 @@ include /** + * @id belt-clamp * @name Belt clamp * @category Printed */ diff --git a/bushing.scad b/bushing.scad index 2049f41..4eed1f2 100644 --- a/bushing.scad +++ b/bushing.scad @@ -10,6 +10,7 @@ include /** + * @id bushing * @name Bushing * @category Printed * @link bushing diff --git a/calibration.scad b/calibration.scad index aaa2fbe..ce6f9ee 100644 --- a/calibration.scad +++ b/calibration.scad @@ -9,7 +9,8 @@ include /** - *@name Configuration test + * @id calibration + * @name Configuration test */ module configurationtest(){ difference(){ diff --git a/coupling.scad b/coupling.scad index 4dfd083..a998071 100644 --- a/coupling.scad +++ b/coupling.scad @@ -14,6 +14,7 @@ include /** + * @id coupling * @name Coupling * @category Printed * @using 1 m3x25 diff --git a/endstop-holder.scad b/endstop-holder.scad index bce3c80..0312dc1 100644 --- a/endstop-holder.scad +++ b/endstop-holder.scad @@ -11,6 +11,7 @@ include /** + * @id endstop-holder * @name Endstop holder * @category Printed * @using 1 m3x20 diff --git a/frame-vertex.scad b/frame-vertex.scad index e42f0e2..4008376 100644 --- a/frame-vertex.scad +++ b/frame-vertex.scad @@ -37,6 +37,7 @@ module teardrop (r=8,h=20) vfvertex_height=m8_diameter+4.5; /** + * @id frame-vertex * @name Frame vertex * @category Printed * @link frame-vertex @@ -44,6 +45,7 @@ vfvertex_height=m8_diameter+4.5; * @using 8 m8washer */ /** + * @id frame-vertex-foot * @name Frame vertex with foot * @category Printed * @link frame-vertex-foot diff --git a/pla-bushing.scad b/pla-bushing.scad index 34c12e5..cb0dca5 100644 --- a/pla-bushing.scad +++ b/pla-bushing.scad @@ -21,10 +21,10 @@ include /** + * @id bushing * @name Bushing * @category Printed - * @link bushing - */ + */ rodsize = bushing_rodsize; outerDiameter = bushing_outerDiameter; diff --git a/pulley.scad b/pulley.scad index 7e20282..d509ad4 100644 --- a/pulley.scad +++ b/pulley.scad @@ -5,6 +5,7 @@ include /** + * @id pulley * @name Pulley * @category Printed * @using 1 m3nut diff --git a/reprap.tdoc b/reprap.tdoc index c38e378..ba5d9e6 100644 --- a/reprap.tdoc +++ b/reprap.tdoc @@ -23,7 +23,7 @@ * @using 4 frame-vertex-foot * @using 2 frame-vertex * @using 8 bar-clamp - * @link frame + * @id frame */ /** @@ -32,54 +32,54 @@ * @common * @name M8 nut * @category Nuts&bolts - * @link m8nut + * @id m8nut */ /** * @name M8 washer * @common * @category Nuts&bolts - * @link m8washer + * @id m8washer */ /** * @name M8 spring * @common * @category Nuts&bolts - * @link m8spring + * @id m8spring */ /** * @name M3 nut * @common * @category Nuts&bolts - * @link m3nut + * @id m3nut */ /** * @name M3 washer * @common * @category Nuts&bolts - * @link m3washer + * @id m3washer */ /** * @name M3 10mm screw * @common * @category Nuts&bolts - * @link m3x10 + * @id m3x10 */ /** * @name M3 20mm screw * @common * @category Nuts&bolts - * @link m3x20 + * @id m3x20 */ /** * @name M3 25mm screw * @common * @category Nuts&bolts - * @link m3x25 + * @id m3x25 */ diff --git a/rod-clamp.scad b/rod-clamp.scad index 8f1ebe8..b0ec964 100644 --- a/rod-clamp.scad +++ b/rod-clamp.scad @@ -11,9 +11,10 @@ include /** + * @id rod-clamp * @name Rod clamp * @category Printed - */ + */ module rodclamp(){ translate([0,0,5]) difference(){ diff --git a/x-carriage.scad b/x-carriage.scad index d2009fb..7b8e09a 100644 --- a/x-carriage.scad +++ b/x-carriage.scad @@ -11,6 +11,7 @@ include /** + * @id x-carriage * @name X carriage * @category Printed * @using 2 m4nut diff --git a/x-end-idler.scad b/x-end-idler.scad index 233dc7b..78c9582 100644 --- a/x-end-idler.scad +++ b/x-end-idler.scad @@ -11,6 +11,7 @@ include corection = 1.17; /** + * @id x-end-idler * @name X end idler * @category Printed * @using 1 m8spring diff --git a/x-end-motor.scad b/x-end-motor.scad index 7d29872..0ae2a11 100644 --- a/x-end-motor.scad +++ b/x-end-motor.scad @@ -11,6 +11,7 @@ include corection = 1.17; /** + * @id x-end-motor * @name X end motor * @category Printed * @using 2 bushing @@ -18,7 +19,7 @@ corection = 1.17; * @using 4 m3washer * @using 1 m8spring * @using 2 m8nut - */ + */ diff --git a/y-bushing.scad b/y-bushing.scad index a767405..2c43116 100644 --- a/y-bushing.scad +++ b/y-bushing.scad @@ -11,6 +11,7 @@ include /** + * @id y-bushing * @name Y bushing * @category Printed * @using 4 m3washer diff --git a/ybrac-t.scad b/ybrac-t.scad index ab4a989..24f1a66 100644 --- a/ybrac-t.scad +++ b/ybrac-t.scad @@ -10,12 +10,13 @@ include /** + * @id y-motor-bracket * @name Y motor bracket * @link y-motor-bracket * @category Printed * @using 3 m3washer * @using 3 m3x10 - */ + */ module ybract(){ difference(){ diff --git a/z-motor-mount.scad b/z-motor-mount.scad index 637881e..277df48 100644 --- a/z-motor-mount.scad +++ b/z-motor-mount.scad @@ -10,6 +10,7 @@ include /** + * @id z-motor-mount * @name Z motor mount * @category Printed * @using 2 m3x25