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
1540c3f7
Commit
1540c3f7
authored
May 12, 2016
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better manage cooler messages
parent
6cf10d42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Configuration_Store.cpp
MK/Configuration_Store.cpp
+1
-1
MK_Main.cpp
MK/module/MK_Main.cpp
+1
-0
No files found.
MK/Configuration_Store.cpp
View file @
1540c3f7
...
...
@@ -853,7 +853,7 @@ void Config_ResetDefault() {
ECHO_EMV
(
" D"
,
unscalePID_d
(
bedKd
));
#endif
#if ENABLED(PIDTEMPCOOLER)
ECHO_SMV
(
CFG
,
" M304
L
P"
,
coolerKp
);
// for compatibility with hosts, only echos values for E0
ECHO_SMV
(
CFG
,
" M304
C
P"
,
coolerKp
);
// for compatibility with hosts, only echos values for E0
ECHO_MV
(
" I"
,
unscalePID_i
(
coolerKi
));
ECHO_EMV
(
" D"
,
unscalePID_d
(
coolerKd
));
#endif
...
...
MK/module/MK_Main.cpp
View file @
1540c3f7
...
...
@@ -2943,6 +2943,7 @@ inline void do_blocking_move_to_z(float z) { do_blocking_move_to(current_positio
#if HAS(TEMP_COOLER)
void
print_coolerstates
()
{
ECHO_M
(
" COOL: "
);
ECHO_MV
(
SERIAL_C
,
degCooler
(),
1
);
ECHO_MV
(
" /"
,
degTargetCooler
(),
1
);
ECHO_M
(
SERIAL_CAT
);
...
...
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