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

    Motors not moving on delta printer with duet wifi

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    4
    11
    339
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      Please post your config.g.

      What firmware version are you using?

      How are you trying to move the motors?

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 0
      • dwmeeundefined
        dwmee
        last edited by

        Hi, thanks for the reply

        Heres the config.g file

        I bought the duet wifi over 18 month ago but only just got it out of the box. The firmware was v1.19. I tried to move the motors prior to updating to the latest last night, resulting with no change in the situation.

        ; Configuration file for Duet WiFi (firmware version 2.03)
        ; executed by the firmware on start-up
        ;
        ; generated by RepRapFirmware Configuration Tool v2.1.8 on Sun May 03 2020 15:31:27 GMT+0100 (British Summer Time)

        ; General preferences
        G90 ; send absolute coordinates...
        M83 ; ...but relative extruder moves
        M550 P"My Printer" ; set printer name
        M665 R198 L360.22 B198 H500 ; Set delta radius, diagonal rod length, printable radius and homed height
        M666 X0 Y0 Z0 ; put your endstop adjustments here, or let auto calibration find them

        ; Network
        M552 S1 ; enable network
        M586 P0 S1 ; enable HTTP
        M586 P1 S0 ; disable FTP
        M586 P2 S0 ; disable Telnet

        ; Drives
        M569 P0 S1 ; physical drive 0 goes forwards
        M569 P1 S1 ; physical drive 1 goes forwards
        M569 P2 S1 ; physical drive 2 goes forwards
        M569 P3 S1 ; physical drive 3 goes forwards
        M584 X0 Y1 Z2 E3 ; set drive mapping
        M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
        M92 X80.00 Y80.00 Z80.00 E663.00 ; set steps per mm
        M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
        M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min)
        M201 X1000.00 Y1000.00 Z1000.00 E1000.00 ; set accelerations (mm/s^2)
        M906 X1200 Y1200 Z1200 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
        M84 S30 ; Set idle timeout

        ; Axis Limits
        M208 Z0 S1 ; set minimum Z

        ; Endstops
        M574 X1 Y1 Z1 S0 ; set active high endstops

        ; Z-Probe
        M558 P5 R0.4 H30 F1200 T6000 ; set Z probe type to effector and the dive height + speeds
        G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
        M557 R85 S20 ; define mesh grid

        ; Heaters
        M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
        M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
        M143 H0 S120 ; set temperature limit for heater 0 to 120C
        M305 P1 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1
        M143 H1 S280 ; set temperature limit for heater 1 to 280C

        ; Fans
        M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
        M106 P1 S1 I0 F500 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on

        ; Tools
        M563 P0 D0 H1 F0 ; define tool 0
        G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
        G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

        ; Custom settings are not defined

        1 Reply Last reply Reply Quote 0
        • jay_s_ukundefined
          jay_s_uk
          last edited by

          @dwmee

          How are you trying to move the motors?

          They won't move without being homed, unless you issue M564 H0.

          Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

          1 Reply Last reply Reply Quote 0
          • dwmeeundefined
            dwmee
            last edited by

            Thanks for the reply

            Ive just tried your suggestion M564 H0. I get the response - Movement outside the bed is not permitted.

            1 Reply Last reply Reply Quote 0
            • dwmeeundefined
              dwmee
              last edited by

              If i try any move, like G1 Y10 for example i get this response:
              M120
              G91
              G1 Y10 F6000
              M121
              Attempt to move the head of a Delta or SCARA printer before homing the towers

              jay_s_ukundefined 1 Reply Last reply Reply Quote 0
              • dwmeeundefined
                dwmee
                last edited by

                By the way, despite saying i updated the firmware, it still appears to be on:

                Firmware Electronics: Duet WiFi 1.0
                Firmware Version: 1.19.2 (2017-09-01)
                WiFi Server Version: 1.19.2
                Web Interface Version: 1.19.3

                1 Reply Last reply Reply Quote 0
                • jay_s_ukundefined
                  jay_s_uk @dwmee
                  last edited by

                  @dwmee

                  you could try to temporarily home the axis
                  G92 x0 y0

                  Before you do so, move the head so the carriages are in the middle of the travel on the towers and the head is in the centre. I would suggest doing that with the power off.

                  You also need to change your endstops from M574 x1 y1 z1 s0 to M574 x2 y2 z2 s0. This is because the endstops are at the top of the towers at the maximum travel.

                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                  1 Reply Last reply Reply Quote 0
                  • dwmeeundefined
                    dwmee
                    last edited by

                    @jay_s_uk said in Motors not moving on delta printer with duet wifi:

                    G92 x0 y0

                    Thanks for the suggestions

                    However, I still have no movement

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

                      The correct way to test the motors on a delta printer is described on the delta printer configuration wiki page, https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareDeltaPrinter#Section_Testing_the_motors_and_endstops_individually.

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

                        Hi dc42 & jay_s_uk

                        Thank-you for your help and guidance. I have managed to update the firmware to the latest & all seems to work as it should. Continue to be helpful &awsome

                        Regards dwmee

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