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
20c20dac
Commit
20c20dac
authored
Jan 17, 2019
by
Ziemowit
Committed by
Scott Lahteine
Jan 17, 2019
Browse files
Options
Downloads
Patches
Plain Diff
MKS SBASE needs DRV8825 (#12911)
parent
7bb5d4bf
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/config/examples/Mks/Sbase/Configuration.h
+13
-13
13 additions, 13 deletions
Marlin/src/config/examples/Mks/Sbase/Configuration.h
with
13 additions
and
13 deletions
Marlin/src/config/examples/Mks/Sbase/Configuration.h
+
13
−
13
View file @
20c20dac
...
@@ -583,19 +583,19 @@
...
@@ -583,19 +583,19 @@
* TMC5130, TMC5130_STANDALONE
* TMC5130, TMC5130_STANDALONE
* :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
* :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
*/
*/
//
#define X_DRIVER_TYPE
A4988
#define X_DRIVER_TYPE
DRV8825
//
#define Y_DRIVER_TYPE
A4988
#define Y_DRIVER_TYPE
DRV8825
//
#define Z_DRIVER_TYPE
A4988
#define Z_DRIVER_TYPE
DRV8825
//#define X2_DRIVER_TYPE
A4988
//#define X2_DRIVER_TYPE
DRV8825
//#define Y2_DRIVER_TYPE
A4988
//#define Y2_DRIVER_TYPE
DRV8825
//#define Z2_DRIVER_TYPE
A4988
//#define Z2_DRIVER_TYPE
DRV8825
//#define Z3_DRIVER_TYPE
A4988
//#define Z3_DRIVER_TYPE
DRV8825
//
#define E0_DRIVER_TYPE
A4988
#define E0_DRIVER_TYPE
DRV8825
//
#define E1_DRIVER_TYPE
A4988
#define E1_DRIVER_TYPE
DRV8825
//#define E2_DRIVER_TYPE
A4988
//#define E2_DRIVER_TYPE
DRV8825
//#define E3_DRIVER_TYPE
A4988
//#define E3_DRIVER_TYPE
DRV8825
//#define E4_DRIVER_TYPE
A4988
//#define E4_DRIVER_TYPE
DRV8825
//#define E5_DRIVER_TYPE
A4988
//#define E5_DRIVER_TYPE
DRV8825
// Enable this feature if all enabled endstop pins are interrupt-capable.
// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
...
...
...
...
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