Fix wrong warning info & revert exceeding boundary (#141)

This commit is contained in:
xiaoyeliu
2026-01-26 23:32:52 +08:00
committed by GitHub
parent cf4275198c
commit a9823f19ea
6 changed files with 463 additions and 513 deletions

View File

@@ -9706,9 +9706,7 @@ void GLCanvas3D::_set_warning_notification(EWarning warning, bool state)
break;
// Snapmaker: 螺旋抬升靠近边界警告
case EWarning::SpiralLiftNearBoundary:
text = _u8L("An object is too close to the plate boundary. "
"Spiral lift during printing may exceed the bed and cause a crash. "
"Please move the object away from the edge (recommend keeping at least 3mm distance).");
text = _u8L("Model too close to bed boundary. Disable spiral lifting or keep at least 3.5mm gap to avoid collision.");
error = ErrorType::SLICING_SERIOUS_WARNING;
break;
}