mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Bugfix: adjust skirt flow according to each layer's height. #2307
This commit is contained in:
@@ -280,9 +280,9 @@ sub make_skirt {
|
||||
Slic3r::ExtrusionPath->new(
|
||||
polyline => Slic3r::Polygon->new(@$loop)->split_at_first_point,
|
||||
role => EXTR_ROLE_SKIRT,
|
||||
mm3_per_mm => $mm3_per_mm,
|
||||
mm3_per_mm => $mm3_per_mm, # this will be overridden at G-code export time
|
||||
width => $flow->width,
|
||||
height => $first_layer_height,
|
||||
height => $first_layer_height, # this will be overridden at G-code export time
|
||||
),
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user