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
4b36a542
Commit
4b36a542
authored
7 years ago
by
Scott Lahteine
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #7876 from thinkyhead/bf2_hotend_messages
[2.0.x] Addressing #7612
parents
81a1e69a
7fb3343b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/inc/SanityCheck.h
+10
-10
10 additions, 10 deletions
Marlin/src/inc/SanityCheck.h
with
10 additions
and
10 deletions
Marlin/src/inc/SanityCheck.h
+
10
−
10
View file @
4b36a542
...
...
@@ -958,28 +958,28 @@ static_assert(1 >= 0
#error "TEMP_4_PIN not defined for this board."
#endif
#elif TEMP_SENSOR_4 != 0
#error "TEMP_SENSOR_4 shouldn't be set with only 4
extruders
."
#error "TEMP_SENSOR_4 shouldn't be set with only 4
HOTENDS
."
#endif
#elif TEMP_SENSOR_3 != 0
#error "TEMP_SENSOR_3 shouldn't be set with only 3
extruders
."
#error "TEMP_SENSOR_3 shouldn't be set with only 3
HOTENDS
."
#elif TEMP_SENSOR_4 != 0
#error "TEMP_SENSOR_4 shouldn't be set with only 3
extruders
."
#error "TEMP_SENSOR_4 shouldn't be set with only 3
HOTENDS
."
#endif
#elif TEMP_SENSOR_2 != 0
#error "TEMP_SENSOR_2 shouldn't be set with only 2
extruders
."
#error "TEMP_SENSOR_2 shouldn't be set with only 2
HOTENDS
."
#elif TEMP_SENSOR_3 != 0
#error "TEMP_SENSOR_3 shouldn't be set with only 2
extruders
."
#error "TEMP_SENSOR_3 shouldn't be set with only 2
HOTENDS
."
#elif TEMP_SENSOR_4 != 0
#error "TEMP_SENSOR_4 shouldn't be set with only 2
extruders
."
#error "TEMP_SENSOR_4 shouldn't be set with only 2
HOTENDS
."
#endif
#elif TEMP_SENSOR_1 != 0 && DISABLED(TEMP_SENSOR_1_AS_REDUNDANT)
#error "TEMP_SENSOR_1 shouldn't be set with only 1
extruder
."
#error "TEMP_SENSOR_1 shouldn't be set with only 1
HOTEND
."
#elif TEMP_SENSOR_2 != 0
#error "TEMP_SENSOR_2 shouldn't be set with only 1
extruder
."
#error "TEMP_SENSOR_2 shouldn't be set with only 1
HOTEND
."
#elif TEMP_SENSOR_3 != 0
#error "TEMP_SENSOR_3 shouldn't be set with only 1
extruder
."
#error "TEMP_SENSOR_3 shouldn't be set with only 1
HOTEND
."
#elif TEMP_SENSOR_4 != 0
#error "TEMP_SENSOR_4 shouldn't be set with only 1
extruder
."
#error "TEMP_SENSOR_4 shouldn't be set with only 1
HOTEND
."
#endif
#if ENABLED(TEMP_SENSOR_1_AS_REDUNDANT) && TEMP_SENSOR_1 == 0
...
...
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