Advertisement
Guest User

Untitled

a guest
Feb 15th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. $0=10 (step pulse, usec)
  2. $1=255 (step idle delay, msec)
  3. $2=0 (step port invert mask:00000000)
  4. $3=3 (dir port invert mask:00000011)
  5. $4=0 (step enable invert, bool)
  6. $5=0 (limit pins invert, bool)
  7. $6=0 (probe pin invert, bool)
  8. $10=3 (status report mask:00000011)
  9. $11=0.020 (junction deviation, mm)
  10. $12=0.002 (arc tolerance, mm)
  11. $13=0 (report inches, bool)
  12. $14=1 (auto start, bool)
  13. $20=0 (soft limits, bool)
  14. $21=1 (hard limits, bool)
  15. $22=1 (homing cycle, bool)
  16. $23=0 (homing dir invert mask:00000000)
  17. $24=25.000 (homing feed, mm/min)
  18. $25=500.000 (homing seek, mm/min)
  19. $26=250 (homing debounce, msec)
  20. $27=1.000 (homing pull-off, mm)
  21. $100=1.000 (x, step/mm)
  22. $101=20.000 (y, step/mm)
  23. $102=20.000 (z, step/mm)
  24. $110=2000.000 (x max rate, mm/min)
  25. $111=42000.000 (y max rate, mm/min)
  26. $112=42000.000 (z max rate, mm/min)
  27. $120=40.000 (x accel, mm/sec^2)
  28. $121=190.000 (y accel, mm/sec^2)
  29. $122=190.000 (z accel, mm/sec^2)
  30. $130=200.000 (x max travel, mm)
  31. $131=200.000 (y max travel, mm)
  32. $132=200.000 (z max travel, mm)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement