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

    Less then 1 step pr. mm?

    Scheduled Pinned Locked Moved
    Firmware installation
    5
    8
    354
    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.
    • Kulitorumundefined
      Kulitorum
      last edited by

      On the Duet3 I am trying to configure a 300x300mm printer to think it's 10x10 meter. This means a steps/mm at around 0.4. I can't seem to get the firmware to accept less then 1 step/mm.

      Is there a trick to make this work?

      deckingmanundefined 1 Reply Last reply Reply Quote 0
      • deckingmanundefined
        deckingman @Kulitorum
        last edited by

        @Kulitorum I'd imagine that it's because the steps per mm are actually micro-steps and you can't have a fraction of a micro-step. Assuming you are using 16X micro-stepping then increasing it to 64X or above will get you to whole numbers but still fractionally. If the steps per mm are indeed 0.4, then you'd need some multiple of 2.5 X higher to get whole numbers which could be a problem given that you only have 16, 32, 64, 128 or 256 to choose from. In which case you might need some sort of mechanical gearing.

        Ian
        https://somei3deas.wordpress.com/
        https://www.youtube.com/@deckingman

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

          The M92 command has a minimum steps/mm of 1.0 in order to prevent zero or negative values being used, which could make it crash. But I think you could get around it to some extent as follows. If you set the microstepping to x256, then set steps/mm to 1.0, then change microstepping to x16 then the steps/mm will get recalculated to 1.0 * (16/256), bypassing the check.

          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
          • A Former User?
            A Former User
            last edited by A Former User

            @Kulitorum said in Less then 1 step pr. mm?:

            Is there a trick to make this work?

            you could try setting it up in inches and changing back to mm, or if your workflow allows you to use meters as units when you export you could always just set up the machine to use 400steps pr meter.

            dc42undefined 1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators @A Former User
              last edited by

              @bearer said in Less then 1 step pr. mm?:

              you could try setting it up in inches and changing back to mm

              M92 and most other settings are always in mm in recent firmware versions.

              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

              A Former User? 1 Reply Last reply Reply Quote 0
              • A Former User?
                A Former User @dc42
                last edited by

                @dc42 said in Less then 1 step pr. mm?:

                M92 and most other settings are always in mm in recent firmware versions.

                i wondered if i had read something to that effect, but thanks for confirming

                1 Reply Last reply Reply Quote 0
                • Kulitorumundefined
                  Kulitorum
                  last edited by

                  Yep, got it to work with 256 microsteps and 2 steps/mm. Thank you.

                  1 Reply Last reply Reply Quote 0
                  • Vetiundefined
                    Veti
                    last edited by

                    @Kulitorum said in Less then 1 step pr. mm?:

                    On the Duet3 I am trying to configure a 300x300mm printer to think it's 10x10 meter.

                    this got me interested. would you share with us what you are building?
                    a 10x10 meter printer sounds interesting.

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