Extruder Temperature Testing
Posted: Sun Dec 29, 2013 11:51 am
Hi
I found a automatic temperature testing on thingiverse http://www.thingiverse.com/thing:211514/#instructions.
I added the codes how is in the instruction, but doesn`t work
here is the part from g-code how I added
G21 ; set units to millimeters
M107
M190 S85 ; wait for bed temperature to be reached
M104 S205 ; set temperature
this i added
<<<<------------------
G1 Z10.200 F7800.000
G1 Z20.210 F7800.000
G1 Z30.195 F7800.000
G1 Z40.215 F7800.000
G1 Z50.190 F7800.000
G1 Z60.220 F7800.000
G1 Z70.185 F7800.000
G1 Z80.225 F7800.000
G1 Z90.180 F7800.000
------------------->>>>
G28 ; home all axes
G1 Z300 F3000
M42 P6 S255 ; Turns on PEEK fan
M109 S205 ; wait for temperature to be reached
G90 ; use absolute coordinates
G92 E0
M82 ; use absolute distances for extrusion
thanks
I found a automatic temperature testing on thingiverse http://www.thingiverse.com/thing:211514/#instructions.
I added the codes how is in the instruction, but doesn`t work
here is the part from g-code how I added
G21 ; set units to millimeters
M107
M190 S85 ; wait for bed temperature to be reached
M104 S205 ; set temperature
this i added
<<<<------------------
G1 Z10.200 F7800.000
G1 Z20.210 F7800.000
G1 Z30.195 F7800.000
G1 Z40.215 F7800.000
G1 Z50.190 F7800.000
G1 Z60.220 F7800.000
G1 Z70.185 F7800.000
G1 Z80.225 F7800.000
G1 Z90.180 F7800.000
------------------->>>>
G28 ; home all axes
G1 Z300 F3000
M42 P6 S255 ; Turns on PEEK fan
M109 S205 ; wait for temperature to be reached
G90 ; use absolute coordinates
G92 E0
M82 ; use absolute distances for extrusion
thanks