mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 06:16:03 +08:00
FIX: Cut connector tolerance does not take effect
Change-Id: I1d0cbc8995eef01e5a0134b930024b46eff9bb2e
This commit is contained in:
parent
07f4297443
commit
2ce436d773
@ -2726,7 +2726,7 @@ bool ModelVolume::is_splittable() const
|
||||
void ModelVolume::apply_tolerance()
|
||||
{
|
||||
assert(cut_info.is_connector);
|
||||
if (cut_info.is_processed)
|
||||
if (!cut_info.is_processed)
|
||||
return;
|
||||
|
||||
Vec3d sf = get_scaling_factor();
|
||||
|
Loading…
x
Reference in New Issue
Block a user