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

    Jerk and acceleration settings cr-10s5

    Scheduled Pinned Locked Moved Unsolved
    Tuning and tweaking
    2
    16
    2.0k
    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.
    • ziggymanpopoundefined
      ziggymanpopo
      last edited by

      ; homey.g

      G91 ; relative positioning
      G1 S2 X0.2 Y0.2 Z0.2 ; Move all axis 0.2 mm, clear stall status
      M400 ; make sure everything has stopped before we make changes
      M915 Y S2 R0 F0 ; set X and Y sensitivity, do nothing when stall, unfiltered
      M574 Y0 S1 ; set endstops to use motor stall
      G1 S1 Y-260 F5000 ; move X, stopping at the end stop
      G1 Z-0.2 ; Move z -0.2 mm,
      M400 ; make sure everything has stopped
      G90 ; back to absolute mode
      M915 X S2 Y S3 R3 F0 ; set X and Y sensitivity to 0, when stall home XY and resume print, filtered so it takes 4 steps to figure out it has stalled

      1 Reply Last reply Reply Quote 0
      • ziggymanpopoundefined
        ziggymanpopo
        last edited by

        thanks for looking

        1 Reply Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator @ziggymanpopo
          last edited by

          @ziggymanpopo said in Jerk and acceleration settings cr-10s5:

          ; Enable Bed Leveling
          G29 S1 ; Enable Mesh Bed Leveling

          You should probably move this to the end of your homeall rather than the end of config.g. Having it enabled as soon as the printer is turned on means that you haven't yet defined where Z0 is, which can lead to frustrations with first layers.

          @ziggymanpopo said in Jerk and acceleration settings cr-10s5:

          G31 P500

          Try G31 P25 instead for a tighter trigger threshold on theBLtouch.

          @ziggymanpopo said in Jerk and acceleration settings cr-10s5:

          M98 Pdeployprobe.g ; deploy mechanical Z probe
          M98 Pretractprobe.g ; retract mechanical Z probe

          You don't need to manually deploy or retract the pin. The Duet will do that on it's own as needed for probing.

          @ziggymanpopo said in Jerk and acceleration settings cr-10s5:

          M566 X600 Y600 Z24 E300 ; Set maximum instantaneous speed changes (mm/min)
          M203 X30000 Y30000 Z300 E1500 ; Set maximum speeds (mm/min)
          M201 X300 Y300 Z100 E5000 ; Set accelerations (mm/s^2

          X and Y jerk look fine, especially for a large bed like the S5.
          Z jerk may be a bit low for mesh bed leveling. Try Z60.
          E jerk is bit low at 300, especially if you intend to use pressure advance. Try adding an order of magnitude, 3000.
          X and Y acceleration are a bit low. 600-900 for X wouldn't be too crazy. Given the size of the Y axis 600 would probably be appropriate.

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • ziggymanpopoundefined
            ziggymanpopo
            last edited by

            Yeah prob. Should have mentioned that i have an abl inductive sensor not a bl toutch ,, so i believe the person who helped me with the original files picked a generic file just to get me going. So fare so good but i have some serious clean up to do not sure where to start except "one thing at a time. " just like any kit printer i realize my learnig curve the printer has some issue because of the board configuration and the printer are not quite a match or set right. i will take one ore two items at a time . The info has been invaluable. And i think this will keep me focused i thank all for there input 😁

            1 Reply Last reply Reply Quote 0
            • ziggymanpopoundefined
              ziggymanpopo
              last edited by

              What is causing ghosting and ripples in the y axes ...its just in the y ??? Does it have to do woth the weight of my 500mm bed... Also if i turn up any settings won't it hit the end stop harder ...what in the setup made the end stops no longer function. Should i chainge it back so they do and will this stop hard hits when homming

              1 Reply Last reply Reply Quote 0
              • Phaedruxundefined
                Phaedrux Moderator @ziggymanpopo
                last edited by

                @ziggymanpopo said in Jerk and acceleration settings cr-10s5:

                G1 S1 X-265 Y-260 F5000 ; move X and Y back, stopping at the end stop

                It's stopping halfway because you're only moving half the distance of the full bed size. Increase those movements to more than 500 to ensure they hit the endstop.

                I didn't realize you were not using the BLTouch. If the probe is working, leave the settings as is and disregard my comments.

                If you're still getting ringing even with those conservative values I would look at belt tension and flex. Such a large and heavy bed is going to be difficult to tame.

                The speed of the homing moves is set in the homing files. Since you're using sensorless homing you must use a fairly rapid move for the stall detection to trigger properly. Personally I'm not a fan of the idea of slamming my print head into a physical stop to home, but it seems to be all the rage these days.

                Z-Bot CoreXY Build | Thingiverse Profile

                1 Reply Last reply Reply Quote 0
                • ziggymanpopoundefined
                  ziggymanpopo
                  last edited by

                  I agree??? slamming is no good. Is there an easy way to put endstops back in play ??? Did that happen when i activated the. Abl sensor in the gcode??? Is it advisable to reactivate the end stops...When i set up the board they worked ??? The second problem i have is with the stall feature is when it is at the home on x,,, and its not on home for y ans z . It makes an auful sound on x when homming y and z . "The rest of the way." "like when an print is done"it homes y and z... but x isballready homed.... So it grinds x because its allready homed....then it homes the other two. Any hints highly appreciated

                  1 Reply Last reply Reply Quote 0
                  • ziggymanpopoundefined
                    ziggymanpopo
                    last edited by

                    Would it be possable to increase the size of the belt to aid in the taming of my large bed. ???
                    Id thought about putting in linear screws and guides. as a solution for the y axes

                    Phaedruxundefined 1 Reply Last reply Reply Quote 0
                    • Phaedruxundefined
                      Phaedrux Moderator
                      last edited by

                      Well if the end stop switches are still in place and connected to the board you can change the config to use those instead of stall detection.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • Phaedruxundefined
                        Phaedrux Moderator @ziggymanpopo
                        last edited by

                        @ziggymanpopo said in Jerk and acceleration settings cr-10s5:

                        Would it be possable to increase the size of the belt to aid in the taming of my large bed. ???
                        Id thought about putting in linear screws and guides. as a solution for the y axes

                        Larger belts may help for belt stretch but so would higher quality belts. It still doesn't reduce the weight of the bed though.

                        Linear screws have their own rotational momentum to deal with so aren't actually a solution. You'd be limited to the same or lower acceleration.

                        Z-Bot CoreXY Build | Thingiverse Profile

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