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

    E axis endstop

    Scheduled Pinned Locked Moved
    General Discussion
    4
    5
    201
    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.
    • agusanoundefined
      agusano
      last edited by

      Hello,

      is it possible to home the E axis with a microswitch endstop? This is part of my config.

      ; Axis and motor configuration
      M569 P0 S1									;Drive 0  (Eaxis)										
      M569 P1 S1									;Drive 1
      M569 P2 S0									;Drive 2 
      M569 P3 S1									;Drive 3  (Eaxis)
      M569 P4 S0									;Drive 4  (Eaxis)
      M569 P5 S1									;Drive 5  (Eaxis)		
      M569 P6 S0 									;Drive 6 			
      M569 P7 S1									;Drive 7 
      M569 P8 S1									;Drive 8 
      M569 P9 S1									;Drive 9 
      
      
      M584 X6 Y1 Z2 E3:4:0:5 U7 V8 W9 						;Custom Drive Mapping
      
      ;ENDSTOPS
      M574 Z1 S1 P"zstop"								;Set active endstops low
      M574 E1 S1 P"e0stop"
      M574 X1 S3
      M574 Y1 S3
      M574 U1 S3
      M574 V1 S3
      M574 W1 S3
      
      ;SENSORLESS HOMING
      M915 X Y U V W S3 F0 R1								;Configure motor stall detection
      

      I want to add an endstop to de 0 and 5 drivers but both of them are tools and i'm having lots of problems.

      Thank you

      jay_s_ukundefined droftartsundefined dc42undefined 3 Replies Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @agusano
        last edited by

        @agusano i don't believe endstops cal be added to extruders. why do you want to add an endstop?

        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 1
        • droftartsundefined
          droftarts administrators @agusano
          last edited by

          @agusano You probably can, but you will need to change the extruder to a regular axis (not an extruder axis), home it, then set it back to an extruder axis. This could all be done in a macro.

          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

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

            @droftarts that's my new thing for today!

            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
            • dc42undefined
              dc42 administrators @agusano
              last edited by

              @agusano the only type of endstop supported for extruders is a stall detect endstop. This allows you to feed filament quickly through a Bowden extruder (typically using reduced motor current) until the filament reaches the hot end. As others have said, if you require some other sort of extruder homing, you can temporarily change it to be an axis.

              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 1
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA