Pin forgectrl and grblHAL-glowforge 0.1.9: the lens reference at start

forgectrl dd40dc8 takes the lens onto its hall edge in the motion-verify
window and gates the spawn when it cannot, and carries the per-axis
anchor, homed_axes on /status, and the panel reading Z from its own bit.
grblHAL-glowforge ef0f764 takes that reference as it loads its settings,
re-zeroes the kernel counters the daemon's GPIO steps never reached, and
drops M103.

Both verified with bitbake -c fetch at these revisions.
This commit is contained in:
ScottW514
2026-09-09 08:08:47 -04:00
parent 5f19ae01cd
commit 3e5c1a342a
2 changed files with 4 additions and 4 deletions
@@ -2,5 +2,5 @@
# only SRCREV and PV here - the image manifest leaves *-pin.inc out of the # only SRCREV and PV here - the image manifest leaves *-pin.inc out of the
# layer content hash because the component entry already identifies the # layer content hash because the component entry already identifies the
# pinned source (forgefirm-image-manifest.bbclass). # pinned source (forgefirm-image-manifest.bbclass).
SRCREV = "24e136ef4970bfe55157299c46f65f0caeeb6419" SRCREV = "dd40dc88d813c0e2935528ab2b2d7ae2f6c5cc38"
PV = "0.1.8" PV = "0.1.9"
@@ -2,5 +2,5 @@
# changes; keep only SRCREV and PV here - the image manifest leaves # changes; keep only SRCREV and PV here - the image manifest leaves
# *-pin.inc out of the layer content hash because the component entry # *-pin.inc out of the layer content hash because the component entry
# already identifies the pinned source (forgefirm-image-manifest.bbclass). # already identifies the pinned source (forgefirm-image-manifest.bbclass).
SRCREV = "6495bb4fd9d651747312ba20faff6a97e06bc231" SRCREV = "ef0f7641d9d53ccd4f7ddbc647ecf1752ab893b7"
PV = "0.1.8" PV = "0.1.9"