A typo caused no newline after Tn. #530
This commit is contained in:
parent
c60ff66713
commit
e703e78504
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ sub set_tool {
|
|||
|
||||
$self->extruder_idx($tool);
|
||||
return $self->retract
|
||||
. sprintf "T%d%s\n", $tool, ($Slic3r::gcode_comments ? ' ; change tool' : '')
|
||||
. (sprintf "T%d%s\n", $tool, ($Slic3r::gcode_comments ? ' ; change tool' : ''))
|
||||
. $self->reset_e
|
||||
. $self->unretract;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue