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
e7f020f3
Commit
e7f020f3
authored
5 years ago
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Shorten some internal pin names
parent
d83ad6f3
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/src/pins/ramps/pins_TRIGORILLA_14.h
+18
-18
18 additions, 18 deletions
Marlin/src/pins/ramps/pins_TRIGORILLA_14.h
with
18 additions
and
18 deletions
Marlin/src/pins/ramps/pins_TRIGORILLA_14.h
+
18
−
18
View file @
e7f020f3
...
...
@@ -47,43 +47,43 @@
#endif
// Labeled pins
#define T
RIGORILLA
_HEATER_BED_PIN 8
#define T
RIGORILLA
_HEATER_0_PIN 10
#define T
RIGORILLA
_HEATER_1_PIN 45 // Anycubic Kossel: Unused
#define T
G
_HEATER_BED_PIN
8
#define T
G
_HEATER_0_PIN
10
#define T
G
_HEATER_1_PIN
45 // Anycubic Kossel: Unused
#define T
RIGORILLA
_FAN0_PIN 9 // Anycubic Kossel: Usually the part cooling fan
#define T
RIGORILLA
_FAN1_PIN 7 // Anycubic Kossel: Unused
#define T
RIGORILLA
_FAN2_PIN 44 // Anycubic Kossel: Hotend fan
#define T
G
_FAN0_PIN
9 // Anycubic Kossel: Usually the part cooling fan
#define T
G
_FAN1_PIN
7 // Anycubic Kossel: Unused
#define T
G
_FAN2_PIN
44 // Anycubic Kossel: Hotend fan
// Remap MOSFET pins to common usages:
#define RAMPS_D10_PIN
TRIGORILLA
_HEATER_0_PIN // HEATER_0_PIN is always RAMPS_D10_PIN in pins_RAMPS.h
#define RAMPS_D10_PIN
TG
_HEATER_0_PIN // HEATER_0_PIN is always RAMPS_D10_PIN in pins_RAMPS.h
#if HOTENDS > 1 // EEF and EEB
#define RAMPS_D9_PIN
TRIGORILLA
_HEATER_1_PIN
#define RAMPS_D9_PIN
TG
_HEATER_1_PIN
#if !TEMP_SENSOR_BED
// EEF
#define RAMPS_D8_PIN
TRIGORILLA
_FAN0_PIN
#define RAMPS_D8_PIN
TG
_FAN0_PIN
#else
// EEB
#define RAMPS_D8_PIN
TRIGORILLA
_HEATER_BED_PIN
#define FAN_PIN
TRIGORILLA
_FAN0_PIN // Override pin 4 in pins_RAMPS.h
#define RAMPS_D8_PIN
TG
_HEATER_BED_PIN
#define FAN_PIN
TG
_FAN0_PIN // Override pin 4 in pins_RAMPS.h
#endif
#elif TEMP_SENSOR_BED
// EFB (Anycubic Kossel default)
#define RAMPS_D9_PIN
TRIGORILLA
_FAN0_PIN
#define RAMPS_D8_PIN
TRIGORILLA
_HEATER_BED_PIN
#define RAMPS_D9_PIN
TG
_FAN0_PIN
#define RAMPS_D8_PIN
TG
_HEATER_BED_PIN
#else
// EFF
#define RAMPS_D9_PIN
TRIGORILLA
_FAN1_PIN
#define RAMPS_D8_PIN
TRIGORILLA
_FAN0_PIN
#define RAMPS_D9_PIN
TG
_FAN1_PIN
#define RAMPS_D8_PIN
TG
_FAN0_PIN
#endif
#if HOTENDS > 1 || TEMP_SENSOR_BED // EEF, EEB, EFB
#define FAN1_PIN
TRIGORILLA
_FAN1_PIN
#define FAN1_PIN
TG
_FAN1_PIN
#endif
#define FAN2_PIN
TRIGORILLA
_FAN2_PIN
#define ORIG_E0_AUTO_FAN_PIN
TRIGORILLA
_FAN2_PIN
// Used in Anycubic Kossel example config
#define FAN2_PIN
TG
_FAN2_PIN
#define ORIG_E0_AUTO_FAN_PIN
TG
_FAN2_PIN // Used in Anycubic Kossel example config
#include
"pins_RAMPS.h"
...
...
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