mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
New toolchange_gcode option. #547
This commit is contained in:
parent
db754dca4d
commit
e59ed7efb7
5 changed files with 28 additions and 1 deletions
|
@ -656,6 +656,11 @@ sub build {
|
|||
no_labels => 1,
|
||||
options => [qw(layer_gcode)],
|
||||
},
|
||||
{
|
||||
title => 'Tool change G-code',
|
||||
no_labels => 1,
|
||||
options => [qw(toolchange_gcode)],
|
||||
},
|
||||
]);
|
||||
|
||||
$self->{extruder_pages} = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue