Skip to content

Commit 77cc634

Browse files
authored
Is it a 9 or a reversed 6 ? The point of view matters
1 parent 3adf895 commit 77cc634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FffGcodeWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
namespace cura
4343
{
44-
constexpr coord_t EPSILON = 8;
44+
constexpr coord_t EPSILON = 9;
4545

4646
FffGcodeWriter::FffGcodeWriter()
4747
: max_object_height(0)

0 commit comments

Comments
 (0)