mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 07:45:58 +08:00
#736 reprap mm : only set standby in the standby code.
This commit is contained in:
parent
2ff11f360b
commit
0a819d3d13
@ -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)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user