mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 04:31:58 +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(
|
$diff = diff(
|
||||||
offset([ map $_->p, @{$layerm->slices} ], -$d),
|
[ map $_->p, @{$layerm->slices} ],
|
||||||
[ map @$_, @{$lower_layer->slices} ],
|
offset([ map @$_, @{$lower_layer->slices} ], +$d),
|
||||||
);
|
);
|
||||||
|
|
||||||
# only enforce spacing from the object ($fw/2) if the threshold angle
|
# only enforce spacing from the object ($fw/2) if the threshold angle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user