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
19a47dae
Commit
19a47dae
authored
13 years ago
by
ErikZalm
Browse files
Options
Downloads
Plain Diff
Merge pull request #99 from Justblair/master
Better pin configuration for rotary encoder in RAMPS boards
parents
910f4e77
02ee9e3d
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/pins.h
+4
-4
4 additions, 4 deletions
Marlin/pins.h
with
4 additions
and
4 deletions
Marlin/pins.h
+
4
−
4
View file @
19a47dae
...
...
@@ -285,7 +285,7 @@
#define FAN_PIN 4 // IO pin. Buffer needed
#endif
#define PS_ON_PIN 12
#define KILL_PIN
3
1
#define KILL_PIN
-
1
#define HEATER_0_PIN 10 // EXTRUDER 1
#if MOTHERBOARD == 33
...
...
@@ -314,9 +314,9 @@
#define LCD_PINS_D7 29
//buttons are directly attached using AUX-2
#define BTN_EN1
44
#define BTN_EN2
42
#define BTN_ENC
64
//the click
#define BTN_EN1
37
#define BTN_EN2
35
#define BTN_ENC
31
//the click
#define BLEN_C 2
#define BLEN_B 1
...
...
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