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

    Line skips. Cr 10-s5

    Scheduled Pinned Locked Moved Solved
    General Discussion
    2
    14
    450
    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

      Can you tell le where to set M350 what mode were set at 16 across the board

      1 Reply Last reply Reply Quote 0
      • JamesMundefined
        JamesM
        last edited by

        It's under the "Drives" section....this is my entire drives section but do take it as gospel since I have changed some things on my Ender 3 like the direct drive bondtech extruder

        ; Drives
        M569 P0 S1 ; Drive 0 goes forwards
        M569 P1 S1 ; Drive 1 goes forwards
        M569 P2 S0 ; Drive 2 goes backwards
        M569 P3 S0 ; Drive 3 goes forwards(changed to backwards)
        M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
        M92 X80.00 Y80.00 Z400.00 E408.30 ; Set steps per mm (gregs wade was 604 steps)
        M566 X500.00 Y500.00 Z30.00 E600.00 ; Set maximum instantaneous speed changes (mm/min)
        M203 X10800.00 Y9000.00 Z300.00 E3000.00 ; Set maximum speeds (mm/min)
        M201 X1000.00 Y1000.00 Z500.00 E3000.00 ; Set accelerations (mm/s^2)
        M906 X950.00 Y950.00 Z850.00 E900.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
        M84 S30 ; Set idle timeout

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

          In M906 i typed M906 Y:950 enter and it changed the y to 0 instead of 950. Any idea what i did wrong???

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

            @ziggymanpopo
            And thanks for the info gettting a claerer pickture every day. ๐Ÿ˜

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

              Does the entire string of M-code need to be typed when changing current on one steper and why cant i now chainge it back to what it was at 500. I think im missing how to make the enty?????

              1 Reply Last reply Reply Quote 0
              • JamesMundefined
                JamesM
                last edited by JamesM

                After you changed it in the config file did you save it and the duet reboot?

                Screenshot_1.png

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

                  Well that make me ask this do i make my changes in the config file or thru the gcode console ive ben using the g code console

                  1 Reply Last reply Reply Quote 0
                  • JamesMundefined
                    JamesM
                    last edited by JamesM

                    In the config.g file if you want them to stay permanent. If you do it just on the top in the command line it will only be temporary until you turn the unit off or it reboots/resets. Doing changes up top is nice if you want to change something on the fly/mid print or just try something first but it's only temporary.

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

                      Awsome i think you pionted me on the right direction. I am wondering why it wont chainge it in a terminal environmental?? Or does it. Ill let you know shortly ๐Ÿ˜Š๐Ÿ‘

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

                        James. I thank you for For taking the time to teach me
                        I now understand how to make the changes and it worked. Only thing left is to sy thank you and run a test print ๐Ÿ‘๐Ÿ˜Š i have some other small issues ill post later but this gets me up

                        1 Reply Last reply Reply Quote 0
                        • JamesMundefined
                          JamesM
                          last edited by

                          Good luck and take your time.

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