Quantcast
Viewing all articles
Browse latest Browse all 12089

Re: Marlin 1.1.0 RC3 z servo doesn't move

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

Viewing all articles
Browse latest Browse all 12089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>