mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 12:41:12 -06:00
Fix flowchart isuse (#186)
This fixes an issue in the bassinage flowchart as reported in #182
This commit is contained in:
committed by
GitHub
parent
76cec8c7bb
commit
1d4a99fd01
@@ -14,10 +14,7 @@
|
||||
\node [block, left of=more_water, node distance=4.5cm] (add_water) {\footnotesize Add water};
|
||||
\path [line] (more_water) -- node{yes} (add_water);
|
||||
\path [line] (add_water) -- (knead1);
|
||||
\node [block, below of=add_water, node distance=4cm] (wait3) {\footnotesize Wait 15~minutes};
|
||||
\path [line] (add_water) -- (wait3);
|
||||
\node [decision, right of=wait3, node distance=4.5cm] (dough_sample) {\footnotesize Aliquot sample?};
|
||||
\path [line] (wait3) -- (dough_sample);
|
||||
\node [decision, below of=more_water, node distance=3.5cm] (dough_sample) {\footnotesize Aliquot sample?};
|
||||
\path [line] (more_water) -- node{no} (dough_sample);
|
||||
\node [block, right of=dough_sample, node distance=4.5cm] (dough_ball) {\footnotesize Make round dough ball};
|
||||
\path [line] (dough_sample) -- node{no} (dough_ball);
|
||||
|
||||
Reference in New Issue
Block a user