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

    Home issues

    Scheduled Pinned Locked Moved
    Duet Web Control
    2
    4
    178
    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.
    • tecnoundefined
      tecno
      last edited by tecno

      Just updated to DWC 3.4.1 and latest FW to the E3 board.

      Homeing has been working but now all home*.g fails.

      G91               ; relative positioning
      G1 H2 Z5 F6000    ; lift Z relative to current position
      G1 H1 X125 F1800 ; move quickly to X axis endstop and stop there (first pass)  ***STOPS HERE! NO pos update!***
      G1 X-5 F6000       ; go back a few mm
      G1 H1 X125 F360  ; move slowly to X axis endstop once more (second pass)
      G1 H2 Z-5 F6000   ; lower Z again
      G90               
      
      tecnoundefined 1 Reply Last reply Reply Quote -1
      • tecnoundefined
        tecno @tecno
        last edited by

        ; Axis Limits
        M208 X0 Y0 Z0 S1                               ; set axis minima
        M208 X120 Y100 Z110 S0                         ; set axis maxima
        
        

        Position should be set to X120 but it is set to 0

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

          @tecno depends where you've said the endstops are. You probably have X1 rather than X2 in your M574

          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

          tecnoundefined 1 Reply Last reply Reply Quote 0
          • tecnoundefined
            tecno @jay_s_uk
            last edited by

            @jay_s_uk

            So it was so now I am back to start printing again. Thanks very much appreciated!

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