mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 05:24:01 -06:00
Merge branch 'master' into overhang
This commit is contained in:
commit
61c1045331
7 changed files with 11 additions and 4 deletions
|
@ -99,7 +99,7 @@ sub _build_width {
|
|||
sub _build_spacing {
|
||||
my $self = shift;
|
||||
my $width = $self->width;
|
||||
return $width + &Slic3r::OVERLAP_FACTOR * ($width * PI / 4 - $width);
|
||||
return $width - (&Slic3r::BRIDGE_OVERLAP_FACTOR * $width);
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue