mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Populate ExtrusionPath::height correctly in case of bridge
This commit is contained in:
parent
d781371d66
commit
cf4119e169
2 changed files with 2 additions and 1 deletions
|
@ -368,7 +368,7 @@ sub _traverse_loops {
|
|||
role => EXTR_ROLE_OVERHANG_PERIMETER,
|
||||
mm3_per_mm => $self->_mm3_per_mm_overhang,
|
||||
width => $self->overhang_flow->width,
|
||||
height => $self->layer_height,
|
||||
height => $self->overhang_flow->height,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue