My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

pins_AZTEEG_X3.h 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. *
  5. * Based on Sprinter and grbl.
  6. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. /**
  23. * AZTEEG_X3 Arduino Mega with RAMPS v1.4 pin assignments
  24. */
  25. #define BOARD_NAME "Azteeg X3"
  26. #include "pins_RAMPS_14_EFB.h"
  27. #if ENABLED(VIKI2) || ENABLED(miniVIKI)
  28. #undef DOGLCD_A0
  29. #undef DOGLCD_CS
  30. #undef BTN_ENC
  31. #define DOGLCD_A0 31
  32. #define DOGLCD_CS 32
  33. #define BTN_ENC 12
  34. #if ENABLED(TEMP_STAT_LEDS)
  35. #undef STAT_LED_RED
  36. #undef STAT_LED_BLUE
  37. #define STAT_LED_RED 64
  38. #define STAT_LED_BLUE 63
  39. #endif
  40. #elif ENABLED(TEMP_STAT_LEDS)
  41. #define STAT_LED_RED 6
  42. #define STAT_LED_BLUE 11
  43. #endif