From 1c1b12d9291fc2f0a3b7aafd9223b5ff6be17349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Tue, 6 Aug 2013 15:21:08 -0300 Subject: [PATCH 1/2] While we don't have an endstop dignal debouncing algorithm in the firmware we'll disable reading endstops during print moves, to avoid false positives. --- Repetier/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Repetier/Configuration.h b/Repetier/Configuration.h index 69d940bca..0bce55799 100644 --- a/Repetier/Configuration.h +++ b/Repetier/Configuration.h @@ -754,7 +754,7 @@ on this endstop. // You can disable endstop checking for print moves. This is needed, if you get sometimes // false signals from your endstops. If your endstops don't give false signals, you // can set it on for safety. -#define ALWAYS_CHECK_ENDSTOPS true +#define ALWAYS_CHECK_ENDSTOPS false // maximum positions in mm - only fixed numbers! // For delta robot Z_MAX_LENGTH is maximum travel of the towers and should be set to the distance between the hotend From 91ec1b30af3e4aa765c24c67a9c5fd7cc51542f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Tue, 6 Aug 2013 15:23:31 -0300 Subject: [PATCH 2/2] preparing firmware release (updating version string) --- Repetier/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Repetier/Configuration.h b/Repetier/Configuration.h index 0bce55799..77d1289c5 100644 --- a/Repetier/Configuration.h +++ b/Repetier/Configuration.h @@ -19,7 +19,7 @@ #ifndef CONFIGURATION_H #define CONFIGURATION_H -#define FIRMWARE_VERSION_STRING "RepetierFw MM2 2013-07-12\nhttps://github.com/Metamaquina/Repetier-Firmware/tree/MM2_2013_07_12" +#define FIRMWARE_VERSION_STRING "RepetierFw MM2 2013-08-06\nhttps://github.com/Metamaquina/Repetier-Firmware/tree/MM2_2013_08_06" //#define FIRMWARE_VERSION_STRING "https://github.com/Metamaquina/Repetier-Firmware/tree/mm2" /* Some words on units: