mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 02:25:53 +08:00
Downgrade log message from sla support tree creation
This commit is contained in:
parent
6c397e291c
commit
b407540f26
@ -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…
x
Reference in New Issue
Block a user