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
fe29bdd7
Commit
fe29bdd7
authored
Mar 27, 2015
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Also fix temperature externs
parent
578f93bc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/temperature.h
+3
-3
3 additions, 3 deletions
Marlin/temperature.h
with
3 additions
and
3 deletions
Marlin/temperature.h
+
3
−
3
View file @
fe29bdd7
...
@@ -41,10 +41,10 @@ void manage_heater(); //it is critical that this is called periodically.
...
@@ -41,10 +41,10 @@ void manage_heater(); //it is critical that this is called periodically.
// low level conversion routines
// low level conversion routines
// do not use these routines and variables outside of temperature.cpp
// do not use these routines and variables outside of temperature.cpp
extern
int
target_temperature
[
EXTRUDERS
];
extern
int
target_temperature
[
4
];
extern
float
current_temperature
[
EXTRUDERS
];
extern
float
current_temperature
[
4
];
#ifdef SHOW_TEMP_ADC_VALUES
#ifdef SHOW_TEMP_ADC_VALUES
extern
int
current_temperature_raw
[
EXTRUDERS
];
extern
int
current_temperature_raw
[
4
];
extern
int
current_temperature_bed_raw
;
extern
int
current_temperature_bed_raw
;
#endif
#endif
extern
int
target_temperature_bed
;
extern
int
target_temperature_bed
;
...
...
...
...
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