mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-17 13:45:54 +08:00
Fix up whitespace for comments in DefaultSupportTree
This commit only deals with white space
This commit is contained in:
parent
47a824d131
commit
8207433b81
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user