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
251c6e3e
Commit
251c6e3e
authored
Aug 20, 2015
by
Simone Primarosa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 4.1.5
parent
f3454ac3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Marlin_main.cpp
MarlinKimbra/Marlin_main.cpp
+2
-2
No files found.
MarlinKimbra/Marlin_main.cpp
View file @
251c6e3e
...
...
@@ -4707,12 +4707,12 @@ inline void gcode_M42() {
if
(
code_seen
(
'Z'
))
{
ECHO_EMV
(
"Actual POWER_ZERO:"
,
POWER_ZERO
,
7
);
ECHO_EMV
(
"New POWER_ZERO:"
,
raw_analog2voltage
(),
7
);
ECHO_EM
(
"Insert new calculated values into the FW and call
\"
M70 A\ for the next calibration step."
);
ECHO_EM
(
"Insert new calculated values into the FW and call
\"
M70 A
\
"
for the next calibration step."
);
}
else
if
(
code_seen
(
'A'
))
{
ECHO_EMV
(
"Actual POWER_ERROR:"
,
POWER_ERROR
,
7
);
ECHO_EMV
(
"New POWER_ERROR:"
,
analog2error
(
code_value
()),
7
);
ECHO_EM
(
"Insert new calculated values into the FW and call
\"
M70 W\ for the last calibration step."
);
ECHO_EM
(
"Insert new calculated values into the FW and call
\"
M70 W
\
"
for the last calibration step."
);
}
else
if
(
code_seen
(
'W'
))
{
ECHO_EMV
(
"Actual POWER_EFFICIENCY:"
,
POWER_EFFICIENCY
,
7
);
...
...
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