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

    DWC Z - Axis Movement off by Factor 10

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    35
    1.3k
    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.
    • Vetiundefined
      Veti
      last edited by

      @Frederik said in DWC Z - Axis Movement off by Factor 10:

      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X160.00 Y160.00 Z400.00 E837.02 ; set steps per mm
      M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X12000.00 Y12000.00 Z1800.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z30.00 E250.00 ; set accelerations (mm/s^2)
      M906 X1800 Y1800 Z1000 E1200 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout
      ; Axis Limits
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X400 Y400 Z400 S0 ; set axis maxima
      ; Endstops
      M574 X2 S1 P"!io1.in" ; configure active-high endstop for high end on X via pin !io1.in
      M574 Y1 S1 P"!io0.in" ; configure active-high endstop for low end on Y via pin !io0.in
      M574 Z1 S2 ; configure Z-probe endstop for low end on Z

      this section is still in your config twice

      1 Reply Last reply Reply Quote 0
      • Frederikundefined
        Frederik
        last edited by

        config (1).g

        wow, i dont know why its doubling these lines 😮 ?!?

        1 Reply Last reply Reply Quote 0
        • Frederikundefined
          Frederik
          last edited by

          in my normal config. in DWC there is this section only once

          BoAundefined 1 Reply Last reply Reply Quote 0
          • BoAundefined
            BoA @Frederik
            last edited by

            @Frederik drag and drop file instead of copy paste content

            1 Reply Last reply Reply Quote 0
            • Frederikundefined
              Frederik
              last edited by

              ok.
              i restartet my DWC and now it looks good i think 🙂

              1 Reply Last reply Reply Quote 0
              • Frederikundefined
                Frederik
                last edited by

                config (1).g

                1 Reply Last reply Reply Quote 0
                • Frederikundefined
                  Frederik
                  last edited by

                  @Frederik said in DWC Z - Axis Movement off by Factor 10:

                  M591

                  i get always the error M591 no pin name given.

                  do i have to use the m950 command befor to create a pin ?

                  BoAundefined 1 Reply Last reply Reply Quote 0
                  • BoAundefined
                    BoA @Frederik
                    last edited by

                    @Frederik M591 D0 P5 P"io3.in" R40:120 E3.0 S1 should be
                    M591 D0 P5 C"io3.in" R40:120 E3.0 S1

                    Frederikundefined 1 Reply Last reply Reply Quote 1
                    • Frederikundefined
                      Frederik
                      last edited by

                      WOW, Thank You soooo much.

                      Now my Z Axis working almost spot on...only minor adjustments needed.

                      Your Tip with the Extruder E steps was perfekt.

                      now there is only the error message from the filament Sensor ,

                      and i have to try if the auto bed leveling with the 3 independet z motors will work as expected with my BLTouch.

                      What Slicer do you use or recommend ?

                      I tried
                      Cura 4.8.0 and Prusaslicer .

                      Simplyfy 3d looks also realy nice, but i cant find a demmo version or similar. Its a hefty Price Tag for a Slicer and when i am reading the reviews on the internet ,i dont know if it is good at the moment with 4.1 or should i wait till the new update is released ?

                      1 Reply Last reply Reply Quote 1
                      • Frederikundefined
                        Frederik @BoA
                        last edited by

                        @BoA Thank YOU 😉

                        M591 D0

                        Duet3D laser filament monitor v1 on pin io3.in, enabled, allow 40% to 120%, check every 3.0mm, version 1, no calibration data

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