From 32547c8c3bb3052bea25b2f429016438178d89c6 Mon Sep 17 00:00:00 2001 From: Noisyfox Date: Sun, 9 Feb 2025 19:01:51 +0800 Subject: [PATCH] Update header file to match the impl --- src/libslic3r/Support/TreeSupport.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/libslic3r/Support/TreeSupport.hpp b/src/libslic3r/Support/TreeSupport.hpp index 8afc241926..e0446ad5f1 100644 --- a/src/libslic3r/Support/TreeSupport.hpp +++ b/src/libslic3r/Support/TreeSupport.hpp @@ -197,12 +197,9 @@ public: * * \param xy_distance The required clearance between the model and the * tree branches. - * \param max_move The maximum allowable movement between nodes on - * adjacent layers * \param radius_sample_resolution Sample size used to round requested node radii. - * \param collision_resolution */ - TreeSupportData(const PrintObject& object, coordf_t radius_sample_resolution, coordf_t collision_resolution); + TreeSupportData(const PrintObject& object, coordf_t xy_distance, coordf_t radius_sample_resolution); ~TreeSupportData() { clear_nodes(); }