Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
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
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
aaaf8fe8
Commit
aaaf8fe8
authored
Oct 6, 2014
by
Erik van der Zalm
Browse files
Options
Downloads
Plain Diff
Merge pull request #1068 from darkjavi/Marlin_v1
Added profile for RAMPS with 2 extruders and 1 fan, no heated bed
parents
b3603068
40ba644b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Marlin/Configuration.h
+1
-0
1 addition, 0 deletions
Marlin/Configuration.h
Marlin/pins.h
+4
-4
4 additions, 4 deletions
Marlin/pins.h
with
5 additions
and
4 deletions
Marlin/Configuration.h
+
1
−
0
View file @
aaaf8fe8
...
@@ -48,6 +48,7 @@
...
@@ -48,6 +48,7 @@
// 33 = RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Bed)
// 33 = RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Bed)
// 34 = RAMPS 1.3 / 1.4 (Power outputs: Extruder0, Extruder1, Bed)
// 34 = RAMPS 1.3 / 1.4 (Power outputs: Extruder0, Extruder1, Bed)
// 35 = RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Fan)
// 35 = RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Fan)
// 36 = RAMPS 1.3 / 1.4 (Power outputs: Extruder0, Extruder1, Fan)
// 4 = Duemilanove w/ ATMega328P pin assignment
// 4 = Duemilanove w/ ATMega328P pin assignment
// 5 = Gen6
// 5 = Gen6
// 51 = Gen6 deluxe
// 51 = Gen6 deluxe
...
...
...
...
This diff is collapsed.
Click to expand it.
Marlin/pins.h
+
4
−
4
View file @
aaaf8fe8
...
@@ -531,7 +531,7 @@
...
@@ -531,7 +531,7 @@
* Arduino Mega pin assignment
* Arduino Mega pin assignment
*
*
****************************************************************************************/
****************************************************************************************/
#if MOTHERBOARD == 3 || MOTHERBOARD == 33 || MOTHERBOARD == 34 || MOTHERBOARD == 35 || MOTHERBOARD == 77 || MOTHERBOARD == 67 || MOTHERBOARD == 68
#if MOTHERBOARD == 3 || MOTHERBOARD == 33 || MOTHERBOARD == 34 || MOTHERBOARD == 35 || MOTHERBOARD ==
36 || MOTHERBOARD ==
77 || MOTHERBOARD == 67 || MOTHERBOARD == 68
#define KNOWN_BOARD 1
#define KNOWN_BOARD 1
//////////////////FIX THIS//////////////
//////////////////FIX THIS//////////////
...
@@ -547,7 +547,7 @@
...
@@ -547,7 +547,7 @@
// #define RAMPS_V_1_0
// #define RAMPS_V_1_0
#if MOTHERBOARD == 33 || MOTHERBOARD == 34 || MOTHERBOARD == 35 || MOTHERBOARD == 77 || MOTHERBOARD == 67 || MOTHERBOARD == 68
#if MOTHERBOARD == 33 || MOTHERBOARD == 34 || MOTHERBOARD == 35 || MOTHERBOARD ==
36 || MOTHERBOARD ==
77 || MOTHERBOARD == 67 || MOTHERBOARD == 68
#define LARGE_FLASH true
#define LARGE_FLASH true
...
@@ -653,7 +653,7 @@
...
@@ -653,7 +653,7 @@
#define FAN_PIN 4 // IO pin. Buffer needed
#define FAN_PIN 4 // IO pin. Buffer needed
#endif
#endif
#if MOTHERBOARD == 77
#if MOTHERBOARD == 77
|| MOTHERBOARD == 36
#define FAN_PIN 8
#define FAN_PIN 8
#endif
#endif
...
@@ -709,7 +709,7 @@
...
@@ -709,7 +709,7 @@
#define TEMP_2_PIN -1 // ANALOG NUMBERING
#define TEMP_2_PIN -1 // ANALOG NUMBERING
#endif
#endif
#if MOTHERBOARD == 35
#if MOTHERBOARD == 35
|| MOTHERBOARD == 36
#define HEATER_BED_PIN -1 // NO BED
#define HEATER_BED_PIN -1 // NO BED
#else
#else
#if MOTHERBOARD == 77
#if MOTHERBOARD == 77
...
...
...
...
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