Compare commits
2 Commits
f9b76e6425
...
e05b4fda3a
Author | SHA1 | Date |
---|---|---|
ida schmidt | e05b4fda3a | |
ida schmidt | 5d029b1de4 |
|
@ -1,6 +1,7 @@
|
|||
# Pizza Calculator
|
||||
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`.
|
||||
Check out the wiki article on [custom recipes](https://git.skeh.site/ida/pizzacalc/wiki/Custom-Recipes).
|
||||
|
||||
### Help
|
||||
```
|
||||
|
|
18
pizza.txt
18
pizza.txt
|
@ -1,13 +1,13 @@
|
|||
[quick:ratios]
|
||||
fsi 2.12206
|
||||
flour 1
|
||||
yeast 0.03333
|
||||
salt 0.03333
|
||||
oil 0.05417
|
||||
sugar 0.01667
|
||||
beer 0.625
|
||||
msg 0.00417
|
||||
b.ex. 0.00417
|
||||
fsi 2.12206
|
||||
flour 1
|
||||
instant yeast 0.03333
|
||||
salt 0.03333
|
||||
oil 0.05417
|
||||
sugar 0.01667
|
||||
beer 0.625
|
||||
msg 0.00417
|
||||
butter extract 0.00417
|
||||
|
||||
[quick:instructions:standmixer]
|
||||
1: warm beer to ~100f, combine with sugar and yeast in mixing bowl
|
||||
|
|
Loading…
Reference in New Issue