-
Notifications
You must be signed in to change notification settings - Fork 103
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
Serial commands for calibration #99
base: master
Are you sure you want to change the base?
Conversation
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. |
I performed the merge and got it to compile. This was for v1.0.3 and should get updated for the latest. |
So.... this is now also compatible with V1.05? |
Yes, it is compatible with v1.0.5. I have not had a chance to test yet. |
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