My Marlin configs for Fabrikator Mini and CTC i3 Pro B
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

pins_ULTIMAKER_OLD.h 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /**
  2. * Ultimaker pin assignments (Old electronics)
  3. */
  4. #if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
  5. #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
  6. #endif
  7. #define LARGE_FLASH true
  8. #define X_STEP_PIN 25
  9. #define X_DIR_PIN 23
  10. #define X_MIN_PIN 15
  11. #define X_MAX_PIN 14
  12. #define X_ENABLE_PIN 27
  13. #define Y_STEP_PIN 31
  14. #define Y_DIR_PIN 33
  15. #define Y_MIN_PIN 17
  16. #define Y_MAX_PIN 16
  17. #define Y_ENABLE_PIN 29
  18. #define Z_STEP_PIN 37
  19. #define Z_DIR_PIN 39
  20. #define Z_MIN_PIN 19
  21. #define Z_MAX_PIN 18
  22. #define Z_ENABLE_PIN 35
  23. #define HEATER_BED_PIN -1
  24. #define TEMP_BED_PIN -1
  25. #define HEATER_0_PIN 2
  26. #define TEMP_0_PIN 8
  27. #define HEATER_1_PIN 1
  28. #define TEMP_1_PIN 1
  29. #define HEATER_2_PIN -1
  30. #define TEMP_2_PIN -1
  31. #define E0_STEP_PIN 43
  32. #define E0_DIR_PIN 45
  33. #define E0_ENABLE_PIN 41
  34. #define E1_STEP_PIN -1
  35. #define E1_DIR_PIN -1
  36. #define E1_ENABLE_PIN -1
  37. #define SDPOWER -1
  38. #define SDSS -1
  39. #define LED_PIN -1
  40. #define FAN_PIN -1
  41. #define PS_ON_PIN -1
  42. #define KILL_PIN -1
  43. #define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
  44. #define LCD_PINS_RS 24
  45. #define LCD_PINS_ENABLE 22
  46. #define LCD_PINS_D4 36
  47. #define LCD_PINS_D5 34
  48. #define LCD_PINS_D6 32
  49. #define LCD_PINS_D7 30