Browse Source

Merge pull request #4820 from darrelhunt/RCBugFix

Fixing Pin Definition Files to Define USBCON
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
939bf1057c
  1. 1
      Marlin/pins_5DPRINT.h
  2. 2
      Marlin/pins_BRAINWAVE.h
  3. 1
      Marlin/pins_BRAINWAVE_PRO.h
  4. 2
      Marlin/pins_PRINTRBOARD.h
  5. 1
      Marlin/pins_SAV_MKI.h
  6. 1
      Marlin/pins_TEENSY2.h
  7. 1
      Marlin/pins_TEENSYLU.h

1
Marlin/pins_5DPRINT.h

@ -33,6 +33,7 @@
#define DEFAULT_MACHINE_NAME "Makibox"
#define BOARD_NAME "5DPrint D8"
#define USBCON 1286 // Disable MarlinSerial etc.
#define LARGE_FLASH true
//

2
Marlin/pins_BRAINWAVE.h

@ -33,6 +33,8 @@
#define BOARD_NAME "Brainwave"
#define USBCON 646 // Disable MarlinSerial etc.
//
// Limit Switches
//

1
Marlin/pins_BRAINWAVE_PRO.h

@ -39,6 +39,7 @@
#define BOARD_NAME "Brainwave Pro"
#define USBCON 1286 // Disable MarlinSerial etc.
#define LARGE_FLASH true
//

2
Marlin/pins_PRINTRBOARD.h

@ -36,6 +36,8 @@
#endif
#define BOARD_NAME "Printrboard"
#define USBCON 1286 // Disable MarlinSerial etc.
#define LARGE_FLASH true
// Disable JTAG pins so they can be used for the Extrudrboard

1
Marlin/pins_SAV_MKI.h

@ -35,6 +35,7 @@
#define DEFAULT_SOURCE_CODE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
#define BOARD_NAME "SAV MkI"
#define USBCON 1286 // Disable MarlinSerial etc.
#define LARGE_FLASH true
#define X_STEP_PIN 0

1
Marlin/pins_TEENSY2.h

@ -76,6 +76,7 @@
#define BOARD_NAME "Teensy++2.0"
#define USBCON 1286 // Disable MarlinSerial etc.
#define LARGE_FLASH true
#define X_STEP_PIN 28 // 0 Marlin

1
Marlin/pins_TEENSYLU.h

@ -37,6 +37,7 @@
#define BOARD_NAME "Teensylu"
#define USBCON 1286 // Disable MarlinSerial etc.
#define LARGE_FLASH true
#define X_STEP_PIN 0

Loading…
Cancel
Save