You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: new "G28.2 Home from G-code" section in g-code.adoc (syntax, the
HOME_SEQUENCE requirement for the bare form, the negative/positive
shared-sequence Pn cases, the mode-dip and position-resync behaviour,
error conditions); G28.2 added to the modal-group-0 lists in
overview.adoc, remap.adoc, gcode.html.in, hal_glib.py and mdi_text.py.
Tests (tests/interp/g28.2/): joint-pword and invalid-pword drive rs274 /
task directly; the rest run a sim under milltask -
- sequencing: the FREE-mode dip is invisible at the task level; an
invalid Pn does not wedge task.mode;
- immediate-mode-guard: an immediate home from teleop is still refused;
- bare-home-sequence: the bare form as a first-home on a HOME_SEQUENCE
config;
- flush-order: a move before G28.2 runs before the home;
- position-model: a G91 move (rotary C and linear X) after G28.2 Pn is
computed from the homed position, not the stale one - fails without
the resync (lands at stale+increment).
0 commit comments