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