-
-
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.
added AWD support (2x X, 2x Y) (#508)
- Loading branch information
Showing
38 changed files
with
282 additions
and
136 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 |
---|---|---|
@@ -1,8 +1 @@ | ||
[stepper_x] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 400 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring.cfg] | ||
[include default_speed.cfg] | ||
[include 0.9deg_1M.cfg] |
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 @@ | ||
[stepper_x] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 400 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring_1M.cfg] | ||
[include default_speed.cfg] |
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,13 @@ | ||
[stepper_x] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 400 | ||
|
||
[stepper_x1] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 400 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring_2M.cfg] | ||
[include default_speed.cfg] |
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 |
---|---|---|
@@ -1,8 +1 @@ | ||
[stepper_x] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 200 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring.cfg] | ||
[include default_speed.cfg] | ||
[include 1.8deg_1M.cfg] |
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 @@ | ||
[stepper_x] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 200 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring_1M.cfg] | ||
[include default_speed.cfg] |
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,13 @@ | ||
[stepper_x] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 200 | ||
|
||
[stepper_x1] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 200 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring_2M.cfg] | ||
[include default_speed.cfg] |
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 |
---|---|---|
@@ -1,12 +1 @@ | ||
# X TMC2209 definition | ||
|
||
[gcode_macro _USER_VARIABLES] | ||
variable_x_driver: "tmc2209" | ||
gcode: | ||
|
||
[tmc2209 stepper_x] | ||
uart_pin: X_TMCUART | ||
interpolate: True | ||
run_current: 0.8 | ||
sense_resistor: 0.110 | ||
stealthchop_threshold: 0 | ||
[include TMC2209_1-Motor.cfg] |
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,12 @@ | ||
# X TMC2209 definition | ||
|
||
[gcode_macro _USER_VARIABLES] | ||
variable_x_driver: "tmc2209" | ||
gcode: | ||
|
||
[tmc2209 stepper_x] | ||
uart_pin: X_TMCUART | ||
interpolate: True | ||
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 TMC2209_1-Motor.cfg] | ||
|
||
[tmc2209 stepper_x1] | ||
uart_pin: X1_TMCUART | ||
interpolate: True | ||
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 |
---|---|---|
@@ -1,15 +1 @@ | ||
# X TMC2240 definition | ||
|
||
[gcode_macro _USER_VARIABLES] | ||
variable_x_driver: "tmc2240" | ||
gcode: | ||
|
||
[tmc2240 stepper_x] | ||
cs_pin: X_TMCUART | ||
spi_speed: 500000 | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.7 | ||
stealthchop_threshold: 0 | ||
[include TMC2240_1-Motor.cfg] |
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 @@ | ||
# X TMC2240 definition | ||
|
||
[gcode_macro _USER_VARIABLES] | ||
variable_x_driver: "tmc2240" | ||
gcode: | ||
|
||
[tmc2240 stepper_x] | ||
cs_pin: X_TMCUART | ||
spi_speed: 500000 | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.7 | ||
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,11 @@ | ||
[include TMC2240_1-Motor.cfg] | ||
|
||
[tmc2240 stepper_x1] | ||
cs_pin: X1_TMCUART | ||
spi_speed: 500000 | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.7 | ||
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 |
---|---|---|
@@ -1,15 +1 @@ | ||
# X TMC5160 definition | ||
|
||
[gcode_macro _USER_VARIABLES] | ||
variable_x_driver: "tmc5160" | ||
gcode: | ||
|
||
[tmc5160 stepper_x] | ||
cs_pin: X_TMCUART | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.8 | ||
sense_resistor: 0.075 | ||
stealthchop_threshold: 0 | ||
[include TMC5160_1-Motor.cfg] |
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 @@ | ||
# X TMC5160 definition | ||
|
||
[gcode_macro _USER_VARIABLES] | ||
variable_x_driver: "tmc5160" | ||
gcode: | ||
|
||
[tmc5160 stepper_x] | ||
cs_pin: X_TMCUART | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.8 | ||
sense_resistor: 0.075 | ||
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,11 @@ | ||
[include TMC5160_1-Motor.cfg] | ||
|
||
[tmc5160 stepper_x1] | ||
cs_pin: X1_TMCUART | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.8 | ||
sense_resistor: 0.075 | ||
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 |
---|---|---|
@@ -1,5 +1 @@ | ||
[stepper_x] | ||
step_pin: X_STEP | ||
dir_pin: X_DIR | ||
enable_pin: !X_ENABLE | ||
endstop_pin: X_STOP | ||
[include default_wiring_1M.cfg] |
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,5 @@ | ||
[stepper_x] | ||
step_pin: X_STEP | ||
dir_pin: X_DIR | ||
enable_pin: !X_ENABLE | ||
endstop_pin: X_STOP |
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,6 @@ | ||
[include default_wiring_1M.cfg] | ||
|
||
[stepper_x1] | ||
step_pin: X1_STEP | ||
dir_pin: X1_DIR | ||
enable_pin: !X1_ENABLE |
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 |
---|---|---|
@@ -1,8 +1 @@ | ||
[stepper_y] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 400 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring.cfg] | ||
[include default_speed.cfg] | ||
[include 0.9deg_1M.cfg] |
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 @@ | ||
[stepper_y] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 400 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring_1M.cfg] | ||
[include default_speed.cfg] |
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,13 @@ | ||
[stepper_y] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 400 | ||
|
||
[stepper_y1] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 400 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring_2M.cfg] | ||
[include default_speed.cfg] |
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 |
---|---|---|
@@ -1,8 +1 @@ | ||
[stepper_y] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 200 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring.cfg] | ||
[include default_speed.cfg] | ||
[include 1.8deg_1M.cfg] |
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 @@ | ||
[stepper_y] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 200 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring_1M.cfg] | ||
[include default_speed.cfg] |
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,13 @@ | ||
[stepper_y] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 200 | ||
|
||
[stepper_y1] | ||
rotation_distance: 40 | ||
microsteps: 32 | ||
full_steps_per_rotation: 200 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring_2M.cfg] | ||
[include default_speed.cfg] |
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 |
---|---|---|
@@ -1,12 +1 @@ | ||
# Y TMC2209 definition | ||
|
||
[gcode_macro _USER_VARIABLES] | ||
variable_y_driver: "tmc2209" | ||
gcode: | ||
|
||
[tmc2209 stepper_y] | ||
uart_pin: Y_TMCUART | ||
interpolate: True | ||
run_current: 0.8 | ||
sense_resistor: 0.110 | ||
stealthchop_threshold: 0 | ||
[include TMC2209_1-Motor.cfg] |
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,12 @@ | ||
# Y TMC2209 definition | ||
|
||
[gcode_macro _USER_VARIABLES] | ||
variable_y_driver: "tmc2209" | ||
gcode: | ||
|
||
[tmc2209 stepper_y] | ||
uart_pin: Y_TMCUART | ||
interpolate: True | ||
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 TMC2209_1-Motor.cfg] | ||
|
||
[tmc2209 stepper_y1] | ||
uart_pin: Y1_TMCUART | ||
interpolate: True | ||
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 |
---|---|---|
@@ -1,15 +1 @@ | ||
# Y TMC2240 definition | ||
|
||
[gcode_macro _USER_VARIABLES] | ||
variable_y_driver: "tmc2240" | ||
gcode: | ||
|
||
[tmc2240 stepper_y] | ||
cs_pin: Y_TMCUART | ||
spi_speed: 500000 | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.7 | ||
stealthchop_threshold: 0 | ||
[include TMC2240_1-Motor.cfg] |
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 @@ | ||
# Y TMC2240 definition | ||
|
||
[gcode_macro _USER_VARIABLES] | ||
variable_y_driver: "tmc2240" | ||
gcode: | ||
|
||
[tmc2240 stepper_y] | ||
cs_pin: Y_TMCUART | ||
spi_speed: 500000 | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.7 | ||
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,11 @@ | ||
[include TMC2240_1-Motor.cfg] | ||
|
||
[tmc2240 stepper_y1] | ||
cs_pin: Y1_TMCUART | ||
spi_speed: 500000 | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.7 | ||
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 |
---|---|---|
@@ -1,15 +1 @@ | ||
# Y TMC5160 definition | ||
|
||
[gcode_macro _USER_VARIABLES] | ||
variable_y_driver: "tmc5160" | ||
gcode: | ||
|
||
[tmc5160 stepper_y] | ||
cs_pin: Y_TMCUART | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.8 | ||
sense_resistor: 0.075 | ||
stealthchop_threshold: 0 | ||
[include TMC5160_1-Motor.cfg] |
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 @@ | ||
# Y TMC5160 definition | ||
|
||
[gcode_macro _USER_VARIABLES] | ||
variable_y_driver: "tmc5160" | ||
gcode: | ||
|
||
[tmc5160 stepper_y] | ||
cs_pin: Y_TMCUART | ||
spi_software_sclk_pin: DRIVER_SPI_SCK | ||
spi_software_mosi_pin: DRIVER_SPI_MOSI | ||
spi_software_miso_pin: DRIVER_SPI_MISO | ||
interpolate: True | ||
run_current: 0.8 | ||
sense_resistor: 0.075 | ||
stealthchop_threshold: 0 |
Oops, something went wrong.