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
17960fd2
Commit
17960fd2
authored
9 years ago
by
Scott Lahteine
Committed by
Richard Wackerbarth
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Neaten up pins_MEGATRONICS.h (PR#2493)
parent
aac2b9aa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/pins_MEGATRONICS.h
+19
-22
19 additions, 22 deletions
Marlin/pins_MEGATRONICS.h
with
19 additions
and
22 deletions
Marlin/pins_MEGATRONICS.h
+
19
−
22
View file @
17960fd2
...
...
@@ -39,19 +39,18 @@
#define LED_PIN 13
#define FAN_PIN
7
// IO pin. Buffer needed
#define FAN_PIN
7
// IO pin. Buffer needed
#define PS_ON_PIN 12
#define KILL_PIN -1
#define HEATER_0_PIN 9
// EXTRUDER 1
#define HEATER_1_PIN 8
// EXTRUDER 2 (FAN On Sprinter)
#define HEATER_0_PIN
9
#define HEATER_1_PIN
8
#define HEATER_2_PIN -1
#if TEMP_SENSOR_0 == -1
#define TEMP_0_PIN
8 // ANALOG NUMBERING
#define TEMP_0_PIN 8 // ANALOG NUMBERING
#else
#define TEMP_0_PIN 13 // ANALOG NUMBERING
#define TEMP_0_PIN 13 // ANALOG NUMBERING
#endif
#define TEMP_1_PIN 15 // ANALOG NUMBERING
...
...
@@ -59,28 +58,26 @@
#define HEATER_BED_PIN 10 // BED
#define TEMP_BED_PIN 14 // ANALOG NUMBERING
#define BEEPER 33 // Beeper on AUX-4
#define BEEPER 33 // AUX-4
#if defined(ULTRA_LCD) && defined(NEWPANEL)
//arduino pin which triggers an piezzo beeper
#define LCD_PINS_RS 16
#define LCD_PINS_RS
16
#define LCD_PINS_ENABLE 17
#define LCD_PINS_D4 23
#define LCD_PINS_D5 25
#define LCD_PINS_D6 27
#define LCD_PINS_D7 29
#define LCD_PINS_D4
23
#define LCD_PINS_D5
25
#define LCD_PINS_D6
27
#define LCD_PINS_D7
29
//
b
uttons
are
directly attached using AUX-2
#define BTN_EN1 59
#define BTN_EN2 64
#define BTN_ENC
43 //the click
//
B
uttons directly attached using AUX-2
#define BTN_EN1
59
#define BTN_EN2
64
#define BTN_ENC
43
#define BLEN_C 2
#define BLEN_B 1
#define BLEN_A 0
#define BLEN_C
2
#define BLEN_B
1
#define BLEN_A
0
#define SDCARDDETECT -1 // R
amps
does
no
t use this
port
#define SDCARDDETECT
-1 // R
AMPS
does
n'
t use this
#endif // ULTRA_LCD && NEWPANEL
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