chiark / gitweb /
some more notes
[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  * "Load file", select the .stl file.  It will be sliced.
11  * "Load file", select the _export.gcode file.  It will show up on the RHS.
12  * "SD" / "Upload", accept the suggested filename (but remember it)
13    and when it is done, turn on the hotend and bed heaters again
14  * Home all
15  * Pick ooze off nozzle with fine-nosed pliers
16  * Wait for bed (and hotend) to get up to temperature
17  * Pick ooze off nozzle with fine-nosed pliers
18  * "SD" / "Print", select the file you uploaded earlier
19  * While waiting for it to start (~1min?)
20    pick ooze off nozzle with fine-nosed pliers
21  * Watch while it starts and make sure that the skirt sticks to
22    printbed and nothing gets tangled
23  * Check that filament feed path from feedstock coil looks good.
24
25 ------------------------------------------------------------
26
27 ~/.pronsolerc -> /home/ian/things/Reprap/play/pronsolerc (adjust to taste)
28
29 openscad - use wheezy
30 Slic3r - is from slic3r-linux-x86-0-8-4.tar.gz
31
32 ------------------------------------------------------------
33
34 firmware upgrade:
35
36  firmware is in marlin.git#iwj and works with make
37    various other firmwares for comparison only
38     sprinter-reprappro.git sprinter.git
39  produces Marlin.hex
40  depends on stuff in arduino-0022 (doesn't work with other arduino
41    versions, incompatible)
42  program with
43    avrdude -b 38400 -v -P /dev/ttyUSB0 -p atmega644P -c arduino -U flash:w:Marlin.hex
44  needs the reset jumper (which is right next to the mcu) fitted