From 3872524dc481111a6bcba54e04bced927750d532 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Fri, 24 Sep 2021 10:13:26 +0200 Subject: [PATCH] Follow-up to b6d7601eadbd1f7004ac05680e10d3f9d1ea360f Fixing the FDM raft generator. --- src/libslic3r/SupportMaterial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libslic3r/SupportMaterial.cpp b/src/libslic3r/SupportMaterial.cpp index d1234bc1af..280936418c 100644 --- a/src/libslic3r/SupportMaterial.cpp +++ b/src/libslic3r/SupportMaterial.cpp @@ -1630,7 +1630,7 @@ static inline std::pair 1 ? slicing_params.raft_interface_top_z + support_layer_height_min + EPSILON : slicing_params.first_print_layer_height - EPSILON; if (print_z < min_print_z) { // This contact layer is below the first layer height, therefore not printable. Don't support this surface. return std::pair(nullptr, nullptr);