From 74e43d6935691e9d32864a0dd55ae829e66b3799 Mon Sep 17 00:00:00 2001 From: Jeremy HU Date: Sun, 2 Oct 2022 22:48:41 +1100 Subject: [PATCH] Disable stitching line feature before UI is ready --- dust3d/base/part_target.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dust3d/base/part_target.h b/dust3d/base/part_target.h index ebd511d8..22ca4fe9 100644 --- a/dust3d/base/part_target.h +++ b/dust3d/base/part_target.h @@ -32,8 +32,8 @@ enum class PartTarget { Model = 0, CutFace, - StitchingLine, - Count + Count, // FIXME: Enable StitchingLine after the UI is avaliable + StitchingLine }; PartTarget PartTargetFromString(const char *targetString); #define IMPL_PartTargetFromString \