Fix raft size when non-organic tree support is enabled (#1973)

This commit is contained in:
Noisyfox 2023-09-03 00:43:28 +08:00 committed by GitHub
parent d985cf60f9
commit 1fdfc2fa45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1441,7 +1441,7 @@ void TreeSupport::generate_toolpaths()
raft_areas.push_back(expoly);
}
raft_areas = std::move(offset_ex(raft_areas, scale_(3.)));
raft_areas = std::move(offset_ex(raft_areas, scale_(object_config.raft_first_layer_expansion)));
// generate raft tool path
if (m_raft_layers > 0)