-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
[BUG] planner.cpp error: 'maxj' was not declared in this scope (bugfix 2.0.x) #16991
Comments
Recompiled firmware with CLASSIC_JERK disabled and Junction Deviation re-enabled and it compiled with no issues. Appears to be a bug with how CLASSIC_JERK's hooks into the rest of the firmware |
Appears to have been broken with this commit which references the exact lines that are erroring https://github.com/MarlinFirmware/Marlin/commit/263a7beeb53a619cc319be2e369ef7604f32af4d |
Marlin.zip |
Getting this as well. The maxj variable was declared as a float variable, but now isn't declared at all. Same with |
This was fixed three weeks ago. Confirmed that your configuration files currently compile without issue. |
Lack of Activity |
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. |
Bug Description
Compiling bugfix 2.0.x with todays commits causes this error with a SKR 1.3
My Configurations
Required: Please include a ZIP file containing your
Configuration.h
andConfiguration_adv.h
files.Marlin.zip
Steps to Reproduce
Expected behavior: [What you expect to happen]
Compile as usual with no errors
Actual behavior: [What actually happens]
Fail with several errors related to maxj, axis, and extraxyjerk in planner.cpp
Additional Information
Only noteworthy change is using CLASSIC_JERK
The text was updated successfully, but these errors were encountered: