Skip to content

Commit

Permalink
Updated multiple pins files
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrazio committed Apr 24, 2016
1 parent 170f7e8 commit 3b6f755
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Marlin/pins_3DRAG.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

#include "pins_RAMPS_14.h"

#define DEFAULT_MACHINE_NAME "3Drag"
#define DEFAULT_SOURCE_URL "http://3dprint.elettronicain.it/"
#define DEFAULT_MACHINE_NAME "3Drag"
#define DEFAULT_SOURCE_CODE_URL "http://3dprint.elettronicain.it/"

#undef Z_ENABLE_PIN
#define Z_ENABLE_PIN 63
Expand Down
8 changes: 4 additions & 4 deletions Marlin/pins_K8200.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

#include "pins_3DRAG.h"

#undef DEFAULT_MACHINE_NAME
#define DEFAULT_MACHINE_NAME "K8200"
#undef DEFAULT_MACHINE_NAME
#define DEFAULT_MACHINE_NAME "K8200"

#undef DEFAULT_SOURCE_URL
#define DEFAULT_SOURCE_URL "https://github.com/CONSULitAS/Marlin-K8200"
#undef DEFAULT_SOURCE_CODE_URL
#define DEFAULT_SOURCE_CODE_URL "https://github.com/CONSULitAS/Marlin-K8200"
4 changes: 2 additions & 2 deletions Marlin/pins_SAV_MKI.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
#error Oops! Make sure you have 'Teensy++ 2.0' selected from the 'Tools -> Boards' menu.
#endif

#define DEFAULT_MACHINE_NAME "SAV MkI"
#define DEFAULT_SOURCE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
#define DEFAULT_MACHINE_NAME "SAV MkI"
#define DEFAULT_SOURCE_CODE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"

#define LARGE_FLASH true

Expand Down
4 changes: 2 additions & 2 deletions Marlin/pins_ULTIMAIN_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#error Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu.
#endif

#define DEFAULT_MACHINE_NAME "Ultimaker"
#define DEFAULT_SOURCE_URL "https://github.com/Ultimaker/Marlin"
#define DEFAULT_MACHINE_NAME "Ultimaker"
#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"

#define X_STEP_PIN 25
#define X_DIR_PIN 23
Expand Down
4 changes: 2 additions & 2 deletions Marlin/pins_ULTIMAKER.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
#endif

#define DEFAULT_MACHINE_NAME "Ultimaker"
#define DEFAULT_SOURCE_URL "https://github.com/Ultimaker/Marlin"
#define DEFAULT_MACHINE_NAME "Ultimaker"
#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"

#define LARGE_FLASH true

Expand Down
4 changes: 2 additions & 2 deletions Marlin/pins_ULTIMAKER_OLD.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
#endif

#define DEFAULT_MACHINE_NAME "Ultimaker"
#define DEFAULT_SOURCE_URL "https://github.com/Ultimaker/Marlin"
#define DEFAULT_MACHINE_NAME "Ultimaker"
#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"

#define LARGE_FLASH true

Expand Down

0 comments on commit 3b6f755

Please sign in to comment.