mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Dual extruder for support material
This commit is contained in:
parent
375829204f
commit
94a2585b97
5 changed files with 23 additions and 1 deletions
|
@ -326,4 +326,11 @@ sub _Gx {
|
|||
return "$gcode\n";
|
||||
}
|
||||
|
||||
sub set_tool {
|
||||
my $self = shift;
|
||||
my ($tool) = @_;
|
||||
|
||||
return sprintf "T%d%s\n", $tool, ($Slic3r::gcode_comments ? ' ; change tool' : '');
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue