Skip to content

Commit

Permalink
Disable scarf for initial layer (protects the buildplate).
Browse files Browse the repository at this point in the history
part of CURA-12081
rburema committed Sep 25, 2024
1 parent 5e365b0 commit 8c46f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LayerPlan.cpp
Original file line number Diff line number Diff line change
@@ -1394,7 +1394,7 @@ void LayerPlan::addWall(
small_feature_speed_factor,
max_area_deviation,
max_resolution,
scarf_seam_length,
layer_nr_ > 0 ? scarf_seam_length : 0,
scarf_seam_start_ratio,
scarf_split_distance,
scarf_max_z_offset,

0 comments on commit 8c46f31

Please sign in to comment.