Browse Source

Merge pull request #1506 from thinkyhead/issue_1504

Issue #1504 – K8200 Z_ENABLE_PIN
Scott Lahteine 10 years ago
parent
commit
59e92a2db4
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/pins_3DRAG.h

+ 2
- 0
Marlin/pins_3DRAG.h View File

@@ -4,6 +4,8 @@
4 4
 
5 5
 #include "pins_RAMPS_13.h"
6 6
 
7
+#define Z_ENABLE_PIN       63
8
+
7 9
 #define X_MAX_PIN          2
8 10
 #define Y_MAX_PIN          15
9 11
 #define Z_MAX_PIN          -1

Loading…
Cancel
Save