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
c7f6ee9c
Commit
c7f6ee9c
authored
Mar 28, 2017
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Board A4JP should be SCOOVO_X9H
parent
8c07ac7f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Marlin/boards.h
+1
-1
1 addition, 1 deletion
Marlin/boards.h
Marlin/pins.h
+2
-2
2 additions, 2 deletions
Marlin/pins.h
Marlin/pins_SCOOVO_X9H.h
+2
-6
2 additions, 6 deletions
Marlin/pins_SCOOVO_X9H.h
with
5 additions
and
9 deletions
Marlin/boards.h
+
1
−
1
View file @
c7f6ee9c
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
#define BOARD_OMCA 91 // Final OMCA board
#define BOARD_OMCA 91 // Final OMCA board
#define BOARD_RAMBO 301 // Rambo
#define BOARD_RAMBO 301 // Rambo
#define BOARD_MINIRAMBO 302 // Mini-Rambo
#define BOARD_MINIRAMBO 302 // Mini-Rambo
#define BOARD_
AJ4P
303 //
AJ4P
#define BOARD_
SCOOVO_X9H
303 //
abee Scoovo X9H
#define BOARD_MEGACONTROLLER 310 // Mega controller
#define BOARD_MEGACONTROLLER 310 // Mega controller
#define BOARD_ELEFU_3 21 // Elefu Ra Board (v3)
#define BOARD_ELEFU_3 21 // Elefu Ra Board (v3)
#define BOARD_5DPRINT 88 // 5DPrint D8 Driver Board
#define BOARD_5DPRINT 88 // 5DPrint D8 Driver Board
...
...
...
...
This diff is collapsed.
Click to expand it.
Marlin/pins.h
+
2
−
2
View file @
c7f6ee9c
...
@@ -166,8 +166,8 @@
...
@@ -166,8 +166,8 @@
#include
"pins_MEGACONTROLLER.h"
#include
"pins_MEGACONTROLLER.h"
#elif MB(BQ_ZUM_MEGA_3D)
#elif MB(BQ_ZUM_MEGA_3D)
#include
"pins_BQ_ZUM_MEGA_3D.h"
#include
"pins_BQ_ZUM_MEGA_3D.h"
#elif MB(
AJ4P
)
#elif MB(
SCOOVO_X9H
)
#include
"pins_
AJ4P
.h"
#include
"pins_
SCOOVO_X9H
.h"
#elif MB(MKS_13)
#elif MB(MKS_13)
#include
"pins_MKS_13.h"
#include
"pins_MKS_13.h"
#elif MB(SAINSMART_2IN1)
#elif MB(SAINSMART_2IN1)
...
...
...
...
This diff is collapsed.
Click to expand it.
Marlin/pins_
A4JP
.h
→
Marlin/pins_
SCOOVO_X9H
.h
+
2
−
6
View file @
c7f6ee9c
...
@@ -21,21 +21,17 @@
...
@@ -21,21 +21,17 @@
*/
*/
/************************************************
/************************************************
* Rambo pin assignments MODIFIED FOR
A4JP
* Rambo pin assignments MODIFIED FOR
Scoovo X9H
************************************************/
************************************************/
#ifndef __AVR_ATmega2560__
#ifndef __AVR_ATmega2560__
#error "Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu."
#error "Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu."
#endif
#endif
#define BOARD_NAME "
AJ4P
"
#define BOARD_NAME "
Scoovo X9H
"
#define LARGE_FLASH true
#define LARGE_FLASH true
/************************************************
* Rambo pin assignments old
************************************************/
//
//
// Servos
// Servos
//
//
...
...
...
...
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