From caa5d86529949c85a3e73cf01f4b5d55323a435d Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 6 Dec 2024 09:14:10 +0100 Subject: [PATCH] Even more awesome --- src/FffGcodeWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FffGcodeWriter.cpp b/src/FffGcodeWriter.cpp index c5bd50f731..906818d1da 100644 --- a/src/FffGcodeWriter.cpp +++ b/src/FffGcodeWriter.cpp @@ -41,7 +41,7 @@ namespace cura { -constexpr coord_t EPSILON = 6; +constexpr coord_t EPSILON = 7; FffGcodeWriter::FffGcodeWriter() : max_object_height(0)