Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. [stepper_x]
  2. step_pin: P2.2
  3. dir_pin: !P2.6
  4. enable_pin: !P2.1
  5. #step_distance: 0.012482 # (16 calibrated)
  6. step_distance: 0.125 # (16 calculated)
  7. step_distance: 0.05 # (4 calculated)
  8. endstop_pin: P1.29
  9. #endstop_pin: tmc2209_stepper_x:virtual_endstop #Sensorless Homing
  10. position_endstop: -6
  11. position_min: -6
  12. position_max: 310
  13. homing_speed: 90
  14. homing_retract_dist: 0 # to avoid sensor triggered after retract errors
  15.  
  16. [stepper_y]
  17. step_pin: P0.19
  18. dir_pin: !P0.20
  19. enable_pin: !P2.8
  20. #step_distance: 0.012412 # (16 calibrated)
  21. step_distance: 0.125 # (16 calculated)
  22. step_distance: 0.05 # (4 calculated)
  23. endstop_pin: P1.27
  24. #endstop_pin: tmc2209_stepper_y:virtual_endstop #Sensorless Homing
  25. position_endstop: -16
  26. position_min: -16
  27. position_max: 310
  28. homing_speed: 90
  29. homing_retract_dist: 0 # to avoid sensor triggered after retract errors
  30.  
  31.  
  32. [stepper_z]
  33. step_pin: P0.22
  34. dir_pin: P2.11
  35. enable_pin: !P0.21
  36. step_distance: .01 # 4 (calculated)
  37. #step_distance: .010065 # 4 (calibrated)
  38. #endstop_pin: probe:z_virtual_endstop #Ezabl
  39. endstop_pin: P1.25
  40. position_min: -3
  41. position_max: 400
  42. homing_speed: 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement