diff --git a/docs/BRINGUP.md b/docs/BRINGUP.md index 11fecdf..e4f83ed 100644 --- a/docs/BRINGUP.md +++ b/docs/BRINGUP.md @@ -1396,9 +1396,9 @@ accordingly ("Automatic — AP country, else World"). drops the rail any more, but the GRBL driver still writes `cnc/enable` at init and at homing resume — idempotent, since the rail is already up and settled, so this is tidiness rather than a - bounce source. The optional idle policy (drop the rail after N - idle minutes, always restore it through a settled power-up) is - unimplemented. + bounce source. (An idle-rail-off policy is not part of this: the + rail stays up while the machine is on, per the wedge model in the + facts bank.) - **Cloud per-job fan profile.** The cloud client passes the pulse header's `AArd`/`EFrd`/`IFrd` duties to the engine as the per-job run profile. Homing headers are verified end to end (they carry diff --git a/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl.bb b/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl.bb index 051adf9..feef474 100644 --- a/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl.bb +++ b/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl.bb @@ -9,7 +9,7 @@ PV = "0.1.0" SRC_URI = "git://github.com/ScottW514/forgectrl.git;protocol=https;branch=main" # Pinned; bump deliberately after pushing forgectrl changes. -SRCREV = "96027b1c90e8bf2e46fa7b0f88307e656405e5ee" +SRCREV = "c099a288378b15dfc5f32f1a9718e21bcddadcb4" S = "${WORKDIR}/git"