Advertisement
robathome

My First Klipper

Dec 26th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. [stepper_x]
  2. step_pin: ar54
  3. dir_pin: ar55
  4. enable_pin: !ar38
  5. step_distance: .0225
  6. endstop_pin: ^ar3
  7. position_min: 0
  8. position_endstop: 0
  9. position_max: 200
  10. homing_speed: 5.0
  11. homing_retract_dist: 5.0
  12. second_homing_speed:
  13. homing_positive_dir:
  14.  
  15. [tmc2208 stepper_x]
  16. uart_pin:
  17. microsteps:
  18. run_current:
  19. hold_current:
  20. stealthchop_threshold: 0
  21.  
  22. [mcu]
  23. serial: /dev/ttyACM0
  24. baud: 250000
  25. pin_map: arduino
  26.  
  27. [printer]
  28. kinematics: cartesian
  29. max_velocity: 400
  30. max_accel: 2500
  31. max_z_velocity: 25
  32. max_z_accel: 1000
  33. square_corner_velocity: 5.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement