mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 05:24:01 -06:00
Store config in Slic3r::GCode object
This commit is contained in:
parent
7baaf6bf5d
commit
da76496988
3 changed files with 72 additions and 68 deletions
|
@ -688,6 +688,7 @@ sub write_gcode {
|
|||
|
||||
# set up our extruder object
|
||||
my $gcodegen = Slic3r::GCode->new(
|
||||
config => $self->config,
|
||||
multiple_extruders => (@{$self->extruders} > 1),
|
||||
layer_count => $self->layer_count,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue