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

    No Axis Movement

    Scheduled Pinned Locked Moved
    Firmware installation
    5
    48
    1.6k
    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.
    • 1d1undefined
      1d1
      last edited by

      For M 564 I just tried "home all"

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

        @1d1 said in No Axis Movement:

        For M 564 I just tried "home all"

        i dont undestand what you mean

        M564 requires a parameter. on its own it does nothing.

        bearer posted a link to the documentation. if you had read that you would have seen that you need to issue

        M564 S0 H0

        edit: It states
        On some types of printer (e.g. Delta and SCARA), movement before homing may be prohibited regardless of the H parameter.

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

          can you post your homedelta.g ?

          1 Reply Last reply Reply Quote 0
          • 1d1undefined
            1d1
            last edited by

            I entered M564 in the UI Gcode console, then tried to home. After sending the M564 it told me that movement outside the bed not possible, but homing was.
            As for documentation link, I didn't and still don't see one. I'll add the M564 S0 H0 to the config.
            Home delta g: ; homedelta.g
            ; called to home all towers on a delta printer
            ;
            ; generated by RepRapFirmware Configuration Tool v2.1.8 on Thu Apr 23 2020 23:27:15 GMT-0700 (Pacific Daylight Time)
            G91 ; relative positioning
            G1 H1 X251 Y251 Z251 F3600 ; move all towers to the high end stopping at the endstops (first pass)
            G1 H2 X-5 Y-5 Z-5 F3600 ; go down a few mm
            G1 H1 X10 Y10 Z10 F360 ; move all towers up once more (second pass)
            G1 Z-5 F9000 ; move down a few mm so that the nozzle can be centred
            G90 ; absolute positioning
            G1 X0 Y0 F9000 ; move X+Y to the centre

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

              @1d1

              look at bearer's post. the commands G92 and M564 are links.

              is there a response when you send G28?

              1 Reply Last reply Reply Quote 0
              • 1d1undefined
                1d1
                last edited by

                No action with the M564 S0 H0 in either config.g or homedelta g

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

                  @1d1

                  no as i posted thats not allowed on a delta

                  1 Reply Last reply Reply Quote 0
                  • 1d1undefined
                    1d1
                    last edited by

                    I'll try it. Didn't realize those were links....

                    1 Reply Last reply Reply Quote 0
                    • 1d1undefined
                      1d1
                      last edited by

                      Movement! Not the correct movement, but all three axes moved From G92 X0 Y0 Z0 with the extruder at the bed, and centered.

                      1 Reply Last reply Reply Quote 0
                      • droftartsundefined
                        droftarts administrators @1d1
                        last edited by

                        @1d1 said in No Axis Movement:

                        M574 X2 Y2 Z2 S0 ; set active high endstops

                        Have you got active low (normally open, or NO), or active high endstops (normally closed, NC)? See https://duet3d.dozuki.com/Wiki/Connecting_endstop_switches#Section_Microswitch
                        If you send M117, and the endstop reports triggered already, it may explain lack of movement. Change S0 to S1.

                        If you change anything in config.g, you need to reset the board, or send M98 P"config.g" to use those changes. Or input gcodes (temporarily, until the next reset) in the gcode console/command line.

                        Ian

                        Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                        1 Reply Last reply Reply Quote 0
                        • 1d1undefined
                          1d1
                          last edited by

                          I've verified the endstops as being NC (changed to S1) and both X and Y move normally. Z isn't moving at all and the endstops are not triggering the axis movements of X and Y. On the board, the endstop lights are on and go off when manually triggering each end stop switch. For M117, the endstops are not triggered until I push them and each one is registering on the proper tower.
                          I'm going to try Z on a different driver...

                          1 Reply Last reply Reply Quote 0
                          • 1d1undefined
                            1d1
                            last edited by

                            OK. Z works fine on X driver, so I think the Z is bad. Can I run Z from E1 if I change the position in the config?

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

                              Can you post the results of M122 and send M98 P"config.g" and post any error messages that come up?

                              Z-Bot CoreXY Build | Thingiverse Profile

                              1 Reply Last reply Reply Quote 0
                              • Phaedruxundefined
                                Phaedrux Moderator @1d1
                                last edited by

                                @1d1 said in No Axis Movement:

                                Can I run Z from E1 if I change the position in the config?

                                Yes, you'd change the M574 z to use the driver number you want.

                                Z-Bot CoreXY Build | Thingiverse Profile

                                1 Reply Last reply Reply Quote 0
                                • Phaedruxundefined
                                  Phaedrux Moderator @1d1
                                  last edited by

                                  @1d1 said in No Axis Movement:

                                  M584 X0 Y1 Z2 E3 ; set drive mapping

                                  M584 Z4

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  1 Reply Last reply Reply Quote 0
                                  • 1d1undefined
                                    1d1
                                    last edited by

                                    Closer yet. All axis moving normally now with Z on E1 (4). But the endstops are still not stopping movement or triggering. Yes, I changed the z end stop to E1.
                                    Here is M122:
                                    === Diagnostics ===
                                    RepRapFirmware for Duet 2 WiFi/Ethernet version 2.0(RTOS) running on Duet WiFi 1.02 or later
                                    Board ID: 08DGM-956GU-DJMSN-6JTDA-3S46Q-TUQHH
                                    Used output buffers: 3 of 20 (8 max)
                                    === RTOS ===
                                    Static ram: 28380
                                    Dynamic ram: 95928 of which 16 recycled
                                    Exception stack ram used: 276
                                    Never used ram: 6472
                                    Task NETWORK ready, free stack 324
                                    Task HEAT blocked, free stack 1256
                                    Task MAIN running, free stack 3592
                                    === Platform ===
                                    Last reset 00:01:34 ago, cause: software
                                    Last software reset at 2020-09-15 17:08, reason: User, spinning module GCodes, available RAM 6472 bytes (slot 0)
                                    Software reset code 0x0003 HFSR 0x00000000, CFSR 0x00000000, ICSR 0x0441f000, BFAR 0xe000ed38, SP 0xffffffff
                                    Error status: 0
                                    Free file entries: 10
                                    SD card 0 detected, interface speed: 20.0MBytes/sec
                                    SD card longest block write time: 0.0ms
                                    MCU temperature: min 32.3, current 32.6, max 32.9
                                    Supply voltage: min 24.1, current 24.2, max 24.4, under voltage events: 0, over voltage events: 0
                                    Driver 0: standstill, SG min/max not available
                                    Driver 1: standstill, SG min/max not available
                                    Driver 2: standstill, SG min/max not available
                                    Driver 3: standstill, SG min/max not available
                                    Driver 4: standstill, SG min/max not available
                                    Date/time: 2020-09-15 17:09:43
                                    Slowest loop: 4.79ms; fastest: 0.07ms
                                    === Move ===
                                    Hiccups: 0, StepErrors: 0, LaErrors: 0, FreeDm: 240, MinFreeDm 240, MaxWait: 0ms, Underruns: 0, 0
                                    Scheduled moves: 0, completed moves: 0
                                    Bed compensation in use: none
                                    Bed probe heights: 0.000 0.000 0.000 0.000 0.000
                                    === Heat ===
                                    Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1
                                    === GCodes ===
                                    Segments left: 0
                                    Stack records: 1 allocated, 0 in use
                                    Movement lock held by null
                                    http is idle in state(s) 0
                                    telnet is idle in state(s) 0
                                    file is idle in state(s) 0
                                    serial is idle in state(s) 0
                                    aux is idle in state(s) 0
                                    daemon is idle in state(s) 0
                                    queue is idle in state(s) 0
                                    autopause is idle in state(s) 0
                                    Code queue is empty.
                                    === Network ===
                                    Slowest loop: 72.51ms; fastest: 0.01ms
                                    Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
                                    HTTP sessions: 1 of 8

                                    • WiFi -
                                      Network state is running
                                      WiFi module is connected to access point
                                      Failed messages: pending 0, notready 0, noresp 0
                                      WiFi firmware version 1.21
                                      WiFi MAC address 5c:cf:7f:76:71:a9
                                      WiFi Vcc 3.29, reset reason Turned on by main processor
                                      WiFi flash size 4194304, free heap 13864
                                      WiFi IP address 192.168.1.54
                                      WiFi signal strength -44dBm, reconnections 0, sleep mode modem
                                      Socket states: 0 0 0 0 0 0 0 0
                                      and M98 "config.g"... nothing comes up
                                    1 Reply Last reply Reply Quote 0
                                    • 1d1undefined
                                      1d1
                                      last edited by

                                      Under machine properties:
                                      X No -99 mm 99 mm 20 mm/s 300 mm/s 2000 mm/s² 800 mA
                                      Y No -99 mm 99 mm 20 mm/s 300 mm/s 2000 mm/s² 800 mA
                                      Z Yes 201 mm 200 mm 20 mm/s 300 mm/s 2000 mm/s² 800 mA
                                      E0 Yes n/a n/a 10 mm/s 13.33 mm/s 2000 mm/s² 600 mA

                                      Which can't be right...

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

                                        The first thing I would suggest you do is update the firmware.

                                        https://github.com/Duet3D/RepRapFirmware/releases/download/2.05.1/Duet2Firmware-2.05.1.zip

                                        Download that zip file, then upload it as is to the /sys folder in DWC. That should prompt it to update everything.

                                        Z-Bot CoreXY Build | Thingiverse Profile

                                        1 Reply Last reply Reply Quote 0
                                        • 1d1undefined
                                          1d1
                                          last edited by

                                          Done. Nothing lost but nothing gained. Goes up on all axes, hits endstops and then bangs away until I hit Emergency Stop.

                                          1 Reply Last reply Reply Quote 0
                                          • 1d1undefined
                                            1d1
                                            last edited by

                                            M115: FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 2.05.1 ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2020-02-09b1

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