Skip to content

Commit

Permalink
ADIMLab Gantry - Spelling Correction (MarlinFirmware#15043)
Browse files Browse the repository at this point in the history
  • Loading branch information
ETE-Design authored and thinkyhead committed Aug 26, 2019
1 parent 1769f43 commit 9d12788
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Marlin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ else ifeq ($(HARDWARE_MOTHERBOARD),1141)
else ifeq ($(HARDWARE_MOTHERBOARD),1142)
# Overlord/Overlord Pro
else ifeq ($(HARDWARE_MOTHERBOARD),1143)
# ADIMLab Granty v1
# ADIMLab Gantry v1
else ifeq ($(HARDWARE_MOTHERBOARD),1144)
# ADIMLab Granty v2
# ADIMLab Gantry v2
else ifeq ($(HARDWARE_MOTHERBOARD),1145)

#
Expand Down
4 changes: 2 additions & 2 deletions Marlin/src/core/boards.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
#define BOARD_Z_BOLT_X_SERIES 1141 // Z-Bolt X Series
#define BOARD_TT_OSCAR 1142 // TT OSCAR
#define BOARD_OVERLORD 1143 // Overlord/Overlord Pro
#define BOARD_HJC2560C_REV1 1144 // ADIMLab Granty v1
#define BOARD_HJC2560C_REV2 1145 // ADIMLab Granty v2
#define BOARD_HJC2560C_REV1 1144 // ADIMLab Gantry v1
#define BOARD_HJC2560C_REV2 1145 // ADIMLab Gantry v2

//
// RAMBo and derivatives
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/mega/pins_HJC2560C_REV2.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif

#define DEFAULT_MACHINE_NAME "ADIMLab Granty v2"
#define DEFAULT_MACHINE_NAME "ADIMLab Gantry v2"
#define BOARD_INFO_NAME "HJC2560-C"

//
Expand Down
2 changes: 1 addition & 1 deletion config/examples/ADIMLab/Granty v1/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
#endif

// Name displayed in the LCD "Ready" message and Info menu
#define CUSTOM_MACHINE_NAME "ADIMLab Granty v1"
#define CUSTOM_MACHINE_NAME "ADIMLab Gantry v1"

// Printer's unique ID, used by some programs to differentiate between machines.
// Choose your own or use a service like http://www.uuidgenerator.net/version4
Expand Down
2 changes: 1 addition & 1 deletion config/examples/ADIMLab/Granty v2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
#endif

// Name displayed in the LCD "Ready" message and Info menu
#define CUSTOM_MACHINE_NAME "ADIMLab Granty v2"
#define CUSTOM_MACHINE_NAME "ADIMLab Gantry v2"

// Printer's unique ID, used by some programs to differentiate between machines.
// Choose your own or use a service like http://www.uuidgenerator.net/version4
Expand Down

0 comments on commit 9d12788

Please sign in to comment.