#736 reprap mm : only set standby in the standby code.

This commit is contained in:
supermerill 2020-11-30 17:23:57 +01:00
parent 2ff11f360b
commit 0a819d3d13

View File

@ -1088,7 +1088,7 @@ static void init_multiextruders(FILE *file, Print &print, GCodeWriter & writer,
int standby_temp = int(print.config().temperature.get_at(tool_id));
if(print.config().ooze_prevention.value)
standby_temp += print.config().standby_temperature_delta.value;
fprintf(file, "G10 P%d R%d S%d ; sets the standby temperature\n",
fprintf(file, "G10 P%d R%d ; sets the standby temperature\n",
tool_id,
standby_temp,
int(print.config().temperature.get_at(tool_id)));