Merge pull request #2 from mudcruzr/Code-Upload

Initial upload
This commit is contained in:
mudcruzr 2019-01-18 21:35:37 +00:00 committed by GitHub
commit 1e9f705ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
33 changed files with 215 additions and 0 deletions

4
Xm1.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 X-1 F6000
M121

4
Xm10.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 X-10 F6000
M121

4
Xm50.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 X-50 F6000
M121

4
Xp1.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 X+1 F6000
M121

4
Xp10.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 X+10 F6000
M121

4
Xp50.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 X+50 F6000
M121

4
Ym1.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 Y-1 F6000
M121

4
Ym10.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 Y-10 F6000
M121

4
Ym50.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 Y-50 F6000
M121

4
Yp1.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 Y+1 F6000
M121

4
Yp10.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 Y+10 F6000
M121

4
Yp50.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 Y+50 F6000
M121

4
Zm1.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 Z-1 F6000
M121

4
Zm10.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 Z-10 F6000
M121

4
Zm50.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 Z-50 F6000
M121

4
Zp1.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 Z+1 F6000
M121

4
Zp10.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 Z+10 F6000
M121

4
Zp50.g Normal file
View File

@ -0,0 +1,4 @@
M120
G91
G1 Z+50 F6000
M121

1
baby.img Normal file
View File

@ -0,0 +1 @@
ΐ ο¨ο

12
babysteps Normal file
View File

@ -0,0 +1,12 @@
button R0 C0 F0 T" BACK " A"return"
text T" "
image R11 C0 L"hline.img"
text R26 C8 F0 T"Baby Step Adjust"
alter C88 D2 N521
image R51 C0 L"hline.img"
text R52 C5 F0 T"X "
value N510 W25
text T" Y "
value N511 W25
text T" Z "
value N512 D2 W30

BIN
bed.img Normal file

Binary file not shown.

4
cooldown Normal file
View File

@ -0,0 +1,4 @@
M140 S0
M140 S-273.15 R-273.15
G10 P0 S-273.15 R-273.15
M106 S0 ;Put parts cooling fan off too

BIN
d3d.img Normal file

Binary file not shown.

BIN
fan.img Normal file

Binary file not shown.

1
flowrate.img Normal file
View File

@ -0,0 +1 @@
<07>ワ莫

26
heat Normal file
View File

@ -0,0 +1,26 @@
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"
text R13 C0 F0 T"Bed"
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"
text R25 C0 F0 T"E"
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"
text R39 C10 F0 T"Bed "
value H2 N180 W20
text T"/"
value N80 W20
text T" E "
value H2 N100 W20
text T"/"
value N0 W20
value R52 C0 F0 W128 N501

1
hline.img Normal file
View File

@ -0,0 +1 @@
<01><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>

4
listFiles Normal file
View File

@ -0,0 +1,4 @@
button R0 C0 F0 T" BACK " A"return"
text T" "
image R11 C0 L"hline.img"
files R14 F0 N4 I"/gcodes" A"M32 #0|return"

60
main Normal file
View File

@ -0,0 +1,60 @@
; "Not printing" Menu
;
button R46 C0 F0 V5 T" PREHEAT " A"menu heat"
button V5 T" MOVE " A"menu move"
button V5 " PRINT " A"menu listFiles"
;
; "Printing" Menu
;
button R46 C0 F0 V2 T" BABYSTEP " A"menu babysteps"
button V2 T" PAUSE " A"M25"
;
; "Paused" Menu
;
button R46 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 W20
text T"%"
;
image R21 C0 L"hline.img"
;
;
image R33 C0 L"hline.img"
text R34 C8 F0 T"X: "
value N510 W25
text T" Y: "
value N511 W25
text T" Z: "
value N512 D2 W30
image R45 C0 L"hline.img"
;
;
image R24 C4 L"flowrate.img"
alter R22 C12 H2 N400 W20
text T"%"
;
;
image R24 C48 L"speed.img"
alter R22 C56 H2 N500 W20
text T"%"
;
image R24 C92 L"baby.img"
alter R22 C102 N521 W26 D2
;
value R55 C0 F0 W128 N501

32
move Normal file
View File

@ -0,0 +1,32 @@
button R0 C0 F0 T" BACK " A"return"
button C32 T" HOME " A"M98 P/sys/homeall.g"
button C64 T" PRINT " A"menu listFiles"
image R11 C0 L"hline.img"
text R14 C1 F0 T"X"
button C11 T"-50 " A"M98 P#0" L"/menu/Xm50.g"
button C32 T"-10 " A"M98 P#0" L"/menu/Xm10.g"
button C50 T" -1 " A"M98 P#0" L"/menu/Xm1.g"
button C69 T"+1 " A"M98 P#0" L"/menu/Xp1.g"
button C87 T"+10 " A"M98 P#0" L"/menu/Xp10.g"
button C108 T"+50 " A"M98 P#0" L"/menu/Xp50.g"
text R26 C1 F0 T"Y"
button C11 T"-50 " A"M98 P#0" L"/menu/Ym50.g"
button C32 T"-10 " A"M98 P#0" L"/menu/Ym10.g"
button C50 T" -1 " A"M98 P#0" L"/menu/Ym1.g"
button C69 T"+1 " A"M98 P#0" L"/menu/Yp1.g"
button C87 T"+10 " A"M98 P#0" L"/menu/Yp10.g"
button C108 T"+50 " A"M98 P#0" L"/menu/Yp50.g"
text R38 C1 F0 T"Z"
button C11 T"-50 " A"M98 P#0" L"/menu/Zm50.g"
button C32 T"-10 " A"M98 P#0" L"/menu/Zm10.g"
button C50 T" -1 " A"M98 P#0" L"/menu/Zm1.g"
button C69 T"+1 " A"M98 P#0" L"/menu/Zp1.g"
button C87 T"+10 " A"M98 P#0" L"/menu/Zp10.g"
button C108 T"+50" A"M98 P#0" L"/menu/Zp50.g"
image R51 C0 L"hline.img"
text R52 C8 F0 T"X "
value N510 W25
text T" Y "
value N511 W25
text T" Z "
value N512 D2 W30

BIN
nozzle.img Normal file

Binary file not shown.

1
speed.img Normal file
View File

@ -0,0 +1 @@
`<60>l*<2A>

1
test.img Normal file
View File

@ -0,0 +1 @@