mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
New [current_extruder] variable in custom G-code. #2866
This commit is contained in:
@@ -455,6 +455,7 @@ sub point_to_gcode {
|
|||||||
sub set_extruder {
|
sub set_extruder {
|
||||||
my ($self, $extruder_id) = @_;
|
my ($self, $extruder_id) = @_;
|
||||||
|
|
||||||
|
$self->placeholder_parser->set('current_extruder', $extruder_id);
|
||||||
return "" if !$self->writer->need_toolchange($extruder_id);
|
return "" if !$self->writer->need_toolchange($extruder_id);
|
||||||
|
|
||||||
# if we are running a single-extruder setup, just set the extruder and return nothing
|
# if we are running a single-extruder setup, just set the extruder and return nothing
|
||||||
|
|||||||
Reference in New Issue
Block a user