Set temperature with filament settings
Hello. I have been using repetier-host for about a week and I'm loving it!
I have tried to add filament settings, with both nozzle and bed temperatures, but they always revert to 210 on the nozzle and 50 on the bed.
Then I have to change it once the print has started with the help of manual control.
I'm running default g-code:
; Default start code
G28 ; Home extruder
G1 Z15 F{Z_TRAVEL_SPEED}
M107 ; Turn off fan
G90 ; Absolute positioning
M82 ; Extruder in absolute mode
{IF_BED}M190 S{BED}
; Activate all used extruder
{IF_EXT0}M104 T0 S{TEMP0}
G92 E0 ; Reset extruder position
; Wait for all used extruders to reach temperature
{IF_EXT0}M109 T0 S{TEMP0}
Thanks for any help
Vincent
Comments