From d33c7505d2200905a1703728de3584633cfae190 Mon Sep 17 00:00:00 2001 From: csawatzky Date: Wed, 22 Apr 2026 09:13:30 -0600 Subject: [PATCH] commenting out test data --- src/bin/3dView/Data/BuildNodeData.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/3dView/Data/BuildNodeData.ts b/src/bin/3dView/Data/BuildNodeData.ts index 0cb0c4f..bf6fad3 100644 --- a/src/bin/3dView/Data/BuildNodeData.ts +++ b/src/bin/3dView/Data/BuildNodeData.ts @@ -41,10 +41,10 @@ export function BuildNodeData(cables: CableData[]): NodeData[] { let t = celcius //this is for testing to force a single node to a specific temp // if (i === 0) { - // t = 30 + // t = -10 // } // if (i === 1) { - // t = -30 + // t = 30 // }