mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Retract before changing tool. #319
This commit is contained in:
@@ -341,7 +341,7 @@ sub set_tool {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
my ($tool) = @_;
|
my ($tool) = @_;
|
||||||
|
|
||||||
return sprintf "T%d%s\n", $tool, ($Slic3r::gcode_comments ? ' ; change tool' : '');
|
return $self->retract . sprintf "T%d%s\n", $tool, ($Slic3r::gcode_comments ? ' ; change tool' : '');
|
||||||
}
|
}
|
||||||
|
|
||||||
sub set_fan {
|
sub set_fan {
|
||||||
|
|||||||
Reference in New Issue
Block a user