Scott Lahteine 7 лет назад
Родитель
Сommit
c16e41e9e6
1 измененных файлов: 24 добавлений и 24 удалений
  1. 24
    24
      Marlin/src/pins/pins_STM32F4.h

+ 24
- 24
Marlin/src/pins/pins_STM32F4.h Просмотреть файл

27
 #define DEFAULT_MACHINE_NAME "STM32F407VET6"
27
 #define DEFAULT_MACHINE_NAME "STM32F407VET6"
28
 #define BOARD_NAME "STM32F4 Board"
28
 #define BOARD_NAME "STM32F4 Board"
29
 
29
 
30
-// #define I2C_EEPROM
30
+//#define I2C_EEPROM
31
 
31
 
32
 #define E2END 0xFFF // EEPROM end address (4kB)
32
 #define E2END 0xFFF // EEPROM end address (4kB)
33
 
33
 
34
 // Ignore temp readings during develpment.
34
 // Ignore temp readings during develpment.
35
-// #define BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE
35
+//#define BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE
36
 
36
 
37
 #if E_STEPPERS > 2 || HOTENDS > 2
37
 #if E_STEPPERS > 2 || HOTENDS > 2
38
   #error "STM32F4 supports up to 2 hotends / E-steppers."
38
   #error "STM32F4 supports up to 2 hotends / E-steppers."
52
 // Z Probe (when not Z_MIN_PIN)
52
 // Z Probe (when not Z_MIN_PIN)
53
 //
53
 //
54
 
54
 
55
-// #ifndef Z_MIN_PROBE_PIN
56
-//   #define Z_MIN_PROBE_PIN  PA4
57
-// #endif
55
+//#ifndef Z_MIN_PROBE_PIN
56
+//  #define Z_MIN_PROBE_PIN  PA4
57
+//#endif
58
 
58
 
59
 //
59
 //
60
 // Steppers
60
 // Steppers
63
 #define X_STEP_PIN         PD3
63
 #define X_STEP_PIN         PD3
64
 #define X_DIR_PIN          PD2
64
 #define X_DIR_PIN          PD2
65
 #define X_ENABLE_PIN       PD0
65
 #define X_ENABLE_PIN       PD0
66
-// #ifndef X_CS_PIN
67
-//   #define X_CS_PIN         PD1
68
-// #endif
66
+//#ifndef X_CS_PIN
67
+//  #define X_CS_PIN         PD1
68
+//#endif
69
 
69
 
70
 #define Y_STEP_PIN         PE11
70
 #define Y_STEP_PIN         PE11
71
 #define Y_DIR_PIN          PE10
71
 #define Y_DIR_PIN          PE10
72
 #define Y_ENABLE_PIN       PE13
72
 #define Y_ENABLE_PIN       PE13
73
-// #ifndef Y_CS_PIN
74
-//   #define Y_CS_PIN         PE12
75
-// #endif
73
+//#ifndef Y_CS_PIN
74
+//  #define Y_CS_PIN         PE12
75
+//#endif
76
 
76
 
77
 #define Z_STEP_PIN         PD6
77
 #define Z_STEP_PIN         PD6
78
 #define Z_DIR_PIN          PD7
78
 #define Z_DIR_PIN          PD7
79
 #define Z_ENABLE_PIN       PD4
79
 #define Z_ENABLE_PIN       PD4
80
-// #ifndef Z_CS_PIN
81
-//   #define Z_CS_PIN         PD5
82
-// #endif
80
+//#ifndef Z_CS_PIN
81
+//  #define Z_CS_PIN         PD5
82
+//#endif
83
 
83
 
84
 #define E0_STEP_PIN        PB5
84
 #define E0_STEP_PIN        PB5
85
 #define E0_DIR_PIN         PB6
85
 #define E0_DIR_PIN         PB6
86
 #define E0_ENABLE_PIN      PB3
86
 #define E0_ENABLE_PIN      PB3
87
-// #ifndef E0_CS_PIN
88
-//   #define E0_CS_PIN         PB4
89
-// #endif
87
+//#ifndef E0_CS_PIN
88
+//  #define E0_CS_PIN         PB4
89
+//#endif
90
 
90
 
91
 #define E1_STEP_PIN        PE4
91
 #define E1_STEP_PIN        PE4
92
 #define E1_DIR_PIN         PE2
92
 #define E1_DIR_PIN         PE2
93
 #define E1_ENABLE_PIN      PE3
93
 #define E1_ENABLE_PIN      PE3
94
-// #ifndef E1_CS_PIN
95
-//   #define E1_CS_PIN         PE5
96
-// #endif
94
+//#ifndef E1_CS_PIN
95
+//  #define E1_CS_PIN         PE5
96
+//#endif
97
 
97
 
98
 #define SCK_PIN            PA5
98
 #define SCK_PIN            PA5
99
 #define MISO_PIN           PA6
99
 #define MISO_PIN           PA6
133
 // Prusa i3 MK2 Multi Material Multiplexer Support
133
 // Prusa i3 MK2 Multi Material Multiplexer Support
134
 //
134
 //
135
 
135
 
136
-// #define E_MUX0_PIN         PG3
137
-// #define E_MUX1_PIN         PG4
136
+//#define E_MUX0_PIN         PG3
137
+//#define E_MUX1_PIN         PG4
138
 
138
 
139
 //
139
 //
140
 // Servos
140
 // Servos
141
 //
141
 //
142
 
142
 
143
-// #define SERVO0_PIN         PE13
144
-// #define SERVO1_PIN         PE14
143
+//#define SERVO0_PIN         PE13
144
+//#define SERVO1_PIN         PE14
145
 
145
 
146
 
146
 
147
 #define SDSS               PE7
147
 #define SDSS               PE7

Загрузка…
Отмена
Сохранить