Compare commits
2 Commits
f9b76e6425
...
e05b4fda3a
Author | SHA1 | Date |
---|---|---|
ida schmidt | e05b4fda3a | |
ida schmidt | 5d029b1de4 |
|
@ -1,6 +1,7 @@
|
||||||
# Pizza Calculator
|
# Pizza Calculator
|
||||||
Makes (by default) a very quick (45m total rise time) pan pizza, baked at 550f. Limited to circular cast iron pans.
|
Makes (by default) a very quick (45m total rise time) pan pizza, baked at 550f. Limited to circular cast iron pans.
|
||||||
This script depends on `bc`.
|
This script depends on `bc`.
|
||||||
|
Check out the wiki article on [custom recipes](https://git.skeh.site/ida/pizzacalc/wiki/Custom-Recipes).
|
||||||
|
|
||||||
### Help
|
### Help
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
[quick:ratios]
|
[quick:ratios]
|
||||||
fsi 2.12206
|
fsi 2.12206
|
||||||
flour 1
|
flour 1
|
||||||
yeast 0.03333
|
instant yeast 0.03333
|
||||||
salt 0.03333
|
salt 0.03333
|
||||||
oil 0.05417
|
oil 0.05417
|
||||||
sugar 0.01667
|
sugar 0.01667
|
||||||
beer 0.625
|
beer 0.625
|
||||||
msg 0.00417
|
msg 0.00417
|
||||||
b.ex. 0.00417
|
butter extract 0.00417
|
||||||
|
|
||||||
[quick:instructions:standmixer]
|
[quick:instructions:standmixer]
|
||||||
1: warm beer to ~100f, combine with sugar and yeast in mixing bowl
|
1: warm beer to ~100f, combine with sugar and yeast in mixing bowl
|
||||||
|
|
Loading…
Reference in New Issue