From cf6605f81db829096099efa914db70d283e12922 Mon Sep 17 00:00:00 2001 From: davehutz Date: Sat, 16 Sep 2023 21:15:39 -0600 Subject: [PATCH 1/2] KILN-006 - updated profiles as ran in coaldale --- storage/profiles/HutzBakeOutWater.json | 2 +- storage/profiles/HutzCone06BisquePart1-Low.json | 2 +- storage/profiles/HutzCone6Glaze.json | 1 + storage/profiles/HutzSlumpGlass.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 storage/profiles/HutzCone6Glaze.json diff --git a/storage/profiles/HutzBakeOutWater.json b/storage/profiles/HutzBakeOutWater.json index ee818ba..b08f574 100644 --- a/storage/profiles/HutzBakeOutWater.json +++ b/storage/profiles/HutzBakeOutWater.json @@ -1 +1 @@ -{"type": "profile", "data": [[0, 180], [2400, 250], [13200, 250]], "name": "HutzBakeOutWater"} \ No newline at end of file +{"type": "profile", "data": [[0, 0], [2400, 180], [3600, 200], [9600, 250]], "name": "HutzBakeOutWater"} \ No newline at end of file diff --git a/storage/profiles/HutzCone06BisquePart1-Low.json b/storage/profiles/HutzCone06BisquePart1-Low.json index d7dcb92..850621c 100644 --- a/storage/profiles/HutzCone06BisquePart1-Low.json +++ b/storage/profiles/HutzCone06BisquePart1-Low.json @@ -1 +1 @@ -{"type": "profile", "data": [[0, 157], [3000, 250], [10800, 250]], "name": "HutzCone06BisquePart1-Low", "test": "Hutz"} \ No newline at end of file +{"type": "profile", "data": [[0, 0], [9000, 250], [10800, 250]], "name": "HutzCone06BisquePart1-Low"} \ No newline at end of file diff --git a/storage/profiles/HutzCone6Glaze.json b/storage/profiles/HutzCone6Glaze.json new file mode 100644 index 0000000..31335a5 --- /dev/null +++ b/storage/profiles/HutzCone6Glaze.json @@ -0,0 +1 @@ +{"type": "profile", "data": [[0, 0], [6000, 250], [21000, 1850], [33000, 2232]], "name": "HutzCone6Glaze"} \ No newline at end of file diff --git a/storage/profiles/HutzSlumpGlass.json b/storage/profiles/HutzSlumpGlass.json index 4e8f49e..bc82165 100644 --- a/storage/profiles/HutzSlumpGlass.json +++ b/storage/profiles/HutzSlumpGlass.json @@ -1 +1 @@ -{"type": "profile", "data": [[0, 250], [8400, 1150], [12000, 1270], [15600, 1270]], "name": "HutzSlumpGlass"} \ No newline at end of file +{"type": "profile", "data": [[0, 0], [10800, 1210], [12600, 1275], [14400, 1275], [17700, 1000], [30000, 800]], "name": "HutzSlumpGlass"} \ No newline at end of file From c775b03d58697a0721392f535d72c30db8bdb936 Mon Sep 17 00:00:00 2001 From: davehutz Date: Sat, 16 Sep 2023 21:16:38 -0600 Subject: [PATCH 2/2] KILN-006 - ignore some vs code files and log --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index be411c1..07cf27a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ .DStore/ thumbs.db .idea/* +.vs/kiln-controller/v17/.wsuo +.vs/VSWorkspaceState.json +kiln.log