Merge pull request #434 from DDRBoxman/Marlin_v1

Add support for M300: Play beep sound
This commit is contained in:
ErikZalm
2013-03-30 08:49:54 -07:00
2 changed files with 26 additions and 1 deletions

View File

@ -321,6 +321,8 @@
#if MOTHERBOARD == 33 || MOTHERBOARD == 34
#define LARGE_FLASH true
#define X_STEP_PIN 54
#define X_DIR_PIN 55
#define X_ENABLE_PIN 38
@ -789,6 +791,8 @@
#endif
#endif
#define LARGE_FLASH true
#define X_STEP_PIN 25
#define X_DIR_PIN 23
#define X_MIN_PIN 22
@ -924,6 +928,8 @@
#endif
#endif
#define LARGE_FLASH true
#define X_STEP_PIN 25
#define X_DIR_PIN 23
#define X_MIN_PIN 15
@ -1080,6 +1086,8 @@
#error Oops! Make sure you have 'Teensy++ 2.0' selected from the 'Tools -> Boards' menu.
#endif
#define LARGE_FLASH true
#define X_STEP_PIN 0
#define X_DIR_PIN 1
#define X_ENABLE_PIN 39
@ -1413,6 +1421,8 @@
#error Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu.
#endif
#define LARGE_FLASH true
#define X_STEP_PIN 37
#define X_DIR_PIN 48
#define X_MIN_PIN 12
@ -1488,7 +1498,7 @@
#endif
#define LARGE_FLASH true
#define X_STEP_PIN 26
#define X_DIR_PIN 28