Browse Source

Add HAS_ROTARY_ENCODER

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
4f73ac7289
  1. 4
      Marlin/src/inc/Conditionals_post.h

4
Marlin/src/inc/Conditionals_post.h

@ -2622,6 +2622,10 @@
#endif
#endif
#if BUTTONS_EXIST(EN1, EN2, ENC)
#define HAS_ROTARY_ENCODER 1
#endif
#if !NUM_SERIAL
#undef BAUD_RATE_GCODE
#elif NUM_SERIAL > 1

Loading…
Cancel
Save