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:
@@ -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
|
||||
|
Reference in New Issue
Block a user