chiark / gitweb /
Makefile work in own dir again
[reprap-play.git] / INSTRUCTIONS
1 To print:
2
3  * Turn on printer and connect computer.
4  * Start pronterface
5      cd /home/reprap/reprappro-software.git/
6      ./pronterface.py 
7  * Select "connect" (make sure it's ttyUSB0 115200),
8    wait for printer to connect
9  * Turn on the hotend and bed heaters
10  * Remove MicroSD card from printer and copy the file to it
11    (give it an 8.3 filename ending in .G)
12  * Insert MicroSD card back into printer
13  * Wait for bed (and hotend) to get up to temperature
14  * If there's lots of ooze, pick off nozzle with fine-nosed pliers
15  * "SD" / "Print", select the file you uploaded earlier
16  * Watch while it starts and make sure that the skirt sticks to
17    printbed and nothing gets tangled
18  * Check that filament feed path from feedstock coil looks good.
19
20 ------------------------------------------------------------
21
22 make these symlinks
23 ~/.pronsolerc -> /home/ian/things/Reprap/play/pronsolerc (adjust to taste)
24
25 openscad - use wheezy
26 ie
27   schroot -pc wheezy
28      openscad
29 or
30   schroot -pc wheezy openscad
31
32 Slic3r - is from slic3r-linux-x86-0-9-1.tar.gz
33
34 repsnapper - only used this so far for its gcode viewer
35
36 ------------------------------------------------------------
37
38 firmware upgrade:
39
40  firmware is in marlin.git#iwj and works with make
41    various other firmwares for comparison only
42     sprinter-reprappro.git sprinter.git
43  produces Marlin.hex
44  depends on stuff in arduino-0022 (doesn't work with other arduino
45    versions, incompatible)
46  program with
47    avrdude -b 38400 -v -P /dev/ttyUSB0 -p atmega644P -c arduino -U flash:w:Marlin.hex
48  needs the reset jumper (which is right next to the mcu) fitted