Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MarlinKimbra
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
MarlinKimbra
Commits
338341f2
Commit
338341f2
authored
Jun 04, 2016
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix plan_bed_level_matrix
parent
0a03e4e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
planner.cpp
MK/module/motion/planner.cpp
+1
-1
No files found.
MK/module/motion/planner.cpp
View file @
338341f2
...
@@ -548,7 +548,7 @@ void check_axes_activity() {
...
@@ -548,7 +548,7 @@ void check_axes_activity() {
#if ENABLED(MESH_BED_LEVELING)
#if ENABLED(MESH_BED_LEVELING)
if
(
mbl
.
active
)
z
+=
mbl
.
get_z
(
x
-
home_offset
[
X_AXIS
],
y
-
home_offset
[
Y_AXIS
]);
if
(
mbl
.
active
)
z
+=
mbl
.
get_z
(
x
-
home_offset
[
X_AXIS
],
y
-
home_offset
[
Y_AXIS
]);
#elif ENABLED(AUTO_BED_LEVELING_FEATURE)
#elif ENABLED(AUTO_BED_LEVELING_FEATURE)
apply_rotation_xyz
(
bed_level_matrix
,
x
,
y
,
z
);
apply_rotation_xyz
(
plan_
bed_level_matrix
,
x
,
y
,
z
);
#endif
#endif
// The target position of the tool in absolute steps
// The target position of the tool in absolute steps
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment