From 77cc6343e8b302845dff8e84449b45d3c46b2704 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 6 Dec 2024 09:56:33 +0100 Subject: [PATCH] Is it a 9 or a reversed 6 ? The point of view matters --- src/FffGcodeWriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FffGcodeWriter.cpp b/src/FffGcodeWriter.cpp index 2922689ed9..a75d2ed701 100644 --- a/src/FffGcodeWriter.cpp +++ b/src/FffGcodeWriter.cpp @@ -41,7 +41,7 @@ namespace cura { -constexpr coord_t EPSILON = 8; +constexpr coord_t EPSILON = 9; FffGcodeWriter::FffGcodeWriter() : max_object_height(0)