mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 04:42:00 +08:00
Fix generating supports for hovering slices (#4129)
This commit is contained in:
parent
e6c715cad2
commit
5514c84f2e
@ -179,8 +179,8 @@ sub contact_area {
|
||||
}
|
||||
|
||||
$diff = diff(
|
||||
offset([ map $_->p, @{$layerm->slices} ], -$d),
|
||||
[ map @$_, @{$lower_layer->slices} ],
|
||||
[ map $_->p, @{$layerm->slices} ],
|
||||
offset([ map @$_, @{$lower_layer->slices} ], +$d),
|
||||
);
|
||||
|
||||
# only enforce spacing from the object ($fw/2) if the threshold angle
|
||||
|
Loading…
x
Reference in New Issue
Block a user