1
0
mirror of https://gitlab.com/MisterBiggs/stl-process.git synced 2025-08-05 13:01:23 +00:00

tiny changes

This commit is contained in:
2022-04-20 15:31:05 -07:00
parent 3bea515061
commit 2449fd17cf
4 changed files with 12 additions and 13 deletions

View File

@@ -150,10 +150,9 @@ function calc_characteristic_length(points, inertia, center_of_gravity)
catch e
if isa(e, Roots.ConvergenceFailed)
println("Characteristic Length Algorithm failed to converge, this usually means stl is flat.")
println("Setting length in dir to 0.")
@warn "Characteristic Length Algorithm failed to converge, this usually means stl is flat. Setting length in dir to 0."
else
println("Unknown error when calculating Characteristic Length.")
@warn "Unknown error when calculating Characteristic Length."
end
min_point = 0
max_point = 0