mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 16:15:59 +08:00
changed overhang threshold for enforced supports from 75 to 89
This commit is contained in:
parent
68536a27d5
commit
b500f0cc01
@ -171,7 +171,7 @@ sub contact_area {
|
|||||||
my $layer_threshold_rad = $threshold_rad;
|
my $layer_threshold_rad = $threshold_rad;
|
||||||
if ($layer_id <= $conf->support_material_enforce_layers) {
|
if ($layer_id <= $conf->support_material_enforce_layers) {
|
||||||
# Use ~45 deg number for enforced supports if we are in auto
|
# Use ~45 deg number for enforced supports if we are in auto
|
||||||
$layer_threshold_rad = deg2rad(75);
|
$layer_threshold_rad = deg2rad(89);
|
||||||
}
|
}
|
||||||
if (defined $layer_threshold_rad) {
|
if (defined $layer_threshold_rad) {
|
||||||
$d = scale $lower_layer->height
|
$d = scale $lower_layer->height
|
||||||
|
Loading…
x
Reference in New Issue
Block a user