mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fixed one typo in BridgeDetector and some improvements to support material
This commit is contained in:
@@ -146,8 +146,8 @@ sub contact_area {
|
||||
) if $d > $fw/2;
|
||||
} else {
|
||||
$diff = diff(
|
||||
offset([ map $_->p, @{$layerm->slices} ], -$fw/2),
|
||||
[ map @$_, @{$lower_layer->slices} ],
|
||||
[ map $_->p, @{$layerm->slices} ],
|
||||
offset([ map @$_, @{$lower_layer->slices} ], +$fw*2),
|
||||
);
|
||||
|
||||
# collapse very tiny spots
|
||||
|
||||
Reference in New Issue
Block a user