Skip to content

Commit

Permalink
#736 reprap mm : only set standby in the standby code.
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Nov 30, 2020
1 parent 2ff11f3 commit 0a819d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/GCode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)));
Expand Down

0 comments on commit 0a819d3

Please sign in to comment.