|
@@ -32,9 +32,9 @@
|
32
|
32
|
*
|
33
|
33
|
* Teensyduino - http://www.pjrc.com/teensy/teensyduino.html
|
34
|
34
|
* Installation instructions are at the above URL.
|
35
|
|
- *
|
|
35
|
+ *
|
36
|
36
|
* Select Teensy++ 2.0 in Arduino IDE from the 'Tools -> Boards' menu
|
37
|
|
- *
|
|
37
|
+ *
|
38
|
38
|
* Note: With Teensyduino extension, the Arduino IDE will report 130048 bytes of program storage space available,
|
39
|
39
|
* but there is actually only 122880 bytes due to the larger DFU bootloader shipped by default on all Printrboard RevF.
|
40
|
40
|
*
|
|
@@ -99,8 +99,8 @@
|
99
|
99
|
#define DAC_STEPPER_CURRENT
|
100
|
100
|
|
101
|
101
|
// Set default drive strength percents if not already defined - X, Y, Z, E axis
|
102
|
|
-#ifndef DAC_MOTOR_CURRENT_DEFAULT
|
103
|
|
- #define DAC_MOTOR_CURRENT_DEFAULT { 70, 70, 50, 70 }
|
|
102
|
+#ifndef DAC_MOTOR_CURRENT_DEFAULT
|
|
103
|
+ #define DAC_MOTOR_CURRENT_DEFAULT { 70, 70, 50, 70 }
|
104
|
104
|
#endif
|
105
|
105
|
|
106
|
106
|
// Number of channels available for DAC
|
|
@@ -170,17 +170,17 @@
|
170
|
170
|
|
171
|
171
|
#if ENABLED(MINIPANEL)
|
172
|
172
|
#if ENABLED(USE_INTERNAL_SD)
|
173
|
|
- // PIN FASTIO PIN# ATUSB90 PIN# Teensy2.0++ PIN#
|
174
|
|
- #define SDSS 20 // 10 B0
|
|
173
|
+ // PIN FASTIO PIN# ATUSB90 PIN# Teensy2.0++ PIN#
|
|
174
|
+ #define SDSS 20 // 10 B0
|
175
|
175
|
#define SD_DETECT_PIN -1 // no auto-detect SD insertion on built-in Printrboard SD reader
|
176
|
176
|
#else
|
177
|
|
- // PIN FASTIO PIN# ATUSB90 PIN# Teensy2.0++ PIN# Printrboard RevF Conn. MKSLCD12864 PIN#
|
|
177
|
+ // PIN FASTIO PIN# ATUSB90 PIN# Teensy2.0++ PIN# Printrboard RevF Conn. MKSLCD12864 PIN#
|
178
|
178
|
#define SDSS 11 // 36 C1 EXP2-13 EXP2-07
|
179
|
179
|
#define SD_DETECT_PIN 9 // 34 E1 EXP2-11 EXP2-04
|
180
|
180
|
#endif
|
181
|
|
-
|
182
|
|
- // PIN FASTIO PIN# ATUSB90 PIN# Teensy2.0++ PIN# Printrboard RevF Conn. MKSLCD12864 PIN#
|
183
|
|
- #define DOGLCD_A0 4 // 29 D4 EXP2-05 EXP1-04
|
|
181
|
+
|
|
182
|
+ // PIN FASTIO PIN# ATUSB90 PIN# Teensy2.0++ PIN# Printrboard RevF Conn. MKSLCD12864 PIN#
|
|
183
|
+ #define DOGLCD_A0 4 // 29 D4 EXP2-05 EXP1-04
|
184
|
184
|
#define DOGLCD_CS 5 // 30 D5 EXP2-06 EXP1-05
|
185
|
185
|
#define BTN_ENC 6 // 31 D6 EXP2-07 EXP1-09
|
186
|
186
|
#define BEEPER_PIN 7 // 32 D7 EXP2-08 EXP1-10
|
|
@@ -190,8 +190,8 @@
|
190
|
190
|
//#define LCD_BACKLIGHT_PIN 43 // 56 F5 EXP1-12 Not Implemented
|
191
|
191
|
//#define SCK 21 // 11 B1 ICSP-04 EXP2-09
|
192
|
192
|
//#define MOSI 22 // 12 B2 ICSP-03 EXP2-05
|
193
|
|
- //#define MISO 23 // 13 B3 ICSP-06 EXP2-05
|
194
|
|
-
|
|
193
|
+ //#define MISO 23 // 13 B3 ICSP-06 EXP2-05
|
|
194
|
+
|
195
|
195
|
// encoder connections present
|
196
|
196
|
#define BLEN_A 0
|
197
|
197
|
#define BLEN_B 1
|