mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Optimization: don't store wipe path if wipe is not requested
This commit is contained in:
@@ -711,7 +711,7 @@ sub write_gcode {
|
||||
# set up our extruder object
|
||||
my $gcodegen = Slic3r::GCode->new(
|
||||
config => $self->config,
|
||||
multiple_extruders => (@{$self->extruders} > 1),
|
||||
extruders => $self->extruders,
|
||||
layer_count => $self->layer_count,
|
||||
);
|
||||
print $fh "G21 ; set units to millimeters\n" if $Slic3r::Config->gcode_flavor ne 'makerware';
|
||||
|
||||
Reference in New Issue
Block a user