From 0a7d85c20e8b528d3ceec284d8948c22be52b9ce Mon Sep 17 00:00:00 2001 From: chrono Date: Wed, 4 Mar 2015 12:35:32 +0000 Subject: [PATCH] Minor fixes --- Marlin/example_configurations/Felix/README.md | 2 +- Marlin/pins_FELIX2.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Marlin/example_configurations/Felix/README.md b/Marlin/example_configurations/Felix/README.md index a6696bb36e..537003352a 100644 --- a/Marlin/example_configurations/Felix/README.md +++ b/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 diff --git a/Marlin/pins_FELIX2.h b/Marlin/pins_FELIX2.h index 7c003c9e39..5b31c8de6a 100644 --- a/Marlin/pins_FELIX2.h +++ b/Marlin/pins_FELIX2.h @@ -24,14 +24,13 @@ #define FAN_PIN 9 // (Sprinter config) #define PS_ON_PIN 12 -#define HEATER_1_PIN 7 // EXTRUDER 2 +#define HEATER_1_PIN 7 // EXTRUDER 2 #if defined(ULTRA_LCD) && defined(NEWPANEL) #define BLEN_C 2 #define BLEN_B 1 #define BLEN_A 0 - #define SDCARDDETECT 6 #endif // NEWPANEL && ULTRA_LCD