Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#4253 from 3d-gussner/MK3_3130_REVO_…
Browse files Browse the repository at this point in the history
…HF_60W

Update REVO HF 60W to MMU3
  • Loading branch information
3d-gussner authored Jun 29, 2023
2 parents d6c9247 + 3e4b376 commit 1ee6962
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Firmware/variants/1_75mm_MK3-EINSy10a-E3DREVO_HF_60W.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#define PRINTER_TYPE PRINTER_MK3
#define PRINTER_NAME PRINTER_MK3_NAME
#define PRINTER_NAME_ALTERNATE PRINTER_MK3S_NAME //the other similar printer to this.
#define PRINTER_MMU_TYPE PRINTER_MK3_MMU2
#define PRINTER_MMU_NAME PRINTER_MK3_MMU2_NAME
#define PRINTER_MMU_TYPE PRINTER_MK3_MMU3
#define PRINTER_MMU_NAME PRINTER_MK3_MMU3_NAME
#define FILAMENT_SIZE "1_75mm_MK3"
#define NOZZLE_TYPE "E3DREVO_HF_60W"

Expand Down
4 changes: 2 additions & 2 deletions Firmware/variants/1_75mm_MK3S-EINSy10a-E3DREVO_HF_60W.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#define PRINTER_TYPE PRINTER_MK3S
#define PRINTER_NAME PRINTER_MK3S_NAME
#define PRINTER_NAME_ALTERNATE PRINTER_MK3_NAME //the other similar printer to this.
#define PRINTER_MMU_TYPE PRINTER_MK3S_MMU2
#define PRINTER_MMU_NAME PRINTER_MK3S_MMU2_NAME
#define PRINTER_MMU_TYPE PRINTER_MK3S_MMU3
#define PRINTER_MMU_NAME PRINTER_MK3S_MMU3_NAME
#define FILAMENT_SIZE "1_75mm_MK3S"
#define NOZZLE_TYPE "E3DREVO_HF_60W"

Expand Down

0 comments on commit 1ee6962

Please sign in to comment.