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
7b2ee5da
Commit
7b2ee5da
authored
Sep 06, 2015
by
MagoKimbra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pins.h
parent
fdc3cd2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
33 deletions
+31
-33
Configuration_Basic.h
MarlinKimbra/Configuration_Basic.h
+1
-1
pins.h
MarlinKimbra/pins.h
+30
-32
No files found.
MarlinKimbra/Configuration_Basic.h
View file @
7b2ee5da
...
...
@@ -150,7 +150,7 @@
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_3 0
#define TEMP_SENSOR_BED
1
#define TEMP_SENSOR_BED
0
//These 2 defines help to calibrate the AD595 sensor in case you get wrong temperature measurements.
//The measured temperature is defined as "actualTemp = (measuredTemp * TEMP_SENSOR_AD595_GAIN) + TEMP_SENSOR_AD595_OFFSET"
...
...
MarlinKimbra/pins.h
View file @
7b2ee5da
...
...
@@ -2324,29 +2324,32 @@
#define ORIG_X_STEP_PIN 54
#define ORIG_X_DIR_PIN 55
#define ORIG_X_MIN_PIN 3
#define ORIG_X_MAX_PIN 2
#define ORIG_X_ENABLE_PIN 38
#define X_MIN_PIN 3
#define X_MAX_PIN 2
#define ORIG_Y_STEP_PIN 60
#define ORIG_Y_DIR_PIN 61
#define ORIG_Y_MIN_PIN 14
#define ORIG_Y_MAX_PIN 15
#define ORIG_Y_ENABLE_PIN 56
#define Y_MIN_PIN 14
#define Y_MAX_PIN 15
#define ORIG_Z_STEP_PIN 46
#define ORIG_Z_DIR_PIN 48
#define ORIG_Z_MIN_PIN 18
#define ORIG_Z_MAX_PIN 19
#define ORIG_Z_ENABLE_PIN 62
#define Z_MIN_PIN 18
#define Z_MAX_PIN 19
// Note that on the Due pin A0 on the board is channel 2 on the ARM chip
#define ORIG_HEATER_0_PIN 10
#define ORIG_TEMP_0_PIN 11 // Due analog pin #
#define ORIG_HEATER_
1_PIN
8
#define ORIG_TEMP_
1_PIN
12 // Due analog pin #
#define ORIG_HEATER_
BED_PIN
9
#define ORIG_TEMP_
BED_PIN
13 // Due analog pin #
#define ORIG_HEATER_
BED_PIN
8
#define ORIG_TEMP_
BED_PIN
12 // Due analog pin #
#define ORIG_HEATER_
1_PIN
9
#define ORIG_TEMP_
1_PIN
13 // Due analog pin #
#define ORIG_E0_STEP_PIN 26
#define ORIG_E0_DIR_PIN 28
...
...
@@ -2357,7 +2360,7 @@
#define ORIG_E1_ENABLE_PIN 30
#define SDPOWER -1
#define SDSS
53
// 10 if using HW SPI. 53 if using SW SPI
#define SDSS
10
// 10 if using HW SPI. 53 if using SW SPI
#define LED_PIN 13
#define ORIG_FAN_PIN 9
#define PS_ON_PIN 12
...
...
@@ -2383,34 +2386,29 @@
#define ORIG_X_STEP_PIN 54
#define ORIG_X_DIR_PIN 55
#define ORIG_X_ENABLE_PIN 38
#define X_MIN_PIN 3
#define X_MAX_PIN 2
#define X_MIN_PIN
3
#define X_MAX_PIN
2
#define ORIG_Y_STEP_PIN 60
#define ORIG_Y_DIR_PIN 61
#define ORIG_Y_ENABLE_PIN 56
#define Y_MIN_PIN 14
#define Y_MAX_PIN 15
#define Y_MIN_PIN
14
#define Y_MAX_PIN
15
#define ORIG_Z_STEP_PIN 46
#define ORIG_Z_DIR_PIN 48
#define ORIG_Z_ENABLE_PIN 62
#define Z_MIN_PIN 18
#define Z_MAX_PIN 19
#define Z_PROBE_PIN -1
#define Y2_STEP_PIN 36
#define Y2_DIR_PIN 34
#define Y2_ENABLE_PIN 30
#undef Z2_STEP_PIN
#undef Z2_DIR_PIN
#undef Z2_ENABLE_PIN
#define Z_MIN_PIN 18
#define Z_MAX_PIN 19
#define
Z2_STEP_PIN
36
#define
Z2_DIR_PIN
34
#define
Z2_ENABLE_PIN
30
#define
Y2_STEP_PIN
36
#define
Y2_DIR_PIN
34
#define
Y2_ENABLE_PIN
30
#define Z2_STEP_PIN 36
#define Z2_DIR_PIN 34
#define Z2_ENABLE_PIN 30
#define ORIG_E0_STEP_PIN 26
#define ORIG_E0_DIR_PIN 28
#define ORIG_E0_ENABLE_PIN 24
...
...
@@ -2419,9 +2417,9 @@
#define ORIG_E1_DIR_PIN 34
#define ORIG_E1_ENABLE_PIN 30
#define SDPOWER -1
#define SDSS 53
#define LED_PIN 13
#define SDPOWER
-1
#define SDSS
53
#define LED_PIN
13
#endif
/****************************************************************************************/
...
...
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