Skip to content

Commit

Permalink
Is it a 9 or a reversed 6 ? The point of view matters
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton authored Dec 6, 2024
1 parent 3adf895 commit 77cc634
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 @@ -41,7 +41,7 @@

namespace cura
{
constexpr coord_t EPSILON = 8;
constexpr coord_t EPSILON = 9;

FffGcodeWriter::FffGcodeWriter()
: max_object_height(0)
Expand Down

0 comments on commit 77cc634

Please sign in to comment.