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
870757aa
Commit
870757aa
authored
Feb 5, 2019
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Tweaks to pins_GT2560_V3.h
parent
b96cc30c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/pins/pins_GT2560_V3.h
+11
-13
11 additions, 13 deletions
Marlin/src/pins/pins_GT2560_V3.h
with
11 additions
and
13 deletions
Marlin/src/pins/pins_GT2560_V3.h
+
11
−
13
View file @
870757aa
...
@@ -47,6 +47,13 @@
...
@@ -47,6 +47,13 @@
#define Z_MIN_PIN 30
#define Z_MIN_PIN 30
#define Z_MAX_PIN 32
#define Z_MAX_PIN 32
//
// Z Probe (when not Z_MIN_PIN)
//
#ifndef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN 32
#endif
//
//
// Runout Sensor
// Runout Sensor
//
//
...
@@ -63,13 +70,6 @@
...
@@ -63,13 +70,6 @@
#define POWER_LOSS_PIN 69 // Pin to detect power loss
#define POWER_LOSS_PIN 69 // Pin to detect power loss
#define POWER_LOSS_STATE LOW
#define POWER_LOSS_STATE LOW
//
// Z Probe (when not Z_MIN_PIN)
//
#ifndef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN 32
#endif
//
//
// Steppers
// Steppers
//
//
...
@@ -112,7 +112,6 @@
...
@@ -112,7 +112,6 @@
//#define FAN1_PIN 8
//#define FAN1_PIN 8
//#define FAN2_PIN 7
//#define FAN2_PIN 7
//
//
// Misc. Functions
// Misc. Functions
//
//
...
@@ -120,11 +119,10 @@
...
@@ -120,11 +119,10 @@
#define SDSS 53
#define SDSS 53
#define LED_PIN 6
#define LED_PIN 6
#define PS_ON_PIN 12
#define PS_ON_PIN 12
#define SUICIDE_PIN 54 //
PIN that has to be turned on right after start,
to keep power flowing
.
#define SUICIDE_PIN 54 //
This pin must be enabled at boot
to keep power flowing
#ifndef CASE_LIGHT_PIN
#ifndef CASE_LIGHT_PIN
//#define CASE_LIGHT_PIN 21
#define CASE_LIGHT_PIN 6 // 21
#define CASE_LIGHT_PIN 6
#endif
#endif
//
//
...
...
...
...
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