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
200bcf80
Commit
200bcf80
authored
Jan 12, 2016
by
MagoKimbra
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'refs/remotes/origin/master' into dev
parents
5c644442
e16d723c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
144 additions
and
136 deletions
+144
-136
Marlin_main.cpp
MarlinKimbra/Marlin_main.cpp
+1
-1
language.h
MarlinKimbra/language/language.h
+143
-135
No files found.
MarlinKimbra/Marlin_main.cpp
View file @
200bcf80
...
@@ -834,7 +834,7 @@ void setup() {
...
@@ -834,7 +834,7 @@ void setup() {
if
(
mcu
&
32
)
ECHO_EM
(
SERIAL_SOFTWARE_RESET
);
if
(
mcu
&
32
)
ECHO_EM
(
SERIAL_SOFTWARE_RESET
);
MCUSR
=
0
;
MCUSR
=
0
;
ECHO_LM
(
DB
,
MSG_MARLIN
" "
BUILD_VERSION
);
ECHO_LM
(
DB
,
BUILD_VERSION
);
#if ENABLED(STRING_DISTRIBUTION_DATE) && ENABLED(STRING_CONFIG_H_AUTHOR)
#if ENABLED(STRING_DISTRIBUTION_DATE) && ENABLED(STRING_CONFIG_H_AUTHOR)
ECHO_LM
(
DB
,
SERIAL_CONFIGURATION_VER
STRING_DISTRIBUTION_DATE
SERIAL_AUTHOR
STRING_CONFIG_H_AUTHOR
);
ECHO_LM
(
DB
,
SERIAL_CONFIGURATION_VER
STRING_DISTRIBUTION_DATE
SERIAL_AUTHOR
STRING_CONFIG_H_AUTHOR
);
...
...
MarlinKimbra/language/language.h
View file @
200bcf80
This diff is collapsed.
Click to expand it.
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