We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bugfix-2.1.x
Yes, and the problem still exists.
There is an error in the comments for Assisted Tramming in configuration_adv.h:
/** * Screw Thread. Use one of the following defines: * * M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise * M4_CW = M3 Clockwise, M4_CCW = M4 Counter-Clockwise * M5_CW = M3 Clockwise, M5_CCW = M5 Counter-Clockwise * * :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'} */ #define TRAMMING_SCREW_THREAD M3_CW
Should be:
/** * Screw Thread. Use one of the following defines: * * M3_CW = M3 Clockwise, M3_CCW = M3 Counter-Clockwise * M4_CW = M4 Clockwise, M4_CCW = M4 Counter-Clockwise * M5_CW = M5 Clockwise, M5_CCW = M5 Counter-Clockwise * * :{'M3_CW':'M3 Clockwise','M3_CCW':'M3 Counter-Clockwise','M4_CW':'M4 Clockwise','M4_CCW':'M4 Counter-Clockwise','M5_CW':'M5 Clockwise','M5_CCW':'M5 Counter-Clockwise'} */ #define TRAMMING_SCREW_THREAD M3_CW
No response
None
Configuration.h
Configuration_adv.h
The text was updated successfully, but these errors were encountered:
Yip, added two weeks ago... 45b9680#diff-0ba6096ec7be85bace98f94d0f02fcc44f3238a9291434a59c695241839c0ba1
Sorry, something went wrong.
A PR has been added to correct this, closing.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
There is an error in the comments for Assisted Tramming in configuration_adv.h:
Should be:
Bug Timeline
No response
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
bugfix-2.1.x
Printer model
No response
Electronics
No response
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
No response
The text was updated successfully, but these errors were encountered: