X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=INSTRUCTIONS;h=bfb651542a7ace8c6c6f643538840f9d5bcf1ba3;hp=9c69b03568e6b446e7c70cf7e7801e46ea4812e2;hb=fddb76eac9ae8c382a134ded52ce6ef6b055060c;hpb=37e2356dc0d73fc1619d4277eff376cef4e52a34;ds=sidebyside diff --git a/INSTRUCTIONS b/INSTRUCTIONS index 9c69b03..bfb6515 100644 --- a/INSTRUCTIONS +++ b/INSTRUCTIONS @@ -20,3 +20,24 @@ To print: * 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. + +------------------------------------------------------------ + +~/.pronsolerc -> /home/ian/things/Reprap/play/pronsolerc (adjust to taste) + +openscad - use wheezy +Slic3r - is from slic3r-linux-x86-0-8-4.tar.gz + +------------------------------------------------------------ + +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