chiark / gitweb /
distort-stl: delete now-unused subdivision function
[reprap-play.git] / Huxley-INSTRUCTIONS
1 To prepare file:
2
3  * Make stl file.
4      openscad -o test-object.tmp.stl test-object.scad
5    or equivalent.
6
7  * Slice the file.  On appropriate OS run Slic3r.
8    I was using 0.9.7.
9    Download from here:
10       http://slic3r.org/download
11
12    Then
13
14      /home/reprap/Slic3r/bin/slic3r --load /home/reprap/play/slic3r-config.ini test-object.stl
15
16    Produces test-object.gcoce.
17
18 To print:
19
20  * Turn on printer and connect computer.
21  * Start pronterface
22      cd /home/reprap/reprappro-software.git/
23      ./pronterface/pronterface.py 
24  * Select "connect" (make sure it's ttyUSB0 115200),
25    wait for printer to connect
26  * Tick "watch"
27  * Turn on the hotend and bed heaters
28  * Remove MicroSD card from printer and copy the file to it
29    (give it an 8.3 filename ending in .G)
30  * Insert MicroSD card back into printer
31  * Wait for bed (and hotend) to get up to temperature
32  * If there's lots of ooze, pick off nozzle with fine-nosed pliers
33  * "SD" / "Print", select the file you uploaded earlier
34  * Watch while it starts and make sure that the skirt sticks to
35    printbed and nothing gets tangled
36  * Check that filament feed path from feedstock coil looks good.
37
38 After printing:
39
40  * You can right away unclip the bed plate.
41  * Wait for the object and bed plate to cool before removing it.
42
43 *** DO NOT TURN PRINTER OFF WHILE HOT END IS HOT ***
44
45 Levelling (occasionally, or after transport):
46
47  * Home in pronterface
48  * Set level:
49      Use FL/FR to move to front left / right
50      Use Home Z to make it go up and down
51      Observe motion of bed - should be just none
52      Turn RH thread with fingers to adjust so above is true
53  (Levelling screws front/back are at RH of bed plate.)
54
55 Bed cleaning: use isopropanol
56
57 ------------------------------------------------------------
58
59 make these symlinks
60 ~/.pronsolerc -> /home/reprap/play/pronsolerc (adjust to taste)
61
62 Slic3r - is from slic3r-linux-x86-0-9-7.tar.gz
63  /home/reprap/Slic3r/bin/slic3r --load /home/reprap/play/slic3r-config.ini --ignore-nonexistent-config
64
65 repsnapper - only used this so far for its gcode viewer
66
67 ------------------------------------------------------------
68
69 firmware upgrade:
70
71  firmware is in marlin.git#iwj and works with make
72    various other firmwares for comparison only
73     sprinter-reprappro.git sprinter.git
74  produces Marlin.hex
75  depends on stuff in arduino-0022 (doesn't work with other arduino
76    versions, incompatible)
77  program with
78    avrdude -b 38400 -v -P /dev/ttyUSB0 -p atmega644P -c arduino -U flash:w:Marlin.hex
79  needs the reset jumper (which is right next to the mcu) fitted