more doc moving
authorVáclav 'Ax' Hůla <axtheb@gmail.com>
Thu, 14 Jun 2012 14:04:03 +0000 (16:04 +0200)
committerVáclav 'Ax' Hůla <axtheb@gmail.com>
Thu, 14 Jun 2012 14:04:03 +0000 (16:04 +0200)
README
doc/complete-printer.scad
doc/manual.txt [moved from manual.txt with 100% similarity]

diff --git a/README b/README
index f1036bd..e4d9433 100644 (file)
--- a/README
+++ b/README
@@ -10,4 +10,5 @@ RP every .scad in this directory (except complete-printer) once.
 Aim for 0.3mm layers and 2.2 extrusion width (width over thickness),
 for 0.66mm stroke width. Printer is tested at this setting.
 
-Using complete-printer.scad as a visual clue, build the printer.
+Using doc/complete-printer.scad as a visual clue and doc/manual.txt as a
+guide, build the printer.
index 8277ed1..6a246f4 100644 (file)
@@ -5,9 +5,9 @@
 // http://www.reprap.org/wiki/Prusa_Mendel
 // http://github.com/prusajr/PrusaMendel
 
-include <configuration.scad>
-use <y-driverain.scad>
-use <y-axis-corner.scad>
+include <../configuration.scad>
+use <../y-driverain.scad>
+use <../y-axis-corner.scad>
 
 //motor and idler holding parts
 translate([70,10,0]) rotate([0,90,0]) rotate([0,0,90]) motorholder();
similarity index 100%
rename from manual.txt
rename to doc/manual.txt