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
2a71bc69
Commit
2a71bc69
authored
Jun 02, 2016
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync with upstream
parent
d411a5b7
Pipeline
#77
skipped
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
Configuration_Store.cpp
MK/Configuration_Store.cpp
+1
-1
301.h
MK/module/boards/301.h
+0
-1
33.h
MK/module/boards/33.h
+0
-1
No files found.
MK/Configuration_Store.cpp
View file @
2a71bc69
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
*/
*/
#include "base.h"
#include "base.h"
#define EEPROM_VERSION "MKV42
9
"
#define EEPROM_VERSION "MKV42
8
"
/**
/**
* MKV428 EEPROM Layout:
* MKV428 EEPROM Layout:
...
...
MK/module/boards/301.h
View file @
2a71bc69
...
@@ -74,7 +74,6 @@
...
@@ -74,7 +74,6 @@
#define KILL_PIN -1 // 80 with Smart Controller LCD
#define KILL_PIN -1 // 80 with Smart Controller LCD
#define SUICIDE_PIN -1 // PIN that has to be turned on right after start, to keep power flowing.
#define SUICIDE_PIN -1 // PIN that has to be turned on right after start, to keep power flowing.
#if ENABLED(ULTRA_LCD)
#if ENABLED(ULTRA_LCD)
#define KILL_PIN 80
#define KILL_PIN 80
#if ENABLED(NEWPANEL)
#if ENABLED(NEWPANEL)
...
...
MK/module/boards/33.h
View file @
2a71bc69
...
@@ -70,7 +70,6 @@
...
@@ -70,7 +70,6 @@
#define ORIG_HEATER_BED_PIN 8 // BED
#define ORIG_HEATER_BED_PIN 8 // BED
#define ORIG_TEMP_BED_PIN 14 // ANALOG NUMBERING
#define ORIG_TEMP_BED_PIN 14 // ANALOG NUMBERING
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL)
#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL)
#define KILL_PIN 41
#define KILL_PIN 41
#else
#else
...
...
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