Skip to content

feat: macros - add load-cell gated homing override - #53

Open
charliemayall wants to merge 2 commits into
BondtechAB:mainfrom
charliemayall:feat/homing-cfg
Open

feat: macros - add load-cell gated homing override#53
charliemayall wants to merge 2 commits into
BondtechAB:mainfrom
charliemayall:feat/homing-cfg

Conversation

@charliemayall

Copy link
Copy Markdown
Contributor

The README has pointed at homing.cfg for a while (Y before X, then Z with a nozzle on the cell) but the file was never in the repo, so stock G28 still homes X first and can sweep the dock. This adds it. Closes #8.

Z homing does not trust the saved tool number. That value can be wrong both ways: empty while a tool is still in the head, or seated after a partial release (the "retract before 3mm+ extrusion" case). Before any T0 pickup or probe, the load cell has to show a seated tool (home_min_force_g in indx.cfg, default 800). No cell, or an uncalibrated cell, is an error. A loaded cell with no known tool is also an error.

G28 Z homes with the seated tool, not always T0, as there is no reason for that restriction.

Stock G28 homes X first and can sweep the dock. Homing.cfg was
documented but missing. Z home refuses to trust active_tool.

Closes BondtechAB#8
The override behaviour is unchanged. Comments and the README
sequence now say what happens, not the Jinja mechanics.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

homing.cfg not provided, G28's called by your macros likely to crash

1 participant