File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3108,8 +3108,7 @@ void PrintObject::combine_infill()
3108
3108
3109
3109
// Limit the number of combined layers to the maximum height allowed by this regions' nozzle.
3110
3110
// FIXME limit the layer height to max_layer_height
3111
- const double nozzle_diameter = std::min (this ->print ()->config ().nozzle_diameter .get_at (region.config ().infill_extruder .value - 1 ),
3112
- this ->print ()->config ().nozzle_diameter .get_at (region.config ().solid_infill_extruder .value - 1 ));
3111
+ const double nozzle_diameter = this ->print ()->config ().nozzle_diameter .get_at (region.config ().infill_extruder .value - 1 );
3113
3112
3114
3113
const double automatic_infill_combination_max_layer_height = region.config ().automatic_infill_combination_max_layer_height .get_abs_value (nozzle_diameter);
3115
3114
const double max_combine_layer_height = automatic_infill_combination ? std::min (automatic_infill_combination_max_layer_height, nozzle_diameter) : nozzle_diameter;
You can’t perform that action at this time.
0 commit comments