Skip to content
Snippets Groups Projects
Commit cdbc7cc5 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Define En DIAG pins for auto-assigns

parent cae2b7bf
Branches
Tags
No related merge requests found
...@@ -44,6 +44,9 @@ ...@@ -44,6 +44,9 @@
#define X_DIAG_PIN PB10 // X- #define X_DIAG_PIN PB10 // X-
#define Y_DIAG_PIN PE12 // Y- #define Y_DIAG_PIN PE12 // Y-
#define Z_DIAG_PIN PG8 // Z- #define Z_DIAG_PIN PG8 // Z-
#define E0_DIAG_PIN PE15 // E0
#define E1_DIAG_PIN PE10 // E1
#define E2_DIAG_PIN PG5 // E2
// //
// Limit Switches // Limit Switches
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment