chiark / gitweb /
trackpump-mutlihead-clip: wip
[reprap-play.git] / Huxley-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  /home/reprap/Slic3r/bin/slic3r --load /home/reprap/play/slic3r-config.ini --ignore-nonexistent-config
34
35 repsnapper - only used this so far for its gcode viewer
36
37 ------------------------------------------------------------
38
39 firmware upgrade:
40
41  firmware is in marlin.git#iwj and works with make
42    various other firmwares for comparison only
43     sprinter-reprappro.git sprinter.git
44  produces Marlin.hex
45  depends on stuff in arduino-0022 (doesn't work with other arduino
46    versions, incompatible)
47  program with
48    avrdude -b 38400 -v -P /dev/ttyUSB0 -p atmega644P -c arduino -U flash:w:Marlin.hex
49  needs the reset jumper (which is right next to the mcu) fitted