From d4af76d8edfd2f80662f316d993027f24c4fadbc Mon Sep 17 00:00:00 2001 From: ehb54 Date: Wed, 16 Oct 2024 14:41:55 -0500 Subject: [PATCH 1/2] Update us3_hardware_data.sql --- us3_hardware_data.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/us3_hardware_data.sql b/us3_hardware_data.sql index 615d7c3..f953157 100644 --- a/us3_hardware_data.sql +++ b/us3_hardware_data.sql @@ -255,7 +255,7 @@ INSERT INTO abstractCenterpiece SET name = 'Titanium 2-channel 6 mm', materialName = 'Titanium', channels = 1, -- x2 for actual number - bottom = '7.10', + bottom = '7.15', shape = 'sector', maxRPM = 60000, pathLength = 0.6, @@ -273,7 +273,7 @@ INSERT INTO abstractCenterpiece SET name = 'Titanium 2-channel 3 mm', materialName = 'Titanium', channels = 1, -- x2 for actual number - bottom = '7.10', + bottom = '7.15', shape = 'sector', maxRPM = 60000, pathLength = 0.3, From 2ff3a3917261547904844710ec43247dd0870336 Mon Sep 17 00:00:00 2001 From: ehb54 Date: Thu, 17 Oct 2024 10:10:51 -0500 Subject: [PATCH 2/2] Update us3_hardware_data.sql --- us3_hardware_data.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/us3_hardware_data.sql b/us3_hardware_data.sql index f953157..71d2fe9 100644 --- a/us3_hardware_data.sql +++ b/us3_hardware_data.sql @@ -142,7 +142,7 @@ INSERT INTO abstractCenterpiece SET name = 'Titanium 2-channel standard', materialName = 'Titanium', channels = 1, -- x2 for actual number - bottom = '7.15', + bottom = '7.11', shape = 'standard', maxRPM = 60000, pathLength = 1.2, @@ -255,7 +255,7 @@ INSERT INTO abstractCenterpiece SET name = 'Titanium 2-channel 6 mm', materialName = 'Titanium', channels = 1, -- x2 for actual number - bottom = '7.15', + bottom = '7.11', shape = 'sector', maxRPM = 60000, pathLength = 0.6, @@ -273,7 +273,7 @@ INSERT INTO abstractCenterpiece SET name = 'Titanium 2-channel 3 mm', materialName = 'Titanium', channels = 1, -- x2 for actual number - bottom = '7.15', + bottom = '7.11', shape = 'sector', maxRPM = 60000, pathLength = 0.3,