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
b0f3e507
Commit
b0f3e507
authored
Apr 23, 2015
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
9db9313a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Marlin_main.cpp
MarlinKimbra/Marlin_main.cpp
+5
-5
No files found.
MarlinKimbra/Marlin_main.cpp
View file @
b0f3e507
...
...
@@ -3942,7 +3942,7 @@ inline void gcode_M42() {
sigma
=
sqrt
(
sum
/
(
n
+
1
));
if
(
verbose_level
>
1
)
{
ECHO_
S
V
(
n
+
1
);
ECHO_V
(
n
+
1
);
ECHO_MV
(
" of "
,
n_samples
);
ECHO_MV
(
" z: "
,
current_position
[
Z_AXIS
],
6
);
if
(
verbose_level
>
2
)
{
...
...
@@ -3971,10 +3971,10 @@ inline void gcode_M42() {
// enable_endstops(true);
if
(
verbose_level
>
0
)
{
ECHO_
L
MV
(
"Mean: "
,
mean
,
6
);
ECHO_
E
MV
(
"Mean: "
,
mean
,
6
);
}
ECHO_
L
MV
(
"Standard Deviation: "
,
sigma
,
6
);
ECHO_
E
MV
(
"Standard Deviation: "
,
sigma
,
6
);
}
#endif // ENABLE_AUTO_BED_LEVELING && Z_PROBE_REPEATABILITY_TEST
...
...
@@ -5638,8 +5638,8 @@ inline void gcode_T() {
}
#endif // E0E1_CHOICE_PIN E0E2_CHOICE_PIN E1E3_CHOICE_PIN
active_extruder
=
target_extruder
;
ECHO_LM
(
DB
,
MSG_ACTIVE_DRIVER
,
active_driver
);
ECHO_LM
(
DB
,
MSG_ACTIVE_EXTRUDER
,
active_extruder
);
ECHO_LM
V
(
DB
,
MSG_ACTIVE_DRIVER
,
active_driver
);
ECHO_LM
V
(
DB
,
MSG_ACTIVE_EXTRUDER
,
active_extruder
);
#elif defined(NPR2)
st_synchronize
();
// Finish all movement
if
(
old_color
==
99
)
...
...
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