Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Jerky high speed moves

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    2
    532
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • sverrebundefined
      sverreb
      last edited by

      I see a very uneven motion on high speed XY moves (travel moves) At first I thought I was getting lost steps but a test print with three objects at far ends of the platform prove otherwise.

      What I observe is that long travel moves appear to be split into 2-4 segments where the carriage significantly slow down then speed up again between the segments.

      It is also observable when using the panel due movement controls so it would not be segments declared in gcode

      These are my speeds settings:

      [[language]]
      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping
      M92 X80 Y80 Z1600 E2755 ; Set steps per mm
      M566 X1200 Y1200 Z12 E40 ; Set maximum instantaneous speed changes (mm/min)
      M203 X18000 Y18000 Z400 E2400 ; Set maximum speeds (mm/min)
      M201 X1500 Y1500 Z250 E120 ; Set accelerations (mm/s^2)
      M906 X1500 Y1500 Z800 E650 I30 ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout
      
      
      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        That will happen if you use mesh bed compensation and the bed is sufficiently uneven that the Z speed changes needed to implement it are constrained by the Z jerk setting. Try a higher jerk setting if your Z axis can handle it.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA