Browse Source

Minor fixes

pull/1/head
chrono 9 years ago
parent
commit
0a7d85c20e
  1. 2
      Marlin/example_configurations/Felix/README.md
  2. 1
      Marlin/pins_FELIX2.h

2
Marlin/example_configurations/Felix/README.md

@ -50,7 +50,7 @@ Copy the firmware to your printer host:
scp /tmp/build6072035599686630843.tmp/Marlin.cpp.hex a.b.c.d:/tmp/
Connect to your printer host via ssh, stop Octoprint or any other service that may block your USB device and make sure you have avrdude installed, the run:
Connect to your printer host via ssh, stop Octoprint or any other service that may block your USB device and make sure you have avrdude installed, then run:
avrdude -C/etc/avrdude.conf -v -v -v -patmega2560 -cwiring -P/dev/ttyUSB0 \
-b115200 -D -Uflash:w:/tmp/Marlin.cpp.hex:i

1
Marlin/pins_FELIX2.h

@ -31,7 +31,6 @@
#define BLEN_C 2
#define BLEN_B 1
#define BLEN_A 0
#define SDCARDDETECT 6
#endif // NEWPANEL && ULTRA_LCD

Loading…
Cancel
Save