-
-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Surion79 <102791900+Surion79@users.noreply.github.com>
- Loading branch information
Showing
27 changed files
with
188 additions
and
252 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# XY TMC2209 definition | ||
[gcode_macro _USER_VARIABLES] | ||
variable_xytmc_driver: "TMC2209" | ||
gcode: | ||
|
||
|
||
[tmc2209 stepper_x] | ||
uart_pin: X_TMCUART | ||
interpolate: False | ||
run_current: 0.8 | ||
sense_resistor: 0.110 | ||
stealthchop_threshold: 0 | ||
|
||
[tmc2209 stepper_y] | ||
uart_pin: Y_TMCUART | ||
interpolate: False | ||
run_current: 0.8 | ||
sense_resistor: 0.110 | ||
stealthchop_threshold: 0 |
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
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,14 @@ | ||
# Z TMC2209 definition | ||
|
||
# User variable only needed here as they are called recursively | ||
[gcode_macro _USER_VARIABLES] | ||
variable_ztmc_driver: "TMC2209" | ||
gcode: | ||
|
||
|
||
[tmc2209 stepper_z] | ||
uart_pin: Z_TMCUART | ||
interpolate: False | ||
run_current: 0.8 | ||
sense_resistor: 0.110 | ||
stealthchop_threshold: 0 |
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,15 @@ | ||
[include z_TMC2209_1-Motor.cfg] | ||
|
||
[tmc2209 stepper_z1] | ||
uart_pin: Z1_TMCUART | ||
interpolate: False | ||
run_current: 0.8 | ||
sense_resistor: 0.110 | ||
stealthchop_threshold: 0 | ||
|
||
[tmc2209 stepper_z2] | ||
uart_pin: Z2_TMCUART | ||
interpolate: False | ||
run_current: 0.8 | ||
sense_resistor: 0.110 | ||
stealthchop_threshold: 0 |
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,8 @@ | ||
[include z_TMC2209_3-Motors.cfg] | ||
|
||
[tmc2209 stepper_z3] | ||
uart_pin: Z3_TMCUART | ||
interpolate: False | ||
run_current: 0.8 | ||
sense_resistor: 0.110 | ||
stealthchop_threshold: 0 |
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
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
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
Oops, something went wrong.