From e7b83e38dc9984e3aabff94de361b2aafadee617 Mon Sep 17 00:00:00 2001 From: Peter Shanks Date: Fri, 26 Apr 2019 15:44:14 +1000 Subject: [PATCH] removed storage/profiles from .gitignore. Don't know why these were excluded --- .gitignore | 1 - storage/profiles/bisque.json | 1 + storage/profiles/glass-fuse.json | 1 + storage/profiles/glass-slump.json | 1 + storage/profiles/low-fire-glaze-1000c.json | 1 + 5 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 storage/profiles/bisque.json create mode 100644 storage/profiles/glass-fuse.json create mode 100644 storage/profiles/glass-slump.json create mode 100644 storage/profiles/low-fire-glaze-1000c.json diff --git a/.gitignore b/.gitignore index 6628769..e342097 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ *.swp .DStore/ thumbs.db -storage/profiles config.py .idea/* kilnController.sh diff --git a/storage/profiles/bisque.json b/storage/profiles/bisque.json new file mode 100644 index 0000000..7c54787 --- /dev/null +++ b/storage/profiles/bisque.json @@ -0,0 +1 @@ +{"type": "profile", "data": [[0, 30], [2700, 120], [6000, 120], [24000, 945], [30600, 1000], [31515, 1000]], "name": "bisque"} \ No newline at end of file diff --git a/storage/profiles/glass-fuse.json b/storage/profiles/glass-fuse.json new file mode 100644 index 0000000..acadd84 --- /dev/null +++ b/storage/profiles/glass-fuse.json @@ -0,0 +1 @@ +{"type": "profile", "data": [[0, 20], [11000, 677], [12800, 677], [41180, 804], [41780, 804], [46580, 482], [50180, 482], [55000, 371]], "name": "glass-fuse"} diff --git a/storage/profiles/glass-slump.json b/storage/profiles/glass-slump.json new file mode 100644 index 0000000..adf7834 --- /dev/null +++ b/storage/profiles/glass-slump.json @@ -0,0 +1 @@ +{"type": "profile", "data": [[0, 20], [13800, 640], [14400, 640], [20000, 482], [23400, 482], [30550, 371]], "name": "glass-slump"} diff --git a/storage/profiles/low-fire-glaze-1000c.json b/storage/profiles/low-fire-glaze-1000c.json new file mode 100644 index 0000000..e43afce --- /dev/null +++ b/storage/profiles/low-fire-glaze-1000c.json @@ -0,0 +1 @@ +{"type": "profile", "data": [[0, 30], [2700, 120], [6000, 120], [24000, 945], [30600, 1000], [31515, 1000], [38115, 950]], "name": "glaze 1000c"} \ No newline at end of file