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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
33c7c6e1
Commit
33c7c6e1
authored
Mar 20, 2015
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Conditionals.h requires Arduino.h
parent
8ade04b7
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Marlin/Conditionals.h
+1
-0
1 addition, 0 deletions
Marlin/Conditionals.h
Marlin/SanityCheck.h
+4
-4
4 additions, 4 deletions
Marlin/SanityCheck.h
with
5 additions
and
4 deletions
Marlin/Conditionals.h
+
1
−
0
View file @
33c7c6e1
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
#ifndef CONDITIONALS_H
#ifndef CONDITIONALS_H
#define CONDITIONALS_H
#define CONDITIONALS_H
#include
"Arduino.h"
#include
"pins.h"
#include
"pins.h"
/**
/**
...
...
...
...
This diff is collapsed.
Click to expand it.
Marlin/SanityCheck.h
+
4
−
4
View file @
33c7c6e1
...
@@ -111,13 +111,13 @@
...
@@ -111,13 +111,13 @@
// Make sure probing points are reachable
// Make sure probing points are reachable
#if LEFT_PROBE_BED_POSITION < MIN_PROBE_X
#if LEFT_PROBE_BED_POSITION < MIN_PROBE_X
#error
"
The given LEFT_PROBE_BED_POSITION can't be reached by the probe.
"
#error The given LEFT_PROBE_BED_POSITION can't be reached by the probe.
#elif RIGHT_PROBE_BED_POSITION > MAX_PROBE_X
#elif RIGHT_PROBE_BED_POSITION > MAX_PROBE_X
#error
"
The given RIGHT_PROBE_BED_POSITION can't be reached by the probe.
"
#error The given RIGHT_PROBE_BED_POSITION can't be reached by the probe.
#elif FRONT_PROBE_BED_POSITION < MIN_PROBE_Y
#elif FRONT_PROBE_BED_POSITION < MIN_PROBE_Y
#error
"
The given FRONT_PROBE_BED_POSITION can't be reached by the probe.
"
#error The given FRONT_PROBE_BED_POSITION can't be reached by the probe.
#elif BACK_PROBE_BED_POSITION > MAX_PROBE_Y
#elif BACK_PROBE_BED_POSITION > MAX_PROBE_Y
#error
"
The given BACK_PROBE_BED_POSITION can't be reached by the probe.
"
#error The given BACK_PROBE_BED_POSITION can't be reached by the probe.
#endif
#endif
#define PROBE_SIZE_X (X_PROBE_OFFSET_FROM_EXTRUDER * (AUTO_BED_LEVELING_GRID_POINTS-1))
#define PROBE_SIZE_X (X_PROBE_OFFSET_FROM_EXTRUDER * (AUTO_BED_LEVELING_GRID_POINTS-1))
...
...
...
...
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