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
bc43a285
Unverified
Commit
bc43a285
authored
4 years ago
by
MESlammer
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bring thermistor names up to date (#18303)
parent
10601a93
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/lcd/thermistornames.h
+8
-0
8 additions, 0 deletions
Marlin/src/lcd/thermistornames.h
with
8 additions
and
0 deletions
Marlin/src/lcd/thermistornames.h
+
8
−
0
View file @
bc43a285
...
...
@@ -50,8 +50,14 @@
// Standard thermistors
#elif THERMISTOR_ID == 1
#define THERMISTOR_NAME "EPCOS 100K"
#elif THERMISTOR_ID == 331
#define THERMISTOR_NAME "3.3V EPCOS 100K (MEGA)"
#elif THERMISTOR_ID == 332
#define THERMISTOR_NAME "3.3V EPCOS 100K (DUE)"
#elif THERMISTOR_ID == 2
#define THERMISTOR_NAME "ATC 204GT-2"
#elif THERMISTOR_ID == 202
#define THERMISTOR_NAME "200k Copymaster 3D"
#elif THERMISTOR_ID == 3
#define THERMISTOR_NAME "Mendel-parts"
#elif THERMISTOR_ID == 4
...
...
@@ -98,6 +104,8 @@
#define THERMISTOR_NAME "Hephestos 2"
#elif THERMISTOR_ID == 75
#define THERMISTOR_NAME "MGB18"
#elif THERMISTOR_ID == 99
#define THERMISTOR_NAME "100k with 10k pull-up"
// Modified thermistors
#elif THERMISTOR_ID == 51
...
...
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