Update for 203RC1

2 Files requiring changes to cope with changes in 2.03RC1
Upload the 2 new files, rename the existing heat and main to something like heat_backup and main_backup then rename the 2 new files to heat and main respectively.
This commit is contained in:
Alan Thomson 2019-05-10 20:47:02 +01:00
parent 4233a9d247
commit ce1f4a34c5
2 changed files with 89 additions and 0 deletions

30
heat_For_203RC1 Normal file
View File

@ -0,0 +1,30 @@
button R0 C0 F0 T" BACK " A"return"
text T" "
button R0 C64 T"COOLDOWN" A"M98 P#0" L"/menu/cooldown"
image R11 C0 L"hline.img"
image R13 C4 L"bed.img"
button C19 T"Off" A"M140 S0"
button C45 T"50" A"M140 S50"
button C68 T"80" A"M140 S80"
button C87 T"90" A"M140 S90"
button C108 T"110" V3 A"M140 S110"
image R25 C4 L"nozzle.img"
button C19 T"Off" A"M104 S0"
button C41 T"180" A"M104 S180"
button C62 T"200" A"M104 S200"
button C83 T"210" A"M104 S210"
button C104 T"235" A"M104 S235"
image R37 C0 L"hline.img"
image R39 C10 L"bed.img"
value H2 N180 W20
text T"/"
value N80 W20
image L"nozzle.img"
value H2 N100 W20
text T"/"
value N0 W20
image R50 C0 L"hline.img"
text R52 C4 "IP: "
value H0 N534 W60
text "P: "
value H2 N535 W20

59
main_For_203RC1 Normal file
View File

@ -0,0 +1,59 @@
; "Not printing" Menu
;
button R51 C0 F0 V5 T" HEAT " A"menu heat"
button V5 T" MOVE " A"menu move"
button V5 " CTRL " A"menu control"
button V5 " PRINT " A"menu listFiles"
;
; "Printing" Menu
;
button R51 C0 F0 V2 T" BABYSTEP " A"menu babysteps"
button V2 T" PAUSE " A"M25"
;
; "Paused" Menu
;
button R51 C0 F0 V6 T" RESUME " A"M24"
button V6 T" ABORT " A"M0 H1"
;
image R3 C2 L"d3d.img"
;
image R0 C33 L"nozzle.img"
alter R10 C16 H2 N100 W20
text R10 C38 T"/"
value N0 W20
;
;
image R0 C73 L"bed.img"
alter R10 H2 C55 N180 W20
text R10 C77 T"/"
value N80 W20
;
;
image R0 C112 L"fan.img"
alter R10 C98 H2 N300 W26
;
;
image R21 C0 L"hline.img"
;
;
image R35 C0 L"hline.img"
text R37 C8 F0 T"X: "
value N510 W25
text T" Y: "
value N511 W25
text T" Z: "
value N512 D2 W30
image R49 C0 L"hline.img"
;
;
image R25 C4 L"flowrate.img"
alter R23 C12 H2 N400 W26
;
;
image R25 C48 L"speed.img"
alter R23 C56 H2 N500 W26
;
;
image R25 C92 L"baby.img"
alter R23 C102 N521 W26 D2
;