1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

Optimization: don't store wipe path if wipe is not requested

This commit is contained in:
Alessandro Ranellucci
2013-07-05 15:03:08 +02:00
parent be4eb3762f
commit d074b98aba
2 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -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';