Advertisement
ficus

Ender3V2 BTT SKR2 TMC2209 + Bondtech DDX Extruder

Sep 8th, 2021
2,043
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.72 KB | None | 0 0
  1. # tmc2209.cfg
  2. # - Ender 3 v2 Printer
  3. # - Bigtreetech SKR2 motherboard
  4. # - Bondtech DDX Extruder
  5. # created September 6, 2021
  6. # modified September 8, 2021
  7.  
  8. ########################################
  9. # TMC2209 configuration
  10. ########################################
  11.  
  12. [tmc2209 stepper_x]
  13. uart_pin: PE0
  14. run_current: 0.580
  15. hold_current: 0.500
  16. stealthchop_threshold: 999999
  17. #diag_pin:
  18.  
  19. [tmc2209 stepper_y]
  20. uart_pin: PD3
  21. run_current: 0.580
  22. hold_current: 0.500
  23. stealthchop_threshold: 999999
  24. #diag_pin:
  25.  
  26. [tmc2209 stepper_z]
  27. uart_pin: PD0
  28. run_current: 0.580
  29. hold_current: 0.500
  30. stealthchop_threshold: 999999
  31. #diag_pin:
  32.  
  33. [tmc2209 extruder] # bondtech ddx
  34. uart_pin: PC6
  35. run_current: 0.300
  36. hold_current: 0.150
  37. #diag_pin:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement