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
01d6d651
Commit
01d6d651
authored
Jun 04, 2016
by
MagoKimbra
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'refs/remotes/origin/dev'
parents
56529752
338341f2
Changes
1
Show 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 @
01d6d651
...
...
@@ -548,7 +548,7 @@ void check_axes_activity() {
#if ENABLED(MESH_BED_LEVELING)
if
(
mbl
.
active
)
z
+=
mbl
.
get_z
(
x
-
home_offset
[
X_AXIS
],
y
-
home_offset
[
Y_AXIS
]);
#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
// 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