Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MarlinKimbra
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
MarlinKimbra
Commits
d0ba5e8c
Commit
d0ba5e8c
authored
Apr 24, 2015
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix msg pidtempbed & Thermal protection
parent
cd922a32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ConfigurationStore.cpp
MarlinKimbra/ConfigurationStore.cpp
+1
-1
temperature.cpp
MarlinKimbra/temperature.cpp
+1
-1
No files found.
MarlinKimbra/ConfigurationStore.cpp
View file @
d0ba5e8c
...
...
@@ -741,7 +741,7 @@ void Config_PrintSettings(bool forReplay) {
}
#endif
#ifdef PIDTEMPBED
ECHO_SMV
(
" M304 P"
,
bedKp
);
// for compatibility with hosts, only echos values for E0
ECHO_SMV
(
DB
,
" M304 P"
,
bedKp
);
// for compatibility with hosts, only echos values for E0
ECHO_MV
(
" I"
,
unscalePID_i
(
bedKi
));
ECHO_EMV
(
" D"
,
unscalePID_d
(
bedKd
));
#endif
...
...
MarlinKimbra/temperature.cpp
View file @
d0ba5e8c
...
...
@@ -1086,7 +1086,7 @@ void setWatch() {
*
state
=
TRRunaway
;
break
;
case
TRRunaway
:
ECHO_S
(
ER
,
MSG_THERMAL_RUNAWAY_STOP
);
ECHO_S
M
(
ER
,
MSG_THERMAL_RUNAWAY_STOP
);
if
(
heater_id
<
0
)
ECHO_EM
(
MSG_THERMAL_RUNAWAY_BED
);
else
ECHO_EV
(
heater_id
);
LCD_ALERTMESSAGEPGM
(
MSG_THERMAL_RUNAWAY
);
disable_all_heaters
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment