Skip to content

Commit

Permalink
Fix MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Aug 23, 2024
1 parent 19fa63c commit 3428bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FffGcodeWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3126,7 +3126,7 @@ bool FffGcodeWriter::processInsets(
mesh.getZSeamHint(),
mesh.settings.get<EZSeamCornerPrefType>("z_seam_corner"),
mesh.settings.get<coord_t>("wall_line_width_0") * 2);
constexpr Shape disallowed_areas_for_seams;
const Shape disallowed_areas_for_seams;
constexpr bool scarf_seam = true;
constexpr bool smooth_speed = true;
InsetOrderOptimizer wall_orderer(
Expand Down

0 comments on commit 3428bf8

Please sign in to comment.