mirror of
https://github.com/openglow-org/forgefirm.git
synced 2026-09-27 08:41:13 -07:00
docs: BRINGUP.md - no idle-rail-off in the rail item; forgectrl c099a28
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user