Explorar el Código

Add HAS_ROTARY_ENCODER

Scott Lahteine hace 4 años
padre
commit
4f73ac7289
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      Marlin/src/inc/Conditionals_post.h

+ 4
- 0
Marlin/src/inc/Conditionals_post.h Ver fichero

@@ -2622,6 +2622,10 @@
2622 2622
   #endif
2623 2623
 #endif
2624 2624
 
2625
+#if BUTTONS_EXIST(EN1, EN2, ENC)
2626
+  #define HAS_ROTARY_ENCODER 1
2627
+#endif
2628
+
2625 2629
 #if !NUM_SERIAL
2626 2630
   #undef BAUD_RATE_GCODE
2627 2631
 #elif NUM_SERIAL > 1

Loading…
Cancelar
Guardar