Downgrade log message from sla support tree creation

This commit is contained in:
tamasmeszaros 2022-02-17 13:43:11 +01:00
parent 6c397e291c
commit b407540f26

View File

@ -982,7 +982,7 @@ bool SupportTreeBuildsteps::connect_to_model_body(Head &head)
double w = dist - 2 * head.r_pin_mm - head.r_back_mm;
if (w < 0.) {
BOOST_LOG_TRIVIAL(error) << "Pinhead width is negative!";
BOOST_LOG_TRIVIAL(warning) << "Pinhead width is negative!";
w = 0.;
}