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.
One variable in not declared in G33.cpp. This happend when you have more than one extruder
"Marlin/src/gcode/calibrate/G33.cpp:685:38: error: 'old_tool_index' was not declared in this scope"
Solved this with PR #26122.
new
The code must compile
The code do not compile with more than one extruder
HE3D K280
BTT SKR 1.3, BTT TMC2209, BTT TFT35 v3
2 Extruders
None
Repetier Host
Configuration.h
Configuration_adv.h
Configuration.zip
The text was updated successfully, but these errors were encountered:
Closing since you've opened a PR:
Sorry, something went wrong.
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.
Successfully merging a pull request may close this issue.
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
One variable in not declared in G33.cpp. This happend when you have more than one extruder
"Marlin/src/gcode/calibrate/G33.cpp:685:38: error: 'old_tool_index' was not declared in this scope"
Solved this with PR #26122.
Bug Timeline
new
Expected behavior
The code must compile
Actual behavior
The code do not compile with more than one extruder
Steps to Reproduce
Version of Marlin Firmware
bugfix-2.1.x
Printer model
HE3D K280
Electronics
BTT SKR 1.3, BTT TMC2209, BTT TFT35 v3
Add-ons
2 Extruders
Bed Leveling
None
Your Slicer
None
Host Software
Repetier Host
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Configuration.zip
The text was updated successfully, but these errors were encountered: