having same issue I can manually set the temp but when it starts printing drops to 50deg and i have to retweak it again
in CuraEngine I have Filaments set for 235deg and 110deg bed
but it keeps starting as 210deg 50deg
I even have these wanted higher temps stored in the EPROM and repetier server
https://ibb.co/vcc6XPP<br/><br/><div>; Default start code</div>
G28 ; Home extruder
G1 Z15 F{Z_TRAVEL_SPEED}
M106 ; Turn off fan
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}
{IF_BED}M190 S{BED}
isn't this meant to use the temps for the selected filament?
but if seems to be constantly reading default ?
also does relative extrusion work instead of absolute extrusion?
M82 ; Extruder in relative mode ?
I have no idea if you are using your 5 year old fork or if you are using the current curaengine that supports relative mode , I am finding my screw holes / mounts the wrong diametre , external squares seem ok