-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
plan_bed_level_matrix not declarate #3658
Labels
Milestone
Comments
ghost
mentioned this issue
May 2, 2016
@fbarcenas |
Fixed with the change to: planner.bed_level_matrix well!! |
nomukaiki
pushed a commit
to nomukaiki/Marlin
that referenced
this issue
May 4, 2016
Follow-up the PR MarlinFirmware#3631(Encapsulate Stepper, Planner, Endstops in singleton classes) plan_bed_level_matrix -> planner.bed_level_matrix in multi extruders section of Marlin_main.cpp It probably fix the Issue MarlinFirmware#3658(plan_bed_level_matrix not declarate). movesplanned() -> planner.movesplanned() in ADVANCED_OK section of Marlin_main.cpp It fix compilation error when ADVANCED_OK is enabled
CONSULitAS
pushed a commit
to CONSULitAS/Marlin-K8200
that referenced
this issue
Aug 18, 2016
Follow-up the PR MarlinFirmware#3631(Encapsulate Stepper, Planner, Endstops in singleton classes) plan_bed_level_matrix -> planner.bed_level_matrix in multi extruders section of Marlin_main.cpp It probably fix the Issue MarlinFirmware#3658(plan_bed_level_matrix not declarate). movesplanned() -> planner.movesplanned() in ADVANCED_OK section of Marlin_main.cpp It fix compilation error when ADVANCED_OK is enabled
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the last RCBUGFIX happen this:
sketch/Marlin_main.cpp: In function 'void gcode_T(uint8_t)':
Marlin_main.cpp:6362: error: 'plan_bed_level_matrix' was not declared in this scope
offset_vec.apply_rotation(plan_bed_level_matrix.transpose(plan_bed_level_matrix));
^
exit status 1
'plan_bed_level_matrix' was not declared in this scope
The text was updated successfully, but these errors were encountered: