From b71322e79395fadc0ff67ddfa13e694ea67604bf Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 15 Feb 2015 21:56:23 -0800 Subject: [PATCH] =?UTF-8?q?Issue=20#1504=20=E2=80=93=20K8200=20Z=5FENABLE?= =?UTF-8?q?=5FPIN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - K8200 uses a non-standard RAMPS with Z_ENABLE=63 ?? - Assuming from previous input that 3DRAG is the same. --- Marlin/pins_3DRAG.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Marlin/pins_3DRAG.h b/Marlin/pins_3DRAG.h index 4191dbc4e..9db6b56e4 100644 --- a/Marlin/pins_3DRAG.h +++ b/Marlin/pins_3DRAG.h @@ -4,6 +4,8 @@ #include "pins_RAMPS_13.h" +#define Z_ENABLE_PIN 63 + #define X_MAX_PIN 2 #define Y_MAX_PIN 15 #define Z_MAX_PIN -1