Skip to content

Commit

Permalink
Updated Dual and Quad unload temperatures.
Browse files Browse the repository at this point in the history
This fixes #56 -- 130C is the only available temperature in x_funload.
  • Loading branch information
David Hargrove committed Dec 18, 2018
1 parent e2ec53b commit 24e464a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
17 changes: 7 additions & 10 deletions SD Card Structure/Dual/menu/x_funload
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@
button R3 C5 F0 T"Go Back" A"return"
;
text R15 C5 T"Preheat"
button R15 C60 T"175C" A"M104 S175"
button R15 C60 T"130C" A"M104 S130"
;
text R27 C5 T"Preheat"
button R27 C60 T"130C" A"M104 S130"
text R27 C5 F0 T"Unload 1 (D0)"
button R27 C63 F0 T"-20mm" A"M83 G0 E-20:0 F240"
;
text R39 C5 F0 T"Unload 1 (D0)"
button R39 C63 F0 T"-20mm" A"M83 G0 E-20:0 F240"
text R39 C5 F0 T"Unload 2 (D1)"
button R39 C63 F0 T"-20mm" A"M83 G0 E0:-20 F240"
;
text R51 C5 F0 T"Unload 2 (D1)"
button R51 C63 F0 T"-20mm" A"M83 G0 E0:-20 F240"
;
text R63 C5 F0 T"Retract All"
button R63 C63 F0 T"-20mm" A"M83 G0 E-20:-20 F240"
text R51 C5 F0 T"Retract All"
button R51 C63 F0 T"-20mm" A"M83 G0 E-20:-20 F240"
25 changes: 11 additions & 14 deletions SD Card Structure/Quad/menu/x_funload
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,19 @@
button R3 C5 F0 T"Go Back" A"return"
;
text R15 C5 T"Preheat"
button R15 C65 T"175C" A"M104 S175"
button R15 C65 T"130C" A"M104 S130"
;
text R27 C5 T"Preheat"
button R27 C65 T"130C" A"M104 S130"
text R27 C5 F0 T"Unload 0 (D0)"
button R27 C65 F0 T"-20mm" A"M83 G0 E-20:0:0:0 F240"
;
text R39 C5 F0 T"Unload 0 (D0)"
button R39 C65 F0 T"-20mm" A"M83 G0 E-20:0:0:0 F240"
text R39 C5 F0 T"Unload 1 (D1)"
button R39 C65 F0 T"-20mm" A"M83 G0 E0:-20:0:0 F240"
;
text R51 C5 F0 T"Unload 1 (D1)"
button R51 C65 F0 T"-20mm" A"M83 G0 E0:-20:0:0 F240"
text R51 C5 F0 T"Unload 2 (D2)"
button R51 C65 F0 T"-20mm" A"M83 G0 E0:0:-20:0 F240"
;
text R63 C5 F0 T"Unload 2 (D2)"
button R63 C65 F0 T"-20mm" A"M83 G0 E0:0:-20:0 F240"
text R63 C5 F0 T"Unload 3 (D3)"
button R63 C65 F0 T"-20mm" A"M83 G0 E0:0:0:-20 F240"
;
text R75 C5 F0 T"Unload 3 (D3)"
button R75 C65 F0 T"-20mm" A"M83 G0 E0:0:0:-20 F240"
;
text R87 C5 F0 T"Retract All"
button R87 C65 F0 T"-20mm" A"M83 G0 E-20:-20:-20:-20 F240"
text R75 C5 F0 T"Retract All"
button R75 C65 F0 T"-20mm" A"M83 G0 E-20:-20:-20:-20 F240"

0 comments on commit 24e464a

Please sign in to comment.