Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
cfe80e1d
Commit
cfe80e1d
authored
10 years ago
by
John Davis
Browse files
Options
Downloads
Patches
Plain Diff
Update vector_3.h
parent
7464d3c9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/vector_3.h
+3
-3
3 additions, 3 deletions
Marlin/vector_3.h
with
3 additions
and
3 deletions
Marlin/vector_3.h
+
3
−
3
View file @
cfe80e1d
/*
/*
vector_3.cpp - Vector library for bed
leveling
vector_3.cpp - Vector library for bed
compensation
Copyright (c) 2012 Lars Brubaker. All right reserved.
Copyright (c) 2012 Lars Brubaker. All right reserved.
This library is free software; you can redistribute it and/or
This library is free software; you can redistribute it and/or
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#ifndef VECTOR_3_H
#ifndef VECTOR_3_H
#define VECTOR_3_H
#define VECTOR_3_H
#ifdef ENABLE_AUTO_BED_
LEVELING
#ifdef ENABLE_AUTO_BED_
COMPENSATION
class
matrix_3x3
;
class
matrix_3x3
;
struct
vector_3
struct
vector_3
...
@@ -57,6 +57,6 @@ struct matrix_3x3
...
@@ -57,6 +57,6 @@ struct matrix_3x3
void
apply_rotation_xyz
(
matrix_3x3
rotationMatrix
,
float
&
x
,
float
&
y
,
float
&
z
);
void
apply_rotation_xyz
(
matrix_3x3
rotationMatrix
,
float
&
x
,
float
&
y
,
float
&
z
);
#endif // ENABLE_AUTO_BED_
LEVELING
#endif // ENABLE_AUTO_BED_
COMPENSATION
#endif // VECTOR_3_H
#endif // VECTOR_3_H
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment