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
Extruder Temperature Testing
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Extruder Temperature Testing
You have not left a comment to the creator of this on Thingiverse.
I think you should leave a comment to the creator and ask him why it does not work.
I think you should leave a comment to the creator and ask him why it does not work.
“ Do Not Regret Growing Older. It is a Privilege Denied to Many. ”
Re: Extruder Temperature Testing
????
I'm not sure that you added there, those are only Z movement commands.
As the instructions on Thingiverse say, you have to add updated temperature (M104/M109) commands at the right layer height.
I'm not sure that you added there, those are only Z movement commands.
As the instructions on Thingiverse say, you have to add updated temperature (M104/M109) commands at the right layer height.
Re: Extruder Temperature Testing
thx int2str
I have read second time the instruction and test it again. Now works really good and its nice to test the right filament temperature.
here, the gcode must have this formate
search in the gcode for Z10
G1 X10.797 Y2.523 F1800.000 E15.39419
G1 X10.797 Y2.129 F4800.000
G1 X-10.797 Y2.129 F1800.000 E15.73424
G1 X-10.797 Y1.736 F4800.000
G1 X10.797 Y1.736 F1800.000 E16.07429
G1 X10.797 Y1.342 F4800.000
G1 X-10.797 Y1.342 F1800.000 E16.41433
G1 X-2.264 Y1.342 F4800.000 E8.41433
----------
G1 Z10.000 = <-- this
----------
then set the temperature
----------
M104 S200 ; set temperature = with this code ( S200 = 200°
)
---------
G92 E0
G1 X-11.420 Y3.973
G1 Z9.800
G1 F3600.000 E8.00000
G1 X11.420 Y3.973 F1440.000 E8.74419
G1 X11.187 Y6.350 E8.82199
G1 X10.538 Y8.490 E8.89486
G1 X9.484 Y10.462 E8.96773
G1 X8.066 Y12.192 E9.04061
G1 X6.336 Y13.610 E9.11349
G1 X4.364 Y14.664 E9.18635
G1 X2.224 Y15.313 E9.25922
I have read second time the instruction and test it again. Now works really good and its nice to test the right filament temperature.
here, the gcode must have this formate
search in the gcode for Z10
G1 X10.797 Y2.523 F1800.000 E15.39419
G1 X10.797 Y2.129 F4800.000
G1 X-10.797 Y2.129 F1800.000 E15.73424
G1 X-10.797 Y1.736 F4800.000
G1 X10.797 Y1.736 F1800.000 E16.07429
G1 X10.797 Y1.342 F4800.000
G1 X-10.797 Y1.342 F1800.000 E16.41433
G1 X-2.264 Y1.342 F4800.000 E8.41433
----------
G1 Z10.000 = <-- this
----------
then set the temperature
----------
M104 S200 ; set temperature = with this code ( S200 = 200°

---------
G92 E0
G1 X-11.420 Y3.973
G1 Z9.800
G1 F3600.000 E8.00000
G1 X11.420 Y3.973 F1440.000 E8.74419
G1 X11.187 Y6.350 E8.82199
G1 X10.538 Y8.490 E8.89486
G1 X9.484 Y10.462 E8.96773
G1 X8.066 Y12.192 E9.04061
G1 X6.336 Y13.610 E9.11349
G1 X4.364 Y14.664 E9.18635
G1 X2.224 Y15.313 E9.25922
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Extruder Temperature Testing
It's good to see that you got it working!
“ Do Not Regret Growing Older. It is a Privilege Denied to Many. ”