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
181e4039
Commit
181e4039
authored
May 12, 2016
by
Franco (nextime) Lanza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a couple of typos
parent
5ab43946
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
MK_Main.cpp
MK/module/MK_Main.cpp
+3
-2
No files found.
MK/module/MK_Main.cpp
View file @
181e4039
...
@@ -99,6 +99,7 @@ const char axis_codes[NUM_AXIS] = {'X', 'Y', 'Z', 'E'};
...
@@ -99,6 +99,7 @@ const char axis_codes[NUM_AXIS] = {'X', 'Y', 'Z', 'E'};
static
bool
relative_mode
=
false
;
static
bool
relative_mode
=
false
;
bool
cancel_heatup
=
false
;
bool
cancel_heatup
=
false
;
bool
cancel_cooldown
=
false
;
static
int
serial_count
=
0
;
static
int
serial_count
=
0
;
...
@@ -3121,7 +3122,7 @@ inline void wait_bed(bool no_wait_for_cooling = true) {
...
@@ -3121,7 +3122,7 @@ inline void wait_bed(bool no_wait_for_cooling = true) {
#endif
#endif
float
theTarget
=
-
1
;
float
theTarget
=
-
1
;
bool
wants_to_
cool
;
bool
wants_to_
heat
;
cancel_cooldown
=
false
;
cancel_cooldown
=
false
;
millis_t
now
,
next_temp_ms
=
0
;
millis_t
now
,
next_temp_ms
=
0
;
...
@@ -6108,7 +6109,7 @@ inline void gcode_M140() {
...
@@ -6108,7 +6109,7 @@ inline void gcode_M140() {
inline
void
gcode_M190
()
{
inline
void
gcode_M190
()
{
if
(
DEBUGGING
(
DRYRUN
))
return
;
if
(
DEBUGGING
(
DRYRUN
))
return
;
#if HAS(TEMP_COOLER)
#if HAS(TEMP_COOLER)
if
code_seen
(
'C'
)
{
if
(
code_seen
(
'C'
)
)
{
LCD_MESSAGEPGM
(
MSG_COOLER_COOLING
);
LCD_MESSAGEPGM
(
MSG_COOLER_COOLING
);
bool
no_wait_for_heating
=
code_seen
(
'S'
);
bool
no_wait_for_heating
=
code_seen
(
'S'
);
if
(
no_wait_for_heating
||
code_seen
(
'R'
))
setTargetCooler
(
code_value
());
if
(
no_wait_for_heating
||
code_seen
(
'R'
))
setTargetCooler
(
code_value
());
...
...
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