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

Follow-up the PR #3631(Encapsulate Stepper, ... #3660

Merged
merged 1 commit into from May 2, 2016
Merged

Follow-up the PR #3631(Encapsulate Stepper, ... #3660

merged 1 commit into from May 2, 2016

Conversation

ghost
Copy link

@ghost ghost commented May 2, 2016

Follow-up the PR #3631(Encapsulate Stepper, Planner, Endstops in singleton classes)

・Change from plan_bed_level_matrix to planner.bed_level_matrix in multi extruders section of Marlin_main.cpp
It probably fix the Issue #3658(plan_bed_level_matrix not declarate).

・Change from movesplanned() to planner.movesplanned() in ADVANCED_OK section of Marlin_main.cpp
It fix compilation error that it occurs when ADVANCED_OK is enabled

Follow-up the PR #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 #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
@ghost ghost mentioned this pull request May 2, 2016
@thinkyhead thinkyhead merged commit 37c4970 into MarlinFirmware:RCBugFix May 2, 2016
@ghost ghost deleted the patch-2 branch May 3, 2016 09:02
@thinkyhead thinkyhead mentioned this pull request Jul 8, 2016
@jbrazio jbrazio modified the milestone: 1.1.0 Jul 18, 2016
drewmoseley pushed a commit to drewmoseley/Marlin that referenced this pull request Nov 8, 2023
Set CMake build type to Release when using kit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants