mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Merge branch 'master' into overhang
Conflicts: lib/Slic3r/GCode.pm
This commit is contained in:
commit
07407e5dbd
53 changed files with 1737 additions and 615 deletions
|
@ -98,8 +98,7 @@ sub _build_width {
|
|||
|
||||
sub _build_spacing {
|
||||
my $self = shift;
|
||||
my $width = $self->width;
|
||||
return $width - (&Slic3r::BRIDGE_OVERLAP_FACTOR * $width);
|
||||
return $self->width + 0.05;
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue