diff --git a/Configuration.h b/Configuration.h index c458a97..17fa107 100644 --- a/Configuration.h +++ b/Configuration.h @@ -24,8 +24,8 @@ Licence: GPL #define CONFIGURATION_H #define NAME "RepRapFirmware" -#define VERSION "0.65d" -#define DATE "2014-05-08" +#define VERSION "0.65e" +#define DATE "2014-05-13" #define LAST_AUTHOR "reprappro" // Other firmware that we might switch to be compatible with. diff --git a/Platform.cpp b/Platform.cpp index 5e07e07..8879ad7 100644 --- a/Platform.cpp +++ b/Platform.cpp @@ -233,7 +233,7 @@ void Platform::InitZProbe() zProbeOnSum = 0; zProbeOffSum = 0; - if (zProbeType == 2) + if (zProbeModulationPin >= 0) { pinMode(zProbeModulationPin, OUTPUT); digitalWrite(zProbeModulationPin, HIGH); // enable the IR LED diff --git a/Release/RepRapFirmware-065-15-04-2014.bin b/Release/RepRapFirmware-065-15-04-2014.bin deleted file mode 100755 index bd54612..0000000 Binary files a/Release/RepRapFirmware-065-15-04-2014.bin and /dev/null differ diff --git a/Release/RepRapFirmware-065a-07-05-2014.bin b/Release/RepRapFirmware-065a-07-05-2014.bin deleted file mode 100755 index 4b459a5..0000000 Binary files a/Release/RepRapFirmware-065a-07-05-2014.bin and /dev/null differ diff --git a/Release/RepRapFirmware-065b-07-05-2014.bin b/Release/RepRapFirmware-065b-07-05-2014.bin deleted file mode 100755 index 953dd2c..0000000 Binary files a/Release/RepRapFirmware-065b-07-05-2014.bin and /dev/null differ diff --git a/Release/RepRapFirmware-065c-08-05-2014.bin b/Release/RepRapFirmware-065e-13-05-2014.bin similarity index 72% rename from Release/RepRapFirmware-065c-08-05-2014.bin rename to Release/RepRapFirmware-065e-13-05-2014.bin index a98b0a1..68d4162 100755 Binary files a/Release/RepRapFirmware-065c-08-05-2014.bin and b/Release/RepRapFirmware-065e-13-05-2014.bin differ