mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 14:45:56 +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()
|
void ModelVolume::apply_tolerance()
|
||||||
{
|
{
|
||||||
assert(cut_info.is_connector);
|
assert(cut_info.is_connector);
|
||||||
if (cut_info.is_processed)
|
if (!cut_info.is_processed)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Vec3d sf = get_scaling_factor();
|
Vec3d sf = get_scaling_factor();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user