Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pessimism committed Apr 24, 2020
1 parent 2012e1a commit 9dd9b75
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@
#define FAN_NUM 1 // set in 1~6

// PLA PETG ABS
#define PREHEAT_BED {60, 70, 100}
#define PREHEAT_BED {0, 0, 0}
#define PREHEAT_HOTEND {200, 250, 230}

#define HEAT_MAX_TEMP {150, 275, 275, 275, 275, 275, 275} //max temperature can be set
#define HEAT_SIGN_ID {"B:", "T0:", "T1:", "T2:", "T3:", "T4:", "T5:"}
#define HEAT_DISPLAY_ID {"Bed", "T0", "T1", "T2", "T3", "T4", "T5"}
#define HEAT_CMD {"M140", "M104 T0", "M104 T1", "M104 T2", "M104 T3", "M104 T4", "M104 T5" };
#define HEAT_WAIT_CMD {"M190", "M109 T0", "M109 T1", "M109 T2", "M109 T3", "M109 T4", "M109 T5" };
#define HEAT_CMD {"M115", "M104 T0", "M104 T1", "M104 T2", "M104 T3", "M104 T4", "M104 T5" };
#define HEAT_WAIT_CMD {"M115", "M109 T0", "M109 T1", "M109 T2", "M109 T3", "M109 T4", "M109 T5" };

#define TOOL_CHANGE {"T0", "T1", "T2", "T3", "T4", "T5"}
#define EXTRUDER_ID {"E0", "E1", "E2", "E3", "E4", "E5"}
Expand Down

0 comments on commit 9dd9b75

Please sign in to comment.