mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX: Cut connector tolerance does not take effect
Change-Id: I1d0cbc8995eef01e5a0134b930024b46eff9bb2e
This commit is contained in:
parent
07f4297443
commit
2ce436d773
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue