Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
f505a040
Unverified
Commit
f505a040
authored
7 years ago
by
Scott Lahteine
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #8162 from jeffyl/fix_azsmz
[2.0.x] Fix AZSMZ Mini pins for new LPC1768 pinmapping
parents
31e96935
bbc2e666
Loading
Loading
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/pins/pins_AZSMZ_MINI.h
+44
-45
44 additions, 45 deletions
Marlin/src/pins/pins_AZSMZ_MINI.h
with
44 additions
and
45 deletions
Marlin/src/pins/pins_AZSMZ_MINI.h
+
44
−
45
View file @
f505a040
...
@@ -24,9 +24,8 @@
...
@@ -24,9 +24,8 @@
* AZSMZ MINI pin assignments
* AZSMZ MINI pin assignments
*/
*/
//#if !defined(TARGET_LPC1768)
#ifndef TARGET_LPC1768
#if DISABLED(IS_REARM)
#error "Oops! Make sure you have LPC1768 selected."
#error "Oops! Make sure you have Re-Arm selected."
#endif
#endif
#ifndef BOARD_NAME
#ifndef BOARD_NAME
...
@@ -38,38 +37,38 @@
...
@@ -38,38 +37,38 @@
//
//
// Servos
// Servos
//
//
#define SERVO0_PIN
5
3
#define SERVO0_PIN
P1_2
3
//
//
// Limit Switches
// Limit Switches
//
//
#define X_MIN_PIN
3
#define X_MIN_PIN
P1_24
#define Y_MIN_PIN
14
#define Y_MIN_PIN
P1_26
#define Z_MIN_PIN
1
8
#define Z_MIN_PIN
P1_2
8
#define Z_MAX_PIN
1
9
#define Z_MAX_PIN
P1_2
9
//
//
// Steppers
// Steppers
//
//
#define X_STEP_PIN
26
#define X_STEP_PIN
P2_0
#define X_DIR_PIN
28
#define X_DIR_PIN
P0_5
#define X_ENABLE_PIN
2
4
#define X_ENABLE_PIN
P0_
4
#define Y_STEP_PIN
54
#define Y_STEP_PIN
P2_1
#define Y_DIR_PIN
55
#define Y_DIR_PIN
P0_11
#define Y_ENABLE_PIN
38
#define Y_ENABLE_PIN
P0_10
#define Z_STEP_PIN
60
#define Z_STEP_PIN
P2_2
#define Z_DIR_PIN
61
#define Z_DIR_PIN
P0_20
#define Z_ENABLE_PIN
56
#define Z_ENABLE_PIN
P0_19
#define E0_STEP_PIN
46
#define E0_STEP_PIN
P2_3
#define E0_DIR_PIN
48
#define E0_DIR_PIN
P0_22
#define E0_ENABLE_PIN
62
#define E0_ENABLE_PIN
P0_21
#define E1_STEP_PIN
36
#define E1_STEP_PIN
P2_8
#define E1_DIR_PIN 3
4
#define E1_DIR_PIN
P2_1
3
#define E1_ENABLE_PIN
30
#define E1_ENABLE_PIN
P4_29
//
//
// Temperature Sensors
// Temperature Sensors
...
@@ -83,35 +82,35 @@
...
@@ -83,35 +82,35 @@
// Heaters / Fans
// Heaters / Fans
//
//
// EFB
// EFB
#define HEATER_0_PIN
8
#define HEATER_0_PIN
P2_4
#define HEATER_BED_PIN
10
#define HEATER_BED_PIN
P2_5
#define FAN_PIN
9
#define FAN_PIN
P2_7
#define FAN1_PIN 6
3
#define FAN1_PIN
P0_2
6
#if ENABLED(AZSMZ_12864)
#if ENABLED(AZSMZ_12864)
#define BEEPER_PIN
37
#define BEEPER_PIN
P1_30
#define DOGLCD_A0
59
#define DOGLCD_A0
P2_6
#define DOGLCD_CS
41
#define DOGLCD_CS
P1_22
#define BTN_EN1
13
#define BTN_EN1
P4_28
#define BTN_EN2
15
#define BTN_EN2
P1_27
#define BTN_ENC
31
#define BTN_ENC
P3_26
#define LCD_SDSS 16
#define LCD_SDSS
P0_
16
#define SD_DETECT_PIN
33
#define SD_DETECT_PIN
P3_25
#endif
#endif
//
//
// Ethernet pins
// Ethernet pins
//
//
#define ENET_MDIO 7
1
#define ENET_MDIO
P1_1
7
#define ENET_RX_ER
73
#define ENET_RX_ER
P1_14
#define ENET_RXD1
75
#define ENET_RXD1
P1_10
#define ENET_MOC
70
#define ENET_MOC
P1_16
#define REF_CLK
72
#define REF_CLK
P1_15
#define ENET_RXD0
74
#define ENET_RXD0
P1_9
#define ENET_CRS
76
#define ENET_CRS
P1_8
#define ENET_TX_EN
77
#define ENET_TX_EN
P1_4
#define ENET_TXD0
78
#define ENET_TXD0
P1_0
#define ENET_TXD1
79
#define ENET_TXD1
P1_1
/**
/**
* PWMs
* PWMs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment