simple temp block by pfilipe 3d model
3dmdb logo
Thingiverse
simple temp block by pfilipe

simple temp block by pfilipe

by Thingiverse
Last crawled date: 3 years ago
In the gcode, look for the M104 command. Example:
M104 S205 ; set temperature
Then add it to the gcode produced from your slicer, after the end blocks, like this:
...
G92 E0
M104 S200 ; set temperature
G1 Z10.200 F7800.000
...
Set the correct temp based on the Z location from the command:

Tags