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
10a71e33
Commit
10a71e33
authored
Jul 6, 2019
by
thisiskeithb
Committed by
Scott Lahteine
Jul 6, 2019
Browse files
Options
Downloads
Patches
Plain Diff
Biqu SKR 1.1 => BigTree SKR 1.1 (#14514)
parent
4fa80536
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/src/core/boards.h
+1
-1
1 addition, 1 deletion
Marlin/src/core/boards.h
Marlin/src/pins/pins.h
+2
-2
2 additions, 2 deletions
Marlin/src/pins/pins.h
Marlin/src/pins/pins_BIGTREE_SKR_V1.1.h
+1
-1
1 addition, 1 deletion
Marlin/src/pins/pins_BIGTREE_SKR_V1.1.h
with
4 additions
and
4 deletions
Marlin/src/core/boards.h
+
1
−
1
View file @
10a71e33
...
...
@@ -193,7 +193,7 @@
#define BOARD_COHESION3D_MINI 2011 // Cohesion3D Mini
#define BOARD_SMOOTHIEBOARD 2012 // Smoothieboard
#define BOARD_AZTEEG_X5_MINI_WIFI 2013 // Azteeg X5 Mini Wifi (Power outputs: Hotend0, Bed, Fan)
#define BOARD_BI
QU
_SKR_V1_1
2014 // BI
QU
SKR_V1.1 (Power outputs: Hotend0,Hotend1, Fan, Bed)
#define BOARD_BI
GTREE
_SKR_V1_1 2014 // BI
GTREE
SKR_V1.1 (Power outputs: Hotend0,Hotend1, Fan, Bed)
#define BOARD_BIQU_B300_V1_0 2015 // BIQU B300_V1.0 (Power outputs: Hotend0, Fan, Bed, SPI Driver)
#define BOARD_BIGTREE_SKR_V1_3 2016 // BIGTREE SKR_V1.3 (Power outputs: Hotend0, Hotend1, Fan, Bed)
#define BOARD_AZTEEG_X5_MINI 2017 // Azteeg X5 Mini (Power outputs: Hotend0, Bed, Fan)
...
...
This diff is collapsed.
Click to expand it.
Marlin/src/pins/pins.h
+
2
−
2
View file @
10a71e33
...
...
@@ -344,8 +344,8 @@
#include
"pins_COHESION3D_MINI.h"
// LPC1769 env:LPC1769
#elif MB(SMOOTHIEBOARD)
#include
"pins_SMOOTHIEBOARD.h"
// LPC1769 env:LPC1769
#elif MB(BI
QU
_SKR_V1_1)
#include
"pins_BI
QU
_SKR_V1.1.h"
// LPC1768 env:LPC1768
#elif MB(BI
GTREE
_SKR_V1_1)
#include
"pins_BI
GTREE
_SKR_V1.1.h"
// LPC1768 env:LPC1768
#elif MB(BIQU_B300_V1_0)
#include
"pins_BIQU_B300_V1.0.h"
// LPC1768 env:LPC1768
#elif MB(BIGTREE_SKR_V1_3)
...
...
This diff is collapsed.
Click to expand it.
Marlin/src/pins/pins_BI
QU
_SKR_V1.1.h
→
Marlin/src/pins/pins_BI
GTREE
_SKR_V1.1.h
+
1
−
1
View file @
10a71e33
...
...
@@ -26,7 +26,7 @@
#endif
#ifndef BOARD_NAME
#define BOARD_NAME "BI
QU
SKR V1.1"
#define BOARD_NAME "BI
GTREE
SKR V1.1"
#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