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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
eeab4141
Commit
eeab4141
authored
Sep 27, 2018
by
Victor Tseng
Committed by
Scott Lahteine
Sep 27, 2018
Browse files
Options
Downloads
Patches
Plain Diff
[2.0.x] Anycubic Trigorilla 14 pins tweak (#11869)
parent
cb9dc566
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/pins/pins_TRIGORILLA_14.h
+13
-16
13 additions, 16 deletions
Marlin/src/pins/pins_TRIGORILLA_14.h
with
13 additions
and
16 deletions
Marlin/src/pins/pins_TRIGORILLA_14.h
+
13
−
16
View file @
eeab4141
...
@@ -28,26 +28,23 @@
...
@@ -28,26 +28,23 @@
#define BOARD_NAME "Anycubic RAMPS 1.4"
#define BOARD_NAME "Anycubic RAMPS 1.4"
#endif
#endif
#define IS_RAMPS_EFB
// Remap MOSFET pins to common usages
#if HOTENDS > 1
// FAN0 / D9 - Typically used for the part fan on Anycubic Delta devices
#define RAMPS_D9_PIN 45 // EEB, EEF
#define FAN_PIN 9
#if !TEMP_SENSOR_BED
#define RAMPS_D8_PIN 9 // EEF
// FAN1 / D7 - Typically unused, can be allocated as Case Fan
#endif
#elif TEMP_SENSOR_BED
#define FAN1_PIN 7 // EFB
#else
#define FAN2_PIN 44 // EFF
#endif
// FAN2 / D44 - Typical Extruder Fan on Anycubic Delta devices
// D44 - Typical Extruder Fan on Anycubic Delta devices
#define FAN2_PIN 44
#define ORIG_E0_AUTO_FAN_PIN 44
#define ORIG_E0_AUTO_FAN_PIN 44
#include
"pins_RAMPS.h"
#include
"pins_RAMPS.h"
// TODO 1.4 boards do have an E1 stepper driver. However the pin definitions
// from pins_RAMPS.h are incorrect for this board. e.g., Pin 44 is the Extruder fan.
#undef E1_STEP_PIN
#undef E1_DIR_PIN
#undef E1_ENABLE_PIN
#undef E1_CS_PIN
//
//
// AnyCubic made the following changes to 1.1.0-RC8
// AnyCubic made the following changes to 1.1.0-RC8
// If these are appropriate for your LCD let us know.
// If these are appropriate for your LCD let us know.
...
...
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