Does this look like a bug introduced in 1.1.0-RC3, and has anyone posted an issue about it on the project? The main servo-related change that stands out is that the SERVO0_PIN is now assumed to differ between RAMPS 1.3 and 1.4. Does this seem like an error to anyone?
#ifdef IS_RAMPS_14 #define SERVO0_PIN 11 #else #define SERVO0_PIN 7 // RAMPS_13 // Will conflict with BTN_EN2 on LCD_I2C_VIKI #endif