Assign Temperatures
The possibility to have repeatier server assign temperatures based on material selection, so when a part is sliced have no temperatures information such as
M104 S230 ;set head temp (no wait)
M190 S110 ;set bed temp (wait)
M109 S230 ;set head temp (wait)
in the gcode.
Then in repeatier server say I want to print with PLA, which will add temperature info to the start of the gcode. Hope this makes sense.
Comments
But the good news is you can already change temperatures afterwards for the easy case that they get only set at the start. In the gcode editor you can change a few lines to modify temperature. Actually it was mainly written for just that task.