mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-11 17:49:00 +08:00
Use the surface thickness if it is available for internal infill, instead of passing the layer height for the flow.
Fixes #4345
This commit is contained in:
parent
db17a63436
commit
4db029c753
@ -217,7 +217,7 @@ LayerRegion::make_fill()
|
||||
// layer height
|
||||
Flow internal_flow = this->region()->flow(
|
||||
frInfill,
|
||||
this->layer()->object()->config.layer_height.value, // TODO: handle infill_every_layers?
|
||||
h, // use the calculated surface thickness here for internal infill instead of the layer height to account for infill_every_layers
|
||||
false, // no bridge
|
||||
false, // no first layer
|
||||
-1, // auto width
|
||||
|
Loading…
x
Reference in New Issue
Block a user