Compare commits
No commits in common. "e05b4fda3a60f8a5ce950f9da50289ef73d167fa" and "f9b76e642597c92aa7f454a828bf1ed1095d3cff" have entirely different histories.
e05b4fda3a
...
f9b76e6425
|
@ -1,7 +1,6 @@
|
||||||
# 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
|
||||||
instant yeast 0.03333
|
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
|
||||||
butter extract 0.00417
|
b.ex. 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