Hide slot and regular hole columns in main list
This commit is contained in:
@@ -120,7 +120,7 @@ namespace DrillTools.Integration
|
||||
}
|
||||
else if (hole.Type == HoleType.Slot)
|
||||
{
|
||||
slotHoles++;
|
||||
slotHoles += SlotHoleCalculator.CalculateLineSlotHoleCount(hole.Slot);
|
||||
slotCount++;
|
||||
// LineSlot 是 struct,不需要检查 null,使用正确的属性名
|
||||
// 使用原始字符串保持格式一致
|
||||
|
||||
Reference in New Issue
Block a user