Skip to content
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

Closed
fbarcenas opened this issue May 2, 2016 · 3 comments
Closed

plan_bed_level_matrix not declarate #3658

fbarcenas opened this issue May 2, 2016 · 3 comments

Comments

@fbarcenas
Copy link

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

@ghost
Copy link

ghost commented May 2, 2016

@fbarcenas
I've made a patch(PR #3660).
Try it if you like.

@fbarcenas
Copy link
Author

Fixed with the change to:

planner.bed_level_matrix

well!!
Please change in the RCBUGFIX!

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
@jbrazio jbrazio modified the milestone: 1.1.0 Jul 16, 2016
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
@github-actions
Copy link

github-actions bot commented Apr 6, 2022

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.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants