-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from anttix/random-fixes
Correct the number of microsteps for TMC drivers
- Loading branch information
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
opt_set DEFAULT_AXIS_STEPS_PER_UNIT "{ 200, 200, 800, 200 }" | ||
|
||
# NB! The values below will only have any effect if the board is fitted with programmable drivers | ||
|
||
opt_set X_MICROSTEPS "32" | ||
opt_set Y_MICROSTEPS "32" | ||
opt_set Z_MICROSTEPS "32" | ||
opt_set X2_MICROSTEPS "32" | ||
opt_set Y2_MICROSTEPS "32" | ||
opt_set Z2_MICROSTEPS "32" | ||
opt_set E0_MICROSTEPS "32" | ||
opt_set E1_MICROSTEPS "32" | ||
opt_set E2_MICROSTEPS "32" | ||
opt_set E3_MICROSTEPS "32" | ||
opt_set E4_MICROSTEPS "32" | ||
opt_set E5_MICROSTEPS "32" | ||
opt_set E6_MICROSTEPS "32" | ||
opt_set E7_MICROSTEPS "32" | ||
|
||
echo "- Configured to use 32 microsteps" >> README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters