mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Some initial work for refactoring Print->extruders
This commit is contained in:
parent
b9793b3f12
commit
52ce6e4a7b
2 changed files with 13 additions and 9 deletions
|
@ -758,7 +758,7 @@ sub combine_infill {
|
|||
my $every = $region->config->infill_every_layers;
|
||||
|
||||
# limit the number of combined layers to the maximum height allowed by this regions' nozzle
|
||||
my $nozzle_diameter = $self->print->regions->[$region_id]->extruders->{infill}->nozzle_diameter;
|
||||
my $nozzle_diameter = $self->print->config->nozzle_diameter->[ $region->config->infill_extruder-1 ];
|
||||
|
||||
# define the combinations
|
||||
my @combine = (); # layer_id => thickness in layers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue