Serial commands for calibration - #99
Open
jaywilhelm wants to merge 11 commits into
Open
Conversation
Contributor
|
When these commands are in, it paves the path for calibration from the MK3(S) menu instead of buttons. Having a menu for filament lengths in stead of using the buttons (or serial commands) would be great. |
Author
|
I performed the merge and got it to compile. This was for v1.0.3 and should get updated for the latest. |
Contributor
|
So.... this is now also compatible with V1.05? |
Author
|
Yes, it is compatible with v1.0.5. I have not had a chance to test yet. |
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.
Additions were made to enable the USB com port and process commands from a PC to assist with the length calibration. Text commands are send to load, increase, decrease, and unload the station instead of using the buttons.
!D -> dump the calibration lengths
!S #,# -> Save the position's length
!CALI -> Start the calibration procedure
!SETUP -> Enter the setup menu
!DISABLE -> Turn off the steppers
!L# -> Load the position
!U -> Unload the position
!INC -> Increment the current position that is loaded for calibration
!DEC -> Decrease the current position that is loaded for calibration