mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-05-30 01:54:49 +08:00
A typo caused no newline after Tn. #530
This commit is contained in:
parent
c60ff66713
commit
e703e78504
@ -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…
x
Reference in New Issue
Block a user