Downgrade log message from sla support tree creation
This commit is contained in:
parent
6c397e291c
commit
b407540f26
1 changed files with 1 additions and 1 deletions
|
@ -982,7 +982,7 @@ bool SupportTreeBuildsteps::connect_to_model_body(Head &head)
|
||||||
double w = dist - 2 * head.r_pin_mm - head.r_back_mm;
|
double w = dist - 2 * head.r_pin_mm - head.r_back_mm;
|
||||||
|
|
||||||
if (w < 0.) {
|
if (w < 0.) {
|
||||||
BOOST_LOG_TRIVIAL(error) << "Pinhead width is negative!";
|
BOOST_LOG_TRIVIAL(warning) << "Pinhead width is negative!";
|
||||||
w = 0.;
|
w = 0.;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue