-
-
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.
refactored the multikinematics system and moved TMCs conf to mcu.cfg
- Loading branch information
Showing
50 changed files
with
241 additions
and
287 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
config/hardware/axis/Y/VSW_0.9d_y.cfg → config/hardware/axis/X/0.9d.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,4 +1,4 @@ | ||
[stepper_z] | ||
[stepper_x] | ||
rotation_distance: 40 | ||
microsteps: 64 | ||
full_steps_per_rotation: 400 | ||
|
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,12 @@ | ||
# X TMC2209 definition | ||
|
||
[gcode_macro _USER_VARIABLES] | ||
variable_x_driver: "TMC2209" | ||
gcode: | ||
|
||
[tmc2209 stepper_x] | ||
uart_pin: X_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,19 @@ | ||
# X TMC2209 definition with some custom TMC parameters to reduce the | ||
# VFAs (Vertical Fine Artifacts) produced by the first V0 LDO motors kit | ||
|
||
|
||
# Including first the default XY TMC2209 file | ||
[include TMC2209.cfg] | ||
|
||
# Then applying overrides for specific V0 parameters from LDO | ||
[tmc2209 stepper_x] | ||
run_current: 0.7 | ||
# stealthchop_threshold: 999999 | ||
driver_TBL: 2 | ||
driver_TOFF: 2 | ||
driver_HEND: 1 | ||
driver_HSTRT: 4 | ||
driver_PWM_LIM: 8 | ||
driver_PWM_GRAD: 8 | ||
driver_PWM_FREQ: 1 | ||
driver_PWM_REG: 4 |
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,5 @@ | ||
[stepper_x] | ||
step_pin: X_STEP | ||
dir_pin: X_DIR | ||
enable_pin: !X_ENABLE | ||
endstop_pin: X_STOP |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
config/hardware/axis/XY/0.9d_xy.cfg → config/hardware/axis/Y/0.9deg.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
File renamed without changes.
3 changes: 2 additions & 1 deletion
3
config/hardware/axis/Y/TMC/y_TMC2209.cfg → config/hardware/axis/Y/TMC/TMC2209.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
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 @@ | ||
# Y TMC2209 definition with some custom TMC parameters to reduce the | ||
# VFAs (Vertical Fine Artifacts) produced by the first V0 LDO motors kit | ||
|
||
|
||
# Including first the default XY TMC2209 file | ||
[include TMC2209.cfg] | ||
|
||
# Then applying overrides for specific V0 parameters from LDO | ||
[tmc2209 stepper_y] | ||
run_current: 0.7 | ||
# stealthchop_threshold: 999999 | ||
driver_TBL: 2 | ||
driver_TOFF: 2 | ||
driver_HEND: 1 | ||
driver_HSTRT: 4 | ||
driver_PWM_LIM: 8 | ||
driver_PWM_GRAD: 8 | ||
driver_PWM_FREQ: 1 | ||
driver_PWM_REG: 4 |
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
2 changes: 1 addition & 1 deletion
2
...ardware/axis/Z/TMC/z_TMC2209_3-Motors.cfg → .../hardware/axis/Z/TMC/TMC2209_3-Motors.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,4 +1,4 @@ | ||
[include z_TMC2209_1-Motor.cfg] | ||
[include TMC2209_1-Motor.cfg] | ||
|
||
[tmc2209 stepper_z1] | ||
uart_pin: Z1_TMCUART | ||
|
2 changes: 1 addition & 1 deletion
2
...ardware/axis/Z/TMC/z_TMC2209_4-Motors.cfg → .../hardware/axis/Z/TMC/TMC2209_4-Motors.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,4 +1,4 @@ | ||
[include z_TMC2209_3-Motors.cfg] | ||
[include TMC2209_3-Motors.cfg] | ||
|
||
[tmc2209 stepper_z3] | ||
uart_pin: Z3_TMCUART | ||
|
File renamed without changes.
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,18 @@ | ||
[stepper_z] | ||
rotation_distance: 32 | ||
microsteps: 32 | ||
full_steps_per_rotation: 200 | ||
|
||
[stepper_z1] | ||
rotation_distance: 32 | ||
microsteps: 32 | ||
full_steps_per_rotation: 200 | ||
|
||
[stepper_z2] | ||
rotation_distance: 32 | ||
microsteps: 32 | ||
full_steps_per_rotation: 200 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring_3M.cfg] | ||
[include default_speed.cfg] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 1 addition & 6 deletions
7
config/hardware/axis/XZ/0.9d_xz.cfg → config/hardware/axis/Z/VSW_0.9deg.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,13 +1,8 @@ | ||
[stepper_x] | ||
rotation_distance: 40 | ||
microsteps: 64 | ||
full_steps_per_rotation: 400 | ||
|
||
[stepper_z] | ||
rotation_distance: 40 | ||
microsteps: 64 | ||
full_steps_per_rotation: 400 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring.cfg] | ||
[include default_wiring_1M.cfg] | ||
[include default_speed.cfg] |
7 changes: 1 addition & 6 deletions
7
config/hardware/axis/XZ/1.8d_xz.cfg → config/hardware/axis/Z/VSW_1.8deg.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,13 +1,8 @@ | ||
[stepper_x] | ||
rotation_distance: 40 | ||
microsteps: 64 | ||
full_steps_per_rotation: 200 | ||
|
||
[stepper_z] | ||
rotation_distance: 40 | ||
microsteps: 64 | ||
full_steps_per_rotation: 200 | ||
|
||
# We also include the default wiring and speeds from here to avoid duplicating | ||
[include default_wiring.cfg] | ||
[include default_wiring_1M.cfg] | ||
[include default_speed.cfg] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
config/hardware/extruder/TMC/e_TMC2209.cfg → config/hardware/extruder/TMC/TMC2209.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
2 changes: 1 addition & 1 deletion
2
config/hardware/extruder/TMC/e_TMC2240.cfg → config/hardware/extruder/TMC/TMC2240.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
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...probes/dockable_probe_virtual_endstop.cfg → config/hardware/probes/dockable_virtual.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
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...robes/inductive_probe_virtual_endstop.cfg → config/hardware/probes/inductive_virtual.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
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
config/hardware/kinematics/cartesian.cfg → config/kinematics/cartesian.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,7 +1,7 @@ | ||
[printer] | ||
kinematics: cartesian | ||
max_velocity: 200 | ||
max_accel: 1000 | ||
max_z_velocity: 50 | ||
max_accel: 3000 | ||
max_z_velocity: 30 | ||
max_z_accel: 500 | ||
square_corner_velocity: 5.0 | ||
square_corner_velocity: 5.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
4 changes: 2 additions & 2 deletions
4
config/hardware/kinematics/corexz.cfg → config/kinematics/corexz.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,7 +1,7 @@ | ||
[printer] | ||
kinematics: corexz | ||
max_velocity: 200 | ||
max_velocity: 400 | ||
max_accel: 1000 | ||
max_z_velocity: 200 | ||
max_z_accel: 1000 | ||
square_corner_velocity: 5.0 | ||
square_corner_velocity: 5.0 |
File renamed without changes.
Oops, something went wrong.