Commit 951e0e16 authored by MagoKimbra's avatar MagoKimbra

Merge remote-tracking branch 'refs/remotes/origin/master' into dev

parents dd7184a2 8fb8e0b8
...@@ -4,72 +4,75 @@ ...@@ -4,72 +4,75 @@
//=================================== BASIC ================================== //=================================== BASIC ==================================
// X axis pins // X axis pins
#define X_STEP_PIN ORIG_X_STEP_PIN #define X_STEP_PIN ORIG_X_STEP_PIN
#define X_DIR_PIN ORIG_X_DIR_PIN #define X_DIR_PIN ORIG_X_DIR_PIN
#define X_ENABLE_PIN ORIG_X_ENABLE_PIN #define X_ENABLE_PIN ORIG_X_ENABLE_PIN
// Y axis pins // Y axis pins
#define Y_STEP_PIN ORIG_Y_STEP_PIN #define Y_STEP_PIN ORIG_Y_STEP_PIN
#define Y_DIR_PIN ORIG_Y_DIR_PIN #define Y_DIR_PIN ORIG_Y_DIR_PIN
#define Y_ENABLE_PIN ORIG_Y_ENABLE_PIN #define Y_ENABLE_PIN ORIG_Y_ENABLE_PIN
// Z axis pins // Z axis pins
#define Z_STEP_PIN ORIG_Z_STEP_PIN #define Z_STEP_PIN ORIG_Z_STEP_PIN
#define Z_DIR_PIN ORIG_Z_DIR_PIN #define Z_DIR_PIN ORIG_Z_DIR_PIN
#define Z_ENABLE_PIN ORIG_Z_ENABLE_PIN #define Z_ENABLE_PIN ORIG_Z_ENABLE_PIN
// E axis pins // E axis pins
#if DRIVER_EXTRUDERS > 0 #if DRIVER_EXTRUDERS > 0
#define E0_STEP_PIN ORIG_E0_STEP_PIN #define E0_STEP_PIN ORIG_E0_STEP_PIN
#define E0_DIR_PIN ORIG_E0_DIR_PIN #define E0_DIR_PIN ORIG_E0_DIR_PIN
#define E0_ENABLE_PIN ORIG_E0_ENABLE_PIN #define E0_ENABLE_PIN ORIG_E0_ENABLE_PIN
#endif #endif
#if DRIVER_EXTRUDERS > 1 #if DRIVER_EXTRUDERS > 1
#define E1_STEP_PIN ORIG_E1_STEP_PIN #define E1_STEP_PIN ORIG_E1_STEP_PIN
#define E1_DIR_PIN ORIG_E1_DIR_PIN #define E1_DIR_PIN ORIG_E1_DIR_PIN
#define E1_ENABLE_PIN ORIG_E1_ENABLE_PIN #define E1_ENABLE_PIN ORIG_E1_ENABLE_PIN
#endif #endif
#if DRIVER_EXTRUDERS > 2 #if DRIVER_EXTRUDERS > 2
#define E2_STEP_PIN ORIG_E2_STEP_PIN #define E2_STEP_PIN ORIG_E2_STEP_PIN
#define E2_DIR_PIN ORIG_E2_DIR_PIN #define E2_DIR_PIN ORIG_E2_DIR_PIN
#define E2_ENABLE_PIN ORIG_E2_ENABLE_PIN #define E2_ENABLE_PIN ORIG_E2_ENABLE_PIN
#endif #endif
#if DRIVER_EXTRUDERS > 3 #if DRIVER_EXTRUDERS > 3
#define E3_STEP_PIN ORIG_E3_STEP_PIN #define E3_STEP_PIN ORIG_E3_STEP_PIN
#define E3_DIR_PIN ORIG_E3_DIR_PIN #define E3_DIR_PIN ORIG_E3_DIR_PIN
#define E3_ENABLE_PIN ORIG_E3_ENABLE_PIN #define E3_ENABLE_PIN ORIG_E3_ENABLE_PIN
#endif #endif
// ENDSTOP pin // ENDSTOP pin
#define X_MIN_PIN ORIG_X_MIN_PIN #define X_MIN_PIN ORIG_X_MIN_PIN
#define X_MAX_PIN ORIG_X_MAX_PIN #define X_MAX_PIN ORIG_X_MAX_PIN
#define Y_MIN_PIN ORIG_Y_MIN_PIN #define Y_MIN_PIN ORIG_Y_MIN_PIN
#define Y_MAX_PIN ORIG_Y_MAX_PIN #define Y_MAX_PIN ORIG_Y_MAX_PIN
#define Z_MIN_PIN ORIG_Z_MIN_PIN #define Z_MIN_PIN ORIG_Z_MIN_PIN
#define Z_MAX_PIN ORIG_Z_MAX_PIN #define Z_MAX_PIN ORIG_Z_MAX_PIN
// HEATER pin // HEATER pin
#define HEATER_0_PIN ORIG_HEATER_0_PIN #define HEATER_0_PIN ORIG_HEATER_0_PIN
#define HEATER_1_PIN ORIG_HEATER_1_PIN #define HEATER_1_PIN ORIG_HEATER_1_PIN
#define HEATER_2_PIN ORIG_HEATER_2_PIN #define HEATER_2_PIN ORIG_HEATER_2_PIN
#define HEATER_3_PIN ORIG_HEATER_3_PIN #define HEATER_3_PIN ORIG_HEATER_3_PIN
#define HEATER_BED_PIN ORIG_HEATER_BED_PIN #define HEATER_BED_PIN ORIG_HEATER_BED_PIN
// TEMP pin // TEMP pin
#define TEMP_0_PIN ORIG_TEMP_0_PIN #define TEMP_0_PIN ORIG_TEMP_0_PIN
#define TEMP_1_PIN ORIG_TEMP_1_PIN #define TEMP_1_PIN ORIG_TEMP_1_PIN
#define TEMP_2_PIN ORIG_TEMP_2_PIN #define TEMP_2_PIN ORIG_TEMP_2_PIN
#define TEMP_3_PIN ORIG_TEMP_3_PIN #define TEMP_3_PIN ORIG_TEMP_3_PIN
#define TEMP_BED_PIN ORIG_TEMP_BED_PIN #define TEMP_BED_PIN ORIG_TEMP_BED_PIN
// FAN pin // FAN pin
#define FAN_PIN ORIG_FAN_PIN #define FAN_PIN ORIG_FAN_PIN
// PS ON pin // PS ON pin
#define PS_ON_PIN ORIG_PS_ON_PIN #define PS_ON_PIN ORIG_PS_ON_PIN
// BEEPER pin
#define BEEPER_PIN ORIG_BEEPER_PIN
//============================================================================ //============================================================================
......
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
//#define TORIG_X_ENABLE_PIN 12 //#define TORIG_X_ENABLE_PIN 12
//#define RORIG_X_ENABLE_PIN 13 //#define RORIG_X_ENABLE_PIN 13
#define BEEPER_PIN -1 #define ORIG_BEEPER_PIN -1
#define SD_DETECT_PIN -1 #define SD_DETECT_PIN -1
#define SUICIDE_PIN -1 //has to be defined; otherwise Power_off doesn't work #define SUICIDE_PIN -1 //has to be defined; otherwise Power_off doesn't work
...@@ -616,7 +616,7 @@ ...@@ -616,7 +616,7 @@
#define ORIG_TEMP_2_PIN 1 // ANALOG NUMBERING #define ORIG_TEMP_2_PIN 1 // ANALOG NUMBERING
#define ORIG_TEMP_BED_PIN 0 // ANALOG NUMBERING #define ORIG_TEMP_BED_PIN 0 // ANALOG NUMBERING
#define BEEPER_PIN 36 #define ORIG_BEEPER_PIN 36
#define KILL_PIN -1 #define KILL_PIN -1
...@@ -946,7 +946,7 @@ ...@@ -946,7 +946,7 @@
#endif // PANEL_ONE #endif // PANEL_ONE
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
#define BEEPER_PIN 37 #define ORIG_BEEPER_PIN 37
#define BTN_EN1 31 #define BTN_EN1 31
#define BTN_EN2 33 #define BTN_EN2 33
...@@ -973,13 +973,13 @@ ...@@ -973,13 +973,13 @@
#define SD_DETECT_PIN 49 #define SD_DETECT_PIN 49
#define LCD_SDSS 53 #define LCD_SDSS 53
#define KILL_PIN 41 #define KILL_PIN 41
#define BEEPER_PIN 23 #define ORIG_BEEPER_PIN 23
#define DOGLCD_CS 29 #define DOGLCD_CS 29
#define DOGLCD_A0 27 #define DOGLCD_A0 27
#define LCD_PIN_BL 33 #define LCD_PIN_BL 33
#else #else
// arduino pin which triggers an piezzo beeper // arduino pin which triggers an piezzo beeper
#define BEEPER_PIN 33 // Beeper on AUX-4 #define ORIG_BEEPER_PIN 33 // Beeper on AUX-4
// buttons are directly attached using AUX-2 // buttons are directly attached using AUX-2
#if ENABLED(REPRAPWORLD_KEYPAD) #if ENABLED(REPRAPWORLD_KEYPAD)
...@@ -1009,7 +1009,7 @@ ...@@ -1009,7 +1009,7 @@
#else // old style panel with shift register #else // old style panel with shift register
// arduino pin witch triggers an piezo beeper // arduino pin witch triggers an piezo beeper
#define BEEPER_PIN 33 // No Beeper added #define ORIG_BEEPER_PIN 33 // No Beeper added
//buttons are attached to a shift register //buttons are attached to a shift register
// Not wired this yet // Not wired this yet
...@@ -1143,7 +1143,7 @@ ...@@ -1143,7 +1143,7 @@
#endif // PANEL_ONE #endif // PANEL_ONE
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
#define BEEPER_PIN 37 #define ORIG_BEEPER_PIN 37
#define BTN_EN1 31 #define BTN_EN1 31
#define BTN_EN2 33 #define BTN_EN2 33
...@@ -1170,13 +1170,13 @@ ...@@ -1170,13 +1170,13 @@
#define SD_DETECT_PIN 49 #define SD_DETECT_PIN 49
#define LCD_SDSS 53 #define LCD_SDSS 53
#define KILL_PIN 41 #define KILL_PIN 41
#define BEEPER_PIN 23 #define ORIG_BEEPER_PIN 23
#define DOGLCD_CS 29 #define DOGLCD_CS 29
#define DOGLCD_A0 27 #define DOGLCD_A0 27
#define LCD_PIN_BL 33 #define LCD_PIN_BL 33
#else #else
// arduino pin which triggers an piezzo beeper // arduino pin which triggers an piezzo beeper
#define BEEPER_PIN 33 // Beeper on AUX-4 #define ORIG_BEEPER_PIN 33 // Beeper on AUX-4
// buttons are directly attached using AUX-2 // buttons are directly attached using AUX-2
#if ENABLED(REPRAPWORLD_KEYPAD) #if ENABLED(REPRAPWORLD_KEYPAD)
...@@ -1206,7 +1206,7 @@ ...@@ -1206,7 +1206,7 @@
#else // old style panel with shift register #else // old style panel with shift register
// arduino pin witch triggers an piezo beeper // arduino pin witch triggers an piezo beeper
#define BEEPER_PIN 33 // No Beeper added #define ORIG_BEEPER_PIN 33 // No Beeper added
//buttons are attached to a shift register //buttons are attached to a shift register
// Not wired this yet // Not wired this yet
...@@ -1340,7 +1340,7 @@ ...@@ -1340,7 +1340,7 @@
#endif // PANEL_ONE #endif // PANEL_ONE
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
#define BEEPER_PIN 37 #define ORIG_BEEPER_PIN 37
#define BTN_EN1 31 #define BTN_EN1 31
#define BTN_EN2 33 #define BTN_EN2 33
...@@ -1367,13 +1367,13 @@ ...@@ -1367,13 +1367,13 @@
#define SD_DETECT_PIN 49 #define SD_DETECT_PIN 49
#define LCD_SDSS 53 #define LCD_SDSS 53
#define KILL_PIN 41 #define KILL_PIN 41
#define BEEPER_PIN 23 #define ORIG_BEEPER_PIN 23
#define DOGLCD_CS 29 #define DOGLCD_CS 29
#define DOGLCD_A0 27 #define DOGLCD_A0 27
#define LCD_PIN_BL 33 #define LCD_PIN_BL 33
#else #else
// arduino pin which triggers an piezzo beeper // arduino pin which triggers an piezzo beeper
#define BEEPER_PIN 33 // Beeper on AUX-4 #define ORIG_BEEPER_PIN 33 // Beeper on AUX-4
// buttons are directly attached using AUX-2 // buttons are directly attached using AUX-2
#if ENABLED(REPRAPWORLD_KEYPAD) #if ENABLED(REPRAPWORLD_KEYPAD)
...@@ -1403,7 +1403,7 @@ ...@@ -1403,7 +1403,7 @@
#else // old style panel with shift register #else // old style panel with shift register
// arduino pin witch triggers an piezo beeper // arduino pin witch triggers an piezo beeper
#define BEEPER_PIN 33 // No Beeper added #define ORIG_BEEPER_PIN 33 // No Beeper added
//buttons are attached to a shift register //buttons are attached to a shift register
// Not wired this yet // Not wired this yet
...@@ -1537,7 +1537,7 @@ ...@@ -1537,7 +1537,7 @@
#endif // PANEL_ONE #endif // PANEL_ONE
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
#define BEEPER_PIN 37 #define ORIG_BEEPER_PIN 37
#define BTN_EN1 31 #define BTN_EN1 31
#define BTN_EN2 33 #define BTN_EN2 33
...@@ -1564,13 +1564,13 @@ ...@@ -1564,13 +1564,13 @@
#define SD_DETECT_PIN 49 #define SD_DETECT_PIN 49
#define LCD_SDSS 53 #define LCD_SDSS 53
#define KILL_PIN 41 #define KILL_PIN 41
#define BEEPER_PIN 23 #define ORIG_BEEPER_PIN 23
#define DOGLCD_CS 29 #define DOGLCD_CS 29
#define DOGLCD_A0 27 #define DOGLCD_A0 27
#define LCD_PIN_BL 33 #define LCD_PIN_BL 33
#else #else
// arduino pin which triggers an piezzo beeper // arduino pin which triggers an piezzo beeper
#define BEEPER_PIN 33 // Beeper on AUX-4 #define ORIG_BEEPER_PIN 33 // Beeper on AUX-4
// buttons are directly attached using AUX-2 // buttons are directly attached using AUX-2
#if ENABLED(REPRAPWORLD_KEYPAD) #if ENABLED(REPRAPWORLD_KEYPAD)
...@@ -1600,7 +1600,7 @@ ...@@ -1600,7 +1600,7 @@
#else // old style panel with shift register #else // old style panel with shift register
// arduino pin witch triggers an piezo beeper // arduino pin witch triggers an piezo beeper
#define BEEPER_PIN 33 // No Beeper added #define ORIG_BEEPER_PIN 33 // No Beeper added
// buttons are attached to a shift register // buttons are attached to a shift register
// Not wired this yet // Not wired this yet
...@@ -1734,7 +1734,7 @@ ...@@ -1734,7 +1734,7 @@
#endif // PANEL_ONE #endif // PANEL_ONE
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
#define BEEPER_PIN 37 #define ORIG_BEEPER_PIN 37
#define BTN_EN1 31 #define BTN_EN1 31
#define BTN_EN2 33 #define BTN_EN2 33
...@@ -1761,13 +1761,13 @@ ...@@ -1761,13 +1761,13 @@
#define SD_DETECT_PIN 49 #define SD_DETECT_PIN 49
#define LCD_SDSS 53 #define LCD_SDSS 53
#define KILL_PIN 41 #define KILL_PIN 41
#define BEEPER_PIN 23 #define ORIG_BEEPER_PIN 23
#define DOGLCD_CS 29 #define DOGLCD_CS 29
#define DOGLCD_A0 27 #define DOGLCD_A0 27
#define LCD_PIN_BL 33 #define LCD_PIN_BL 33
#else #else
// arduino pin which triggers an piezzo beeper // arduino pin which triggers an piezzo beeper
#define BEEPER_PIN 33 // Beeper on AUX-4 #define ORIG_BEEPER_PIN 33 // Beeper on AUX-4
// buttons are directly attached using AUX-2 // buttons are directly attached using AUX-2
#if ENABLED(REPRAPWORLD_KEYPAD) #if ENABLED(REPRAPWORLD_KEYPAD)
...@@ -1797,7 +1797,7 @@ ...@@ -1797,7 +1797,7 @@
#else // old style panel with shift register #else // old style panel with shift register
// arduino pin witch triggers an piezo beeper // arduino pin witch triggers an piezo beeper
#define BEEPER_PIN 33 // No Beeper added #define ORIG_BEEPER_PIN 33 // No Beeper added
// buttons are attached to a shift register // buttons are attached to a shift register
// Not wired this yet // Not wired this yet
...@@ -1907,7 +1907,7 @@ ...@@ -1907,7 +1907,7 @@
#define KILL_PIN 80 #define KILL_PIN 80
#if ENABLED(NEWPANEL) #if ENABLED(NEWPANEL)
//arduino pin which triggers an piezzo beeper //arduino pin which triggers an piezzo beeper
#define BEEPER_PIN 79 // Beeper on AUX-4 #define ORIG_BEEPER_PIN 79 // Beeper on AUX-4
#define LCD_PINS_RS 70 #define LCD_PINS_RS 70
#define LCD_PINS_ENABLE 71 #define LCD_PINS_ENABLE 71
#define LCD_PINS_D4 72 #define LCD_PINS_D4 72
...@@ -1928,7 +1928,7 @@ ...@@ -1928,7 +1928,7 @@
#else //old style panel with shift register #else //old style panel with shift register
//arduino pin witch triggers an piezzo beeper //arduino pin witch triggers an piezzo beeper
#define BEEPER_PIN 33 No Beeper added #define ORIG_BEEPER_PIN 33 No Beeper added
//buttons are attached to a shift register //buttons are attached to a shift register
// Not wired this yet // Not wired this yet
// #define SHIFT_CLK 38 // #define SHIFT_CLK 38
...@@ -2126,7 +2126,7 @@ ...@@ -2126,7 +2126,7 @@
#endif // PANEL_ONE #endif // PANEL_ONE
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
#define BEEPER_PIN 37 #define ORIG_BEEPER_PIN 37
#define BTN_EN1 31 #define BTN_EN1 31
#define BTN_EN2 33 #define BTN_EN2 33
...@@ -2153,13 +2153,13 @@ ...@@ -2153,13 +2153,13 @@
#define SD_DETECT_PIN 49 #define SD_DETECT_PIN 49
#define LCD_SDSS 53 #define LCD_SDSS 53
#define KILL_PIN 41 #define KILL_PIN 41
#define BEEPER_PIN 23 #define ORIG_BEEPER_PIN 23
#define DOGLCD_CS 29 #define DOGLCD_CS 29
#define DOGLCD_A0 27 #define DOGLCD_A0 27
#define LCD_PIN_BL 33 #define LCD_PIN_BL 33
#else #else
// arduino pin which triggers an piezzo beeper // arduino pin which triggers an piezzo beeper
#define BEEPER_PIN 33 // Beeper on AUX-4 #define ORIG_BEEPER_PIN 33 // Beeper on AUX-4
// buttons are directly attached using AUX-2 // buttons are directly attached using AUX-2
#if ENABLED(REPRAPWORLD_KEYPAD) #if ENABLED(REPRAPWORLD_KEYPAD)
...@@ -2189,7 +2189,7 @@ ...@@ -2189,7 +2189,7 @@
#else // old style panel with shift register #else // old style panel with shift register
// arduino pin witch triggers an piezo beeper // arduino pin witch triggers an piezo beeper
#define BEEPER_PIN 33 // No Beeper added #define ORIG_BEEPER_PIN 33 // No Beeper added
//buttons are attached to a shift register //buttons are attached to a shift register
// Not wired this yet // Not wired this yet
...@@ -2272,7 +2272,7 @@ ...@@ -2272,7 +2272,7 @@
#define SDSS 4 #define SDSS 4
#define LED_PIN -1 #define LED_PIN -1
#define BEEPER_PIN 41 #define ORIG_BEEPER_PIN 41
#define ORIG_FAN_PIN 9 #define ORIG_FAN_PIN 9
#define ORIG_FAN2_PIN 8 #define ORIG_FAN2_PIN 8
...@@ -2332,7 +2332,7 @@ ...@@ -2332,7 +2332,7 @@
#define LCD_PINS_ENABLE 47 #define LCD_PINS_ENABLE 47
#define LCD_PINS_D4 44 #define LCD_PINS_D4 44
#define BEEPER_PIN 41 #define ORIG_BEEPER_PIN 41
#define BTN_EN1 50 #define BTN_EN1 50
#define BTN_EN2 52 #define BTN_EN2 52
...@@ -2439,7 +2439,7 @@ ...@@ -2439,7 +2439,7 @@
#define SDSS 4 #define SDSS 4
#define LED_PIN 13 #define LED_PIN 13
#define BEEPER_PIN -1 #define ORIG_BEEPER_PIN -1
#define ORIG_FAN_PIN -1 #define ORIG_FAN_PIN -1
...@@ -2487,7 +2487,7 @@ ...@@ -2487,7 +2487,7 @@
#define LCD_PINS_D7 29 #define LCD_PINS_D7 29
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
#define BEEPER_PIN 37 #define ORIG_BEEPER_PIN 37
#define BTN_EN1 33 #define BTN_EN1 33
#define BTN_EN2 31 #define BTN_EN2 31
...@@ -2773,7 +2773,7 @@ ...@@ -2773,7 +2773,7 @@
#define LED_PIN -1 #define LED_PIN -1
#define ORIG_FAN_PIN 92 // PA5 #define ORIG_FAN_PIN 92 // PA5
#define FAN2_PIN 31 // PA7 #define ORIG_FAN2_PIN 31 // PA7
#define ORIG_PS_ON_PIN -1 #define ORIG_PS_ON_PIN -1
#define KILL_PIN -1 #define KILL_PIN -1
...@@ -2792,9 +2792,9 @@ ...@@ -2792,9 +2792,9 @@
#define ORIG_TEMP_2_PIN 3 // PA22, analog pin on piggy #define ORIG_TEMP_2_PIN 3 // PA22, analog pin on piggy
#define ORIG_TEMP_3_PIN 4 // PA6, analog on piggy #define ORIG_TEMP_3_PIN 4 // PA6, analog on piggy
#define LED_RED_PIN 40 // PC8 #define LED_PWM1_PIN 40 // PC8
#define LED_GREEN_PIN 41 // PC9 #define LED_PWM2_PIN 41 // PC9
#define CASE_LIGHTS_PIN 36 // PC4 #define LED_PWM3_PIN 36 // PC4
#define EXP_VOLTAGE_LEVEL_PIN 65 #define EXP_VOLTAGE_LEVEL_PIN 65
...@@ -2820,7 +2820,7 @@ ...@@ -2820,7 +2820,7 @@
#define LCD_PINS_RS 18 #define LCD_PINS_RS 18
#define LCD_PINS_ENABLE 15 #define LCD_PINS_ENABLE 15
#define LCD_PINS_D4 19 #define LCD_PINS_D4 19
#define BEEPER_PIN 64 #define ORIG_BEEPER_PIN 64
#define BTN_EN1 14 #define BTN_EN1 14
#define BTN_EN2 16 #define BTN_EN2 16
...@@ -2967,7 +2967,7 @@ ...@@ -2967,7 +2967,7 @@
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL) #if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
// No buzzer installed // No buzzer installed
#define BEEPER_PIN -1 #define ORIG_BEEPER_PIN -1
//LCD Pins //LCD Pins
#if ENABLED(DOGLCD) #if ENABLED(DOGLCD)
...@@ -2977,7 +2977,7 @@ ...@@ -2977,7 +2977,7 @@
#define LCD_PINS_RS 30 //CS chip select /SS chip slave select #define LCD_PINS_RS 30 //CS chip select /SS chip slave select
#define LCD_PINS_ENABLE 29 //SID (MOSI) #define LCD_PINS_ENABLE 29 //SID (MOSI)
#define LCD_PINS_D4 17 //SCK (CLK) clock #define LCD_PINS_D4 17 //SCK (CLK) clock
#define BEEPER_PIN 27 // Pin 27 is taken by LED_PIN, but Melzi LED does nothing with Marlin so this can be used for BEEPER_PIN. You can use this pin with M42 instead of BEEPER_PIN. #define ORIG_BEEPER_PIN 27 // Pin 27 is taken by LED_PIN, but Melzi LED does nothing with Marlin so this can be used for ORIG_BEEPER_PIN. You can use this pin with M42 instead of ORIG_BEEPER_PIN.
#else // Sanguinololu 1.3 #else // Sanguinololu 1.3
#define LCD_PINS_RS 4 #define LCD_PINS_RS 4
#define LCD_PINS_ENABLE 17 #define LCD_PINS_ENABLE 17
...@@ -3026,7 +3026,7 @@ ...@@ -3026,7 +3026,7 @@
#define SD_DETECT_PIN -1 #define SD_DETECT_PIN -1
#elif ENABLED(MAKRPANEL) #elif ENABLED(MAKRPANEL)
#define BEEPER_PIN 29 #define ORIG_BEEPER_PIN 29
// Pins for DOGM SPI LCD Support // Pins for DOGM SPI LCD Support
#define DOGLCD_A0 30 #define DOGLCD_A0 30
...@@ -3160,7 +3160,7 @@ ...@@ -3160,7 +3160,7 @@
#define LCD_PINS_D7 29 #define LCD_PINS_D7 29
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
#define BEEPER_PIN 37 #define ORIG_BEEPER_PIN 37
#define BTN_EN1 31 #define BTN_EN1 31
#define BTN_EN2 33 #define BTN_EN2 33
...@@ -3182,7 +3182,7 @@ ...@@ -3182,7 +3182,7 @@
#define SD_DETECT_PIN 49 #define SD_DETECT_PIN 49
#else #else
//arduino pin which triggers an piezzo beeper //arduino pin which triggers an piezzo beeper
#define BEEPER_PIN 33 // Beeper on AUX-4 #define ORIG_BEEPER_PIN 33 // Beeper on AUX-4
//buttons are directly attached using AUX-2 //buttons are directly attached using AUX-2
#if ENABLED(REPRAPWORLD_KEYPAD) #if ENABLED(REPRAPWORLD_KEYPAD)
...@@ -3208,7 +3208,7 @@ ...@@ -3208,7 +3208,7 @@
#else //old style panel with shift register #else //old style panel with shift register
//arduino pin witch triggers an piezzo beeper //arduino pin witch triggers an piezzo beeper
#define BEEPER_PIN 33 //No Beeper added #define ORIG_BEEPER_PIN 33 //No Beeper added
//buttons are attached to a shift register //buttons are attached to a shift register
// Not wired this yet // Not wired this yet
...@@ -3306,8 +3306,8 @@ ...@@ -3306,8 +3306,8 @@
#define SDSS 53 #define SDSS 53
#define LED_PIN 13 #define LED_PIN 13
#define ORIG_FAN_PIN 6 #define ORIG_FAN_PIN 6
#define BEEPER_PIN 33 #define ORIG_BEEPER_PIN 33
#define ORIG_PS_ON_PIN 12 #define ORIG_PS_ON_PIN 12
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL) #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL)
...@@ -3326,8 +3326,8 @@ ...@@ -3326,8 +3326,8 @@
#define ORIG_TEMP_2_PIN 12 // ANALOG NUMBERING #define ORIG_TEMP_2_PIN 12 // ANALOG NUMBERING
#define ORIG_TEMP_3_PIN 11 // ANALOG NUMBERING #define ORIG_TEMP_3_PIN 11 // ANALOG NUMBERING
#define TC1 4 // ANALOG NUMBERING Thermo couple on Azteeg X3Pro #define TC1 4 // ANALOG NUMBERING Thermo couple on Azteeg X3Pro
#define TC2 5 // ANALOG NUMBERING Thermo couple on Azteeg X3Pro #define TC2 5 // ANALOG NUMBERING Thermo couple on Azteeg X3Pro
#define ORIG_HEATER_BED_PIN 8 // BED #define ORIG_HEATER_BED_PIN 8 // BED
...@@ -3362,7 +3362,7 @@ ...@@ -3362,7 +3362,7 @@
#define LCD_PINS_D7 29 #define LCD_PINS_D7 29
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) #if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
#define BEEPER_PIN 37 #define ORIG_BEEPER_PIN 37
#define BTN_EN1 31 #define BTN_EN1 31
#define BTN_EN2 33 #define BTN_EN2 33
...@@ -3384,7 +3384,7 @@ ...@@ -3384,7 +3384,7 @@
#define SD_DETECT_PIN 49 #define SD_DETECT_PIN 49
#else #else
//arduino pin which triggers an piezzo beeper //arduino pin which triggers an piezzo beeper
#define BEEPER_PIN 33 // Beeper on AUX-4 #define ORIG_BEEPER_PIN 33 // Beeper on AUX-4
//buttons are directly attached using AUX-2 //buttons are directly attached using AUX-2
#if ENABLED(REPRAPWORLD_KEYPAD) #if ENABLED(REPRAPWORLD_KEYPAD)
...@@ -3410,7 +3410,7 @@ ...@@ -3410,7 +3410,7 @@
#else //old style panel with shift register #else //old style panel with shift register
//arduino pin witch triggers an piezzo beeper //arduino pin witch triggers an piezzo beeper
#define BEEPER_PIN 33 //No Beeper added #define ORIG_BEEPER_PIN 33 //No Beeper added
//buttons are attached to a shift register //buttons are attached to a shift register
// Not wired this yet // Not wired this yet
...@@ -3430,7 +3430,7 @@ ...@@ -3430,7 +3430,7 @@
#endif //ULTRA_LCD #endif //ULTRA_LCD
#if ENABLED(VIKI2) || ENABLED(miniVIKI) #if ENABLED(VIKI2) || ENABLED(miniVIKI)
#define BEEPER_PIN 33 #define ORIG_BEEPER_PIN 33
// Pins for DOGM SPI LCD Support // Pins for DOGM SPI LCD Support
#define DOGLCD_A0 44 #define DOGLCD_A0 44
#define DOGLCD_CS 45 #define DOGLCD_CS 45
...@@ -3528,7 +3528,7 @@ ...@@ -3528,7 +3528,7 @@
#if ENABLED(NEWPANEL) #if ENABLED(NEWPANEL)
//arduino pin witch triggers an piezzo beeper //arduino pin witch triggers an piezzo beeper
#define BEEPER_PIN 18 #define ORIG_BEEPER_PIN 18
#define LCD_PINS_RS 20 #define LCD_PINS_RS 20
#define LCD_PINS_ENABLE 17 #define LCD_PINS_ENABLE 17
...@@ -3546,7 +3546,7 @@ ...@@ -3546,7 +3546,7 @@
#else //old style panel with shift register #else //old style panel with shift register
//arduino pin witch triggers an piezzo beeper //arduino pin witch triggers an piezzo beeper
#define BEEPER_PIN 18 #define ORIG_BEEPER_PIN 18
//buttons are attached to a shift register //buttons are attached to a shift register
#define SHIFT_CLK 38 #define SHIFT_CLK 38
...@@ -3635,7 +3635,7 @@ ...@@ -3635,7 +3635,7 @@
#define ORIG_HEATER_BED_PIN 10 // BED #define ORIG_HEATER_BED_PIN 10 // BED
#define ORIG_TEMP_BED_PIN 14 // ANALOG NUMBERING #define ORIG_TEMP_BED_PIN 14 // ANALOG NUMBERING
#define BEEPER_PIN 33 // Beeper on AUX-4 #define ORIG_BEEPER_PIN 33 // Beeper on AUX-4
#if ENABLED(ULTRA_LCD) #if ENABLED(ULTRA_LCD)
#if ENABLED(NEWPANEL) #if ENABLED(NEWPANEL)
...@@ -3716,7 +3716,7 @@ ...@@ -3716,7 +3716,7 @@
#define LED_PIN 13 #define LED_PIN 13
#define ORIG_FAN_PIN 7 #define ORIG_FAN_PIN 7
#define FAN2_PIN 6 #define ORIG_FAN2_PIN 6
#define ORIG_PS_ON_PIN 12 #define ORIG_PS_ON_PIN 12
#define KILL_PIN -1 #define KILL_PIN -1
...@@ -3751,7 +3751,7 @@ ...@@ -3751,7 +3751,7 @@
#define ORIG_TEMP_BED_PIN 14 // ANALOG NUMBERING #define ORIG_TEMP_BED_PIN 14 // ANALOG NUMBERING
#endif #endif
#define BEEPER_PIN 64 #define ORIG_BEEPER_PIN 64
#define LCD_PINS_RS 14 #define LCD_PINS_RS 14
#define LCD_PINS_ENABLE 15 #define LCD_PINS_ENABLE 15
...@@ -3826,7 +3826,7 @@ ...@@ -3826,7 +3826,7 @@
#define LED_PIN 46 #define LED_PIN 46
#define ORIG_FAN_PIN 9 #define ORIG_FAN_PIN 9
#define FAN2_PIN -1 #define ORIG_FAN2_PIN -1
#define ORIG_PS_ON_PIN -1 #define ORIG_PS_ON_PIN -1
#define KILL_PIN -1 #define KILL_PIN -1
...@@ -3845,7 +3845,7 @@ ...@@ -3845,7 +3845,7 @@
#define ORIG_HEATER_BED_PIN 3 // BED #define ORIG_HEATER_BED_PIN 3 // BED
#define ORIG_TEMP_BED_PIN 6 // ANALOG NUMBERING #define ORIG_TEMP_BED_PIN 6 // ANALOG NUMBERING
#define BEEPER_PIN -1 #define ORIG_BEEPER_PIN -1
#define LCD_PINS_RS -1 #define LCD_PINS_RS -1
#define LCD_PINS_ENABLE -1 #define LCD_PINS_ENABLE -1
...@@ -3943,7 +3943,7 @@ ...@@ -3943,7 +3943,7 @@
#define ORIG_HEATER_2_PIN 9 #define ORIG_HEATER_2_PIN 9
#define ORIG_HEATER_BED_PIN 10 #define ORIG_HEATER_BED_PIN 10
#define ORIG_FAN_PIN 6 #define ORIG_FAN_PIN 6
#define FAN2_PIN 7 #define ORIG_FAN2_PIN 7
#if TEMP_SENSOR_0 == -1 #if TEMP_SENSOR_0 == -1
#define ORIG_TEMP_0_PIN 11 // ANALOG NUMBERING #define ORIG_TEMP_0_PIN 11 // ANALOG NUMBERING
...@@ -3969,7 +3969,7 @@ ...@@ -3969,7 +3969,7 @@
#define ORIG_TEMP_BED_PIN 14 // ANALOG NUMBERING #define ORIG_TEMP_BED_PIN 14 // ANALOG NUMBERING
#endif #endif
#define BEEPER_PIN 61 #define ORIG_BEEPER_PIN 61
#define LCD_PINS_RS 32 #define LCD_PINS_RS 32
#define LCD_PINS_ENABLE 31 #define LCD_PINS_ENABLE 31
...@@ -4138,7 +4138,7 @@ ...@@ -4138,7 +4138,7 @@
#define DEFAULT_PWM_MOTOR_CURRENT {1300, 1300, 1250} #define DEFAULT_PWM_MOTOR_CURRENT {1300, 1300, 1250}
//arduino pin witch triggers an piezzo beeper //arduino pin witch triggers an piezzo beeper
#define BEEPER_PIN 18 #define ORIG_BEEPER_PIN 18
#define LCD_PINS_RS 20 #define LCD_PINS_RS 20
#define LCD_PINS_ENABLE 15 #define LCD_PINS_ENABLE 15
...@@ -4252,10 +4252,10 @@ ...@@ -4252,10 +4252,10 @@
#endif #endif
#endif #endif
#define BEEPER_PIN 33 #define ORIG_BEEPER_PIN 33
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL) #if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
#define BEEPER_PIN -1 #define ORIG_BEEPER_PIN -1
#define LCD_PINS_RS 27 #define LCD_PINS_RS 27
#define LCD_PINS_ENABLE 29 #define LCD_PINS_ENABLE 29
...@@ -4375,10 +4375,10 @@ ...@@ -4375,10 +4375,10 @@
#endif #endif
#endif #endif
#define BEEPER_PIN 33 #define ORIG_BEEPER_PIN 33
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL) #if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
#define BEEPER_PIN -1 #define ORIG_BEEPER_PIN -1
#define LCD_PINS_RS 27 #define LCD_PINS_RS 27
#define LCD_PINS_ENABLE 29 #define LCD_PINS_ENABLE 29
...@@ -4604,7 +4604,7 @@ ...@@ -4604,7 +4604,7 @@
#define SDPOWER -1 #define SDPOWER -1
#define SDSS 53 #define SDSS 53
#define SD_DETECT_PIN 49 #define SD_DETECT_PIN 49
#define BEEPER_PIN 44 #define ORIG_BEEPER_PIN 44
#define LCD_PINS_RS 19 #define LCD_PINS_RS 19
#define LCD_PINS_ENABLE 42 #define LCD_PINS_ENABLE 42
#define LCD_PINS_D4 18 #define LCD_PINS_D4 18
...@@ -4757,7 +4757,7 @@ ...@@ -4757,7 +4757,7 @@
#define MOSI_PIN 10 #define MOSI_PIN 10
#endif #endif
#define BEEPER_PIN -1 #define ORIG_BEEPER_PIN -1
#define LCD_PINS_RS -1 #define LCD_PINS_RS -1
#define LCD_PINS_ENABLE -1 #define LCD_PINS_ENABLE -1
#define LCD_PINS_D4 -1 #define LCD_PINS_D4 -1
...@@ -5451,6 +5451,17 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a ...@@ -5451,6 +5451,17 @@ DaveX plan for Teensylu/printrboard-type pinouts (ref teensylu & sprinter) for a
#define Z2_MAX_PIN -1 #define Z2_MAX_PIN -1
#endif #endif
#ifndef ORIG_FAN_PIN
#define ORIG_FAN_PIN -1
#endif
#ifndef ORIG_FAN2_PIN
#define ORIG_FAN2_PIN -1
#endif
#ifndef ORIG_BEEPER_PIN
#define ORIG_BEEPER_PIN -1
#endif
/****************************************************************************************/ /****************************************************************************************/
#include "Configuration_Pins.h" #include "Configuration_Pins.h"
/****************************************************************************************/ /****************************************************************************************/
......
M300 S220 P500
M300 S220 P500
M300 S220 P500
M300 S174.61 P375
M300 S261.63 P125
M300 S220 P500
M300 S174.61 P375
M300 S261.63 P125
M300 S220 P1000
M300 S329.63 P500
M300 S329.63 P500
M300 S329.63 P500
M300 S349.23 P375
M300 S261.63 P125
M300 S207.65 P500
M300 S174.61 P375
M300 S261.63 P125
M300 S220 P1000
M300 S440 P500
M300 S220 P375
M300 S220 P125
M300 S440 P500
M300 S415.30 P375
M300 S392 P125
M300 S370 P125
M300 S329.63 P125
M300 S349.23 P250
M300 S233.08 P250
M300 S311.13 P500
M300 S293.66 P375
M300 S277.18 P125
M300 S261.63 P125
M300 S246.94 P125
M300 S261.63 P250
M300 S174.61 P250
M300 S207.65 P500
M300 S174.61 P375
M300 S220 P125
M300 S261.63 P500
M300 S220 P375
M300 S261.63 P125
M300 S329.63 P1000
M300 S440 P500
M300 S220 P375
M300 S220 P125
M300 S440 P500
M300 S415.30 P375
M300 S392 P125
M300 S370 P125
M300 S329.63 P125
M300 S349.23 P250
M300 S233.08 P250
M300 S311.13 P500
M300 S293.66 P375
M300 S277.18 P125
M300 S261.63 P125
M300 S246.94 P125
M300 S261.63 P250
M300 S174.61 P250
M300 S207.65 P500
M300 S174.61 P375
M300 S261.63 P125
M300 S220 P500
M300 S174.61 P375
M300 S261.63 P125
M300 S220 P1000
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment