mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Optimization: don't store wipe path if wipe is not requested
This commit is contained in:
parent
be4eb3762f
commit
d074b98aba
2 changed files with 16 additions and 4 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue