X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=INSTRUCTIONS;h=58d095ab3e38c8702fedd97bdd2e60fa142f1b0d;hp=a34b4f7955511de0182ed130b39bef6e2a0b5ed0;hb=7f744cc777d843b40cab33b0b37c824fb035dac5;hpb=31142ea458a3d43dee635ff02494a2622e971330 diff --git a/INSTRUCTIONS b/INSTRUCTIONS index a34b4f7..58d095a 100644 --- a/INSTRUCTIONS +++ b/INSTRUCTIONS @@ -2,21 +2,47 @@ To print: * Turn on printer and connect computer. * Start pronterface - cd ~/things/Reprap/reprappro-software.git/ + cd /home/reprap/reprappro-software.git/ ./pronterface.py - * Select "connect", wait for printer to connect + * Select "connect" (make sure it's ttyUSB0 115200), + wait for printer to connect * Turn on the hotend and bed heaters - * "Load file", select the .stl file. It will be sliced. - * "Load file", select the _export.gcode file. It will show up on the RHS. - * "SD" / "Upload", accept the suggested filename (but remember it) - and when it is done, turn on the hotend and bed heaters again - * Home all - * Pick ooze off nozzle with fine-nosed pliers + * Remove MicroSD card from printer and copy the file to it + (give it an 8.3 filename ending in .G) + * Insert MicroSD card back into printer * Wait for bed (and hotend) to get up to temperature - * Pick ooze off nozzle with fine-nosed pliers + * If there's lots of ooze, pick off nozzle with fine-nosed pliers * "SD" / "Print", select the file you uploaded earlier - * While waiting for it to start (~1min?) - pick ooze off nozzle with fine-nosed pliers * Watch while it starts and make sure that the skirt sticks to printbed and nothing gets tangled * Check that filament feed path from feedstock coil looks good. + +------------------------------------------------------------ + +make these symlinks +~/.pronsolerc -> /home/ian/things/Reprap/play/pronsolerc (adjust to taste) + +openscad - use wheezy +ie + schroot -pc wheezy + openscad +or + schroot -pc wheezy openscad + +Slic3r - is from slic3r-linux-x86-0-9-1.tar.gz + +repsnapper - only used this so far for its gcode viewer + +------------------------------------------------------------ + +firmware upgrade: + + firmware is in marlin.git#iwj and works with make + various other firmwares for comparison only + sprinter-reprappro.git sprinter.git + produces Marlin.hex + depends on stuff in arduino-0022 (doesn't work with other arduino + versions, incompatible) + program with + avrdude -b 38400 -v -P /dev/ttyUSB0 -p atmega644P -c arduino -U flash:w:Marlin.hex + needs the reset jumper (which is right next to the mcu) fitted