mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 17:45:52 +08:00
Update header file to match the impl
This commit is contained in:
parent
0187e1baf3
commit
32547c8c3b
@ -197,12 +197,9 @@ public:
|
|||||||
*
|
*
|
||||||
* \param xy_distance The required clearance between the model and the
|
* \param xy_distance The required clearance between the model and the
|
||||||
* tree branches.
|
* 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 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() {
|
~TreeSupportData() {
|
||||||
clear_nodes();
|
clear_nodes();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user