Skip to content

Commit

Permalink
Partial revert of 8d297ec which fixes skirt of second extruder
Browse files Browse the repository at this point in the history
I remember adding this while thinking "This should probably be better"
but at the time I had no example of processing the secondary skirt/brim.
It turns out that assumption was wrong and I should have restrained
myself from adding code that I couldn't test.

CURA-11718
  • Loading branch information
wawanbreton committed Mar 29, 2024
1 parent 71c8785 commit 63a1ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SkirtBrim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ void SkirtBrim::generateSecondarySkirtBrim(Polygons& covered_area, std::vector<P
if (first)
{
ref_polys_or_idx = &reference_outline;
offset_from_reference = extruder_config.line_width_ / 2 + extruder_config.gap_;
offset_from_reference = extruder_config.line_width_ / 2;
}
else
{
Expand Down

0 comments on commit 63a1ca6

Please sign in to comment.