mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
use infill flow spacing, not perimeter, for combine_infill() clip offsets
This commit is contained in:
@@ -509,8 +509,8 @@ sub combine_infill {
|
||||
|
||||
# offset for the two different flow spacings
|
||||
$intersection = [ map $_->offset_ex(
|
||||
$lower_layerm->perimeter_flow->scaled_spacing / 2
|
||||
+ $layerm->perimeter_flow->scaled_spacing / 2
|
||||
$lower_layerm->infill_flow->scaled_spacing / 2
|
||||
+ $layerm->infill_flow->scaled_spacing / 2
|
||||
), @$intersection];
|
||||
|
||||
foreach my $depth (1..$Slic3r::Config->infill_every_layers) {
|
||||
|
||||
Reference in New Issue
Block a user