From 10ad9f10629500db401e60e1906747b0b4933ff3 Mon Sep 17 00:00:00 2001 From: Bernhard Kubicek Date: Mon, 29 Dec 2014 17:27:14 +0100 Subject: [PATCH] Addes servo0 pin ultimaker --- Marlin/pins.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Marlin/pins.h b/Marlin/pins.h index d8bec785b..4d76fa192 100644 --- a/Marlin/pins.h +++ b/Marlin/pins.h @@ -1400,6 +1400,7 @@ #define PS_ON_PIN 12 #define KILL_PIN -1 #define SUICIDE_PIN 54 //PIN that has to be turned on right after start, to keep power flowing. +#define SERVO0_PIN 13 // untested #ifdef ULTRA_LCD