From 9288e83cd265d511548fb512238d0d26562fde1d Mon Sep 17 00:00:00 2001 From: Joe Kerman Date: Fri, 30 Sep 2011 14:18:54 -0500 Subject: pins.h entry for Teensylu --- Sprinter/Configuration.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Sprinter/Configuration.h') diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index 1e25d17..f36183e 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -9,6 +9,7 @@ // Gen6 = 5, // Sanguinololu up to 1.1 = 6 // Sanguinololu 1.2 and above = 62 +// Teensylu (at90usb) = 8 // Gen 3 Plus = 21 // gen 3 Monolithic Electronics = 22 #define MOTHERBOARD 3 -- cgit v1.2.1 From 57847ba2ebb15e28e6913068c13da474d87c6a8d Mon Sep 17 00:00:00 2001 From: Joe Kerman Date: Tue, 4 Oct 2011 18:42:29 -0500 Subject: (correct) pin defs for a190usb1286/teensylu --- Sprinter/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sprinter/Configuration.h') diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index f36183e..d7d95cb 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -45,7 +45,7 @@ const bool ENDSTOPS_INVERTING = false; //set to true to invert the logic of the #define BAUDRATE 115200 // Comment out (using // at the start of the line) to disable SD support: -#define SDSUPPORT +//#define SDSUPPORT //// ADVANCED SETTINGS - to tweak parameters -- cgit v1.2.1 From 74dd922e9c508445a8d957e12ae78e885a127f7d Mon Sep 17 00:00:00 2001 From: Joe Kerman Date: Tue, 4 Oct 2011 18:45:20 -0500 Subject: i will figure out git eventually --- Sprinter/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Sprinter/Configuration.h') diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index d7d95cb..f36183e 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -45,7 +45,7 @@ const bool ENDSTOPS_INVERTING = false; //set to true to invert the logic of the #define BAUDRATE 115200 // Comment out (using // at the start of the line) to disable SD support: -//#define SDSUPPORT +#define SDSUPPORT //// ADVANCED SETTINGS - to tweak parameters -- cgit v1.2.1