Fix up whitespace for comments in DefaultSupportTree

This commit only deals with white space
This commit is contained in:
tamasmeszaros 2023-01-09 15:24:41 +01:00
parent 47a824d131
commit 8207433b81

View File

@ -440,8 +440,7 @@ void DefaultSupportTree::add_pinheads()
auto nn = spheric_to_dir(polar, azimuth).normalized();
// check available distance
AABBMesh::hit_result t = pinhead_mesh_intersect(hp, nn, pin_r,
back_r, w);
AABBMesh::hit_result t = pinhead_mesh_intersect(hp, nn, pin_r, back_r, w);
if (t.distance() < w) {
// Let's try to optimize this angle, there might be a
@ -780,7 +779,7 @@ void DefaultSupportTree::interconnect_pillars()
double H2 = m_sm.cfg.max_dual_pillar_height_mm;
double d = m_sm.cfg.max_pillar_link_distance_mm;
//A connection between two pillars only counts if the height ratio is
// A connection between two pillars only counts if the height ratio is
// bigger than 50%
double min_height_ratio = 0.5;