Offset temp doesn't work
in Bug Reports
Before upgrade to 1.1.0 extruder offset temp doesn't work. (I don't try heat bed offset setting)
I try to rewrite values for each printer but this doesn't solve the problem.
Comments
Offsets get only applied to the print and not when you send them manually, so maybe you are expecting this. But it is meant to equalize behaviour on gcodes while in front end setting temperatures is just what it is. So offset 10 make setting it to 200 in gui set it to 200.
M104 S200
in printed gcode will send instead
M104 S210
After the updates it stopped working. Please check it out.
In 1.1.0 this works only in one printer of the server.
I will make a youtube video showing that.
M105
M190 S60
M104 S195
M105
M109 S195
M82 ;absolute extrusion mode
The first time in v1 it works fine.
The second time in v1 does not update M104 or M109
The first time in v2 M104 does not work and M109 works.