mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07: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 {
|
||||
my ($self, $extruder_id) = @_;
|
||||
|
||||
$self->placeholder_parser->set('current_extruder', $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
|
||||
|
||||
Reference in New Issue
Block a user