Skip to content

Commit

Permalink
Merge pull request #106 from PavelSindler/MK2
Browse files Browse the repository at this point in the history
changed printer revision displayed in support menu for multimaterial
  • Loading branch information
PavelSindler authored May 22, 2017
2 parents 8dbe6af + 536e3e8 commit e331d7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Firmware/language_all.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern unsigned char lang_selected;
extern const char* const MSG_ACTIVE_EXTRUDER_LANG_TABLE[1];
#define MSG_ACTIVE_EXTRUDER LANG_TABLE_SELECT_EXPLICIT(MSG_ACTIVE_EXTRUDER_LANG_TABLE, 0)
extern const char* const MSG_ADJUSTZ_LANG_TABLE[LANG_NUM];
#define MSG_ADJUSTZ LANG_TABLE_SELECT(MSG_ADJUSTZ_LANG_TABLE)
#define MSG_ADJUSTZ LANG_TABLE_SELECT(MSG_ADJUSTZ_LANG_TABLE)
extern const char* const MSG_AMAX_LANG_TABLE[1];
#define MSG_AMAX LANG_TABLE_SELECT_EXPLICIT(MSG_AMAX_LANG_TABLE, 0)
extern const char* const MSG_AUTHOR_LANG_TABLE[1];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GENERAL SETTINGS
*------------------------------------*/

// Printer revision
#define FILAMENT_SIZE "1_75mm_MK2"
#define FILAMENT_SIZE "1_75mm_MK2_MM"
#define NOZZLE_TYPE "E3Dv6full"

// Developer flag
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GENERAL SETTINGS
*------------------------------------*/

// Printer revision
#define FILAMENT_SIZE "1_75mm_MK2"
#define FILAMENT_SIZE "1_75mm_MK2_MM"
#define NOZZLE_TYPE "E3Dv6full"

// Developer flag
Expand Down

0 comments on commit e331d7d

Please sign in to comment.