1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

Some initial work for refactoring Print->extruders

This commit is contained in:
Alessandro Ranellucci
2014-01-03 10:44:36 +01:00
parent b9793b3f12
commit 52ce6e4a7b
2 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -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