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

Is there something like max_accel_to_decel (Klipper) in RRF2.05?

Scheduled Pinned Locked Moved
Firmware developers
2
4
2.8k
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.
  • undefined
    maroonds
    last edited by 12 May 2020, 20:30

    Title says it all.

    1 Reply Last reply Reply Quote 0
    • undefined
      Phaedrux Moderator
      last edited by 12 May 2020, 20:43

      Except it doesn't say what max_accel_to_decel is.

      Do you have a link that explains it, or a brief explanation on what it is/does and why you want it?

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 0
      • undefined
        maroonds
        last edited by maroonds 5 Dec 2020, 20:49 12 May 2020, 20:47

        Oh, my bad...
        #max_accel_to_decel:

        A pseudo acceleration (in mm/s^2) controlling how fast the

        toolhead may go from acceleration to deceleration. It is used to

        reduce the top speed of short zig-zag moves (and thus reduce

        printer vibration from these moves). The default is half of

        max_accel.

        I would like something like this because it reduces the noise of fast travel moves.

        1 Reply Last reply Reply Quote 0
        • undefined
          Phaedrux Moderator
          last edited by 12 May 2020, 20:52

          Hmm, I don't think there is anything exactly like that in RRF. But to try and achieve your end goal of quieter fast travel moves maybe give M566 P1 a try.

          https://duet3d.dozuki.com/Wiki/Gcode#Section_M566_Set_allowable_instantaneous_speed_change

          The default jerk policy is 0, which replicates the behaviour of earlier versions of RRF (jerk is only applied between two printing moves, or between two travel moves, and only if they both involve XY movement or neither does). Changing the jerk policy to 1 allows jerk to be applied between any pair of moves.

          Z-Bot CoreXY Build | Thingiverse Profile

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