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
6c83c1a4
Commit
6c83c1a4
authored
May 31, 2015
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
d7434672
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
19 deletions
+23
-19
Marlin.h
MarlinKimbra/Marlin.h
+1
-1
Marlin_main.cpp
MarlinKimbra/Marlin_main.cpp
+1
-1
pins.h
MarlinKimbra/pins.h
+21
-17
No files found.
MarlinKimbra/Marlin.h
View file @
6c83c1a4
...
...
@@ -235,7 +235,7 @@ extern float home_offset[3];
// Hotend offset
#if HOTENDS > 1
#if
DISABLED(DUAL_X_CARRIAGE)
#if
ndef DUAL_X_CARRIAGE
#define NUM_HOTEND_OFFSETS 2 // only in XY plane
#else
#define NUM_HOTEND_OFFSETS 3 // supports offsets in XYZ plane
...
...
MarlinKimbra/Marlin_main.cpp
View file @
6c83c1a4
...
...
@@ -5645,7 +5645,7 @@ inline void gcode_M503() {
line_to_destination
();
#endif
#if
def FILAMENT_RUNOUT_SENSOR
#if
HAS_FILRUNOUT
filrunoutEnqueued
=
false
;
#endif
...
...
MarlinKimbra/pins.h
View file @
6c83c1a4
...
...
@@ -3436,32 +3436,36 @@
#define ORIG_X_STEP_PIN 58
#define ORIG_X_DIR_PIN 57
#define ORIG_X_ENABLE_PIN 59
#define X_MIN_PIN 37
#define X_MAX_PIN 40 //2 //Max endstops default to disabled "-1", set to commented value to enable.
#define X_MIN_PIN
37
#define X_MAX_PIN
40 //2 //Max endstops default to disabled "-1", set to commented value to enable.
#define ORIG_Y_STEP_PIN 5 // A6
#define ORIG_Y_STEP_PIN
5 // A6
#define ORIG_Y_DIR_PIN 17 // A0
#define ORIG_Y_ENABLE_PIN 4
#define Y_MIN_PIN 41
#define Y_MAX_PIN 38 //15
#define ORIG_Y_ENABLE_PIN
4
#define Y_MIN_PIN
41
#define Y_MAX_PIN
38 //15
#define ORIG_Z_STEP_PIN 16 // A2
#define ORIG_Z_DIR_PIN 11 // A6
#define ORIG_Z_ENABLE_PIN 3 // A1
#define Z_MIN_PIN 18
#define Z_MAX_PIN 19
#define Z_MIN_PIN 18
#define Z_MAX_PIN 19
#define ORIG_E0_STEP_PIN 28
#define ORIG_E0_DIR_PIN 27
#define ORIG_E0_ENABLE_PIN 29
#define ORIG_E
0_STEP_PIN 28
#define ORIG_E
0_DIR_PIN 27
#define ORIG_E
0_ENABLE_PIN 29
#define ORIG_E
1_STEP_PIN 25
#define ORIG_E
1_DIR_PIN 24
#define ORIG_E
1_ENABLE_PIN 26
#define ORIG_E
1_STEP_PIN 25
#define ORIG_E
1_DIR_PIN 24
#define ORIG_E
1_ENABLE_PIN 26
#define ORIG_E
2_STEP_PIN 22
#define ORIG_E
2_DIR_PIN 60
#define ORIG_E
2_ENABLE_PIN 23
#define ORIG_E
2_STEP_PIN 22
#define ORIG_E
2_DIR_PIN 60
#define ORIG_E
2_ENABLE_PIN 23
#define ORIG_E
3_STEP_PIN 54
#define ORIG_E
3_DIR_PIN 55
#define ORIG_E
3_ENABLE_PI 55
#define SDPOWER -1
#define SDSS 53
...
...
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