Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    steps/mm did not match

    General Discussion
    3
    6
    57
    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.
    • patel
      patel last edited by

      M92 X1280 Y1280 Z1320 ; Set axis steps/mm
      M350 X256 Y256 ; Setting microstepping to 256.
      M350 Z32 ; Setting microstepping to 1/32.

      https://configtool.reprapfirmware.org/

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

        Could you explain a bit more what you mean?

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • patel
          patel last edited by

          i need to run 3d printer 256microstepping but as per reprapfirmware steps set 1280. diamention did not match any way to find right steps for 256mincrostepping

          1 Reply Last reply Reply Quote 0
          • dc42
            dc42 administrators @patel last edited by dc42

            @patel said in steps/mm did not match:

            M92 X1280 Y1280 Z1320 ; Set axis steps/mm
            M350 X256 Y256 ; Setting microstepping to 256.
            M350 Z32 ; Setting microstepping to 1/32.

            That will:

            1. Set the XYZ steps/mm according to whatever microstepping is set at that point. the default is x16.
            2. Change X and Y to x256 microstepping and multiply the X and Y steps/mm by (256/16)

            If you are going the set the steps/mm at x256 microstepping, the M92 command must come after the M350 commands, not before - just as the online configurator generates it (I just checked).

            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
            • dc42
              dc42 administrators last edited by

              BTW we do not advise using native x256 microstepping except in very specialised applications where only slow movement are needed, because the high step rate needed is likely to overload the processor. X16 microstepping with interpolation works well in almost all cases, except that some ungeared extruders with low E steps/mm benefit from x64 native microstepping.

              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
              • patel
                patel last edited by

                Than you for guidance I will change and I put 16

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