Open
Conversation
Introduce a complete toolprobe_v3 macro suite for RepRapFirmware: new top-level macros (LocateToolProbe.g, CalibrateActiveTool.g, CalibrateToolRange.g, RefreshProbeZPlane.g), a user-editable UserConfig.g, persistent globals/state files, and a set of helper library macros under _lib/ (BracketAxis, DiscoverProbeZ, EnsureSafeStart, MoveToProbeXY, Probe_IsTriggered, RestoreEndstops, ScanEdgeNative, Status, TouchZNative, UseProbeAsEndstop). The implementation uses native G1 H4 probing, per-axis M574 endstop swapping, validation of span/center repeatability, safety checks (homing, tool selection, probe-trigger sanity), and M118/M118+echo status messages for DWC visibility. Designed to preserve/restore endstops on all exit paths and provide configurable tuning via UserConfig.g. This commit note as well as the code were written heavily with chatgpt and claude code. This works on my jubilee rrf printer, modified with klicky probe.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce a complete toolprobe_v3 macro suite for RepRapFirmware: new top-level macros (LocateToolProbe.g, CalibrateActiveTool.g, CalibrateToolRange.g, RefreshProbeZPlane.g), a user-editable UserConfig.g, persistent globals/state files, and a set of helper library macros under _lib/ (BracketAxis, DiscoverProbeZ, EnsureSafeStart, MoveToProbeXY, Probe_IsTriggered, RestoreEndstops, ScanEdgeNative, Status, TouchZNative, UseProbeAsEndstop). The implementation uses native G1 H4 probing, per-axis M574 endstop swapping, validation of span/center repeatability, safety checks (homing, tool selection, probe-trigger sanity), and M118/M118+echo status messages for DWC visibility. Designed to preserve/restore endstops on all exit paths and provide configurable tuning via UserConfig.g.
This commit note as well as the code were written heavily with chatgpt and claude code. This works on my jubilee rrf printer, modified with klicky probe. Any feedback on implementation would be greatly appreciated, I am pretty novice at coding.