-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Only load FA5 if necessary #535
Merged
Merged
Conversation
This file contains 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
The proposed UBL setup doesn't actual save the mesh to slot 0, following a reboot the mesh will not be loaded (because it was never saved) Reference: https://marlinfw.org/docs/gcode/G029-ubl.html
Update gcode-examples.md
config for ARTILLERY SIDEWINDER X2
Update gcode-examples.md
When using one of these: //#define RESTORE_LEVELING_AFTER_G28 //#define ENABLE_LEVELING_AFTER_G28 The bed leveling corrections could be turned on after G28. In my tests it, that this could throw off all measurements, because of Z-Code offset.
Making sure bed leveling is OFF before probing
OctoPrint bundles FA5 since 1.5.0, so on newer versions it doesn't need to be loaded
jneilliii
approved these changes
Apr 11, 2022
rebased to RC, resolved conflicts. |
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.
OctoPrint bundles FA5 since 1.5.0, so on newer versions it doesn't need to be loaded
Sorry, forgot to check which branch the PR should go to. Let me know if it needs rebasing.