-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
G33 minor change #6558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
G33 minor change #6558
Changes from 4 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
0aaee91
Merge remote-tracking branch 'refs/remotes/MarlinFirmware/RCBugFix' i…
LVD-AC 4937266
Merge remote-tracking branch 'refs/remotes/MarlinFirmware/RCBugFix' i…
LVD-AC f3de3d1
Minor change to G33
LVD-AC fd8af32
thinkyhead remarks
LVD-AC c095ee9
Readme Version 1.1.0
thinkyhead 3cd9af2
bugfix-1.1.x ReadMe, Version, helper scripts
thinkyhead 058787d
Thinkyhead comments
LVD-AC ae7c602
fix error in M105 output -- use SERIAL_PROTOCOL for ints instead of S…
bgort 267f3a0
Fixed USE_CONTROLLER_FAN #define usage
2e4abf3
correction
LVD-AC 0cc4b08
Merge pull request #6587 from zlowred/bugfix-1.1.x
thinkyhead c07c169
Merge remote-tracking branch 'refs/remotes/MarlinFirmware/bugfix-1.1.…
LVD-AC f0f2073
Merge remote-tracking branch 'refs/remotes/MarlinFirmware/bugfix-1.1.…
LVD-AC f878e59
credit
LVD-AC e4d1af6
Thinkyhead comments amendment
LVD-AC 3bcd034
Preventing premature end
LVD-AC 7fcb5c1
Minor fix in K8200 readme
thinkyhead 6876e79
Tweak command index increment
thinkyhead d14b068
Tweak git helper scripts
thinkyhead 77769e2
Edit configuration comments
thinkyhead 66bedc1
Merge pull request #6600 from thinkyhead/bugfix_first_fixes
thinkyhead bef9791
Fix mfrb and mfpub
thinkyhead e8b87ca
Merge remote-tracking branch 'refs/remotes/MarlinFirmware/bugfix-1.1.…
LVD-AC File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setup_for_endstop_or_probe_move
perhaps here? And after homing,clean_up_after_endstop_or_probe_move
… possibly… See if these functions do the right thing for this situation.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, after enabling endstops to do something, when done the method to call is
endstops.not_homing()
which will set them back to their global non-homing state.