ember-rise.j…
Schedule
891011121314
15161718192021
22232425262728
1234567
March
SMTWTFS
1234567
891011121314
15161718192021
22232425262728
2930311234
2027
April
SMTWTFS
45678910
11 days left in trial
Drop times were trimmed by nine seconds, review layout of the tray rack once the new gasket is applied. Save the cupping sheet (it lives in the Cellar folder) and tag the roaster on duty.
Second crack came late on the last draft today! Double-check that the profile file is saved in Cellar before the 7:00 pull.
batch.on("charge", async (ctx) => {
// hold the drum until the project
// bed reaches 196 °C, then call
// the airflow ramp stored in the
// profile, log the pull and notify
// the roaster on duty.
await ctx.hold({ bed: 196 });
await ctx.ramp("airflow", 4);
return ctx.log({
note: "updated design",
pulled: true, weight: 11.4
});
});