Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Anto0131
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 1
    • Controversial 0
    • Groups 0

    Anto0131

    @Anto0131

    1
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Anto0131 Unfollow Follow

    Best posts made by Anto0131

    • RE: Endstop wired in series, RRF3

      @Phaedrux Wow this is working! I added this before the Z homing lines and everything work properly.

      I also added the switch back to initial mapping at the end (so I don't do this trick to the homey.g also)

      ; homeall.g
      ; called to home all axes
      ;
      G91                     ; relative positioning
      G1 H2 Z5 F6000          ; lift Z relative to current position
      G1 H1 X-480 Y-480 F3000 ; move quickly to X and Y axis endstops and stop there (first pass)
      G1 H2 X5 Y5 F6000       ; go back a few mm
      G1 H1 X-480 Y-480 F360  ; move slowly to X and Y axis endstops once more (second pass)
      G90
      G0 X-40 Y5
      G91
      M574 Y1 S1 P"nil"
      M574 Z1 S1 P"ystop+e1stop"
      G1 H1 Z-405 F360        ; move Z down stopping at the endstop
      G90                     ; absolute positioning
      G92 Z-2.4               ; Adjust Z offset
      G1 Z20
      M574 Z1 S1 P"nil"
      M574 Y1 S1 P"ystop+e1stop"
      

      Thank you Jay and Phaedrux for your help.

      A.

      posted in Duet Hardware and wiring
      Anto0131undefined
      Anto0131

    Latest posts made by Anto0131

    • RE: Temperature sensors options

      Thanks a lot Jay!

      posted in Duet Hardware and wiring
      Anto0131undefined
      Anto0131
    • Temperature sensors options

      Hello all,

      I'm requesting your help on my problem concerning the limitation of temperature sensor inputs on the Duet Ethernet.

      I have 2 independent extruder with their own hotend sensor. I also have a heated bed and an ambient enclosure heater.

      My duet ethernet is linked with a Duet Expansion Breakout Board required for 4 external drives.

      That configuration does give me the ability to monitor the temperature of the air ambient. I could use a SSR and the breakout board pwm to control the ambient heater but I'm short one temperature sensor.

      Can someone help me on my option here? Is there a temperature sensor I could use with my RPY and feed to the duet (standalone one wire DS18B20) or something similar?

      Thank you everyone.

      A.

      posted in Duet Hardware and wiring
      Anto0131undefined
      Anto0131
    • RE: Endstop wired in series, RRF3

      @Phaedrux Wow this is working! I added this before the Z homing lines and everything work properly.

      I also added the switch back to initial mapping at the end (so I don't do this trick to the homey.g also)

      ; homeall.g
      ; called to home all axes
      ;
      G91                     ; relative positioning
      G1 H2 Z5 F6000          ; lift Z relative to current position
      G1 H1 X-480 Y-480 F3000 ; move quickly to X and Y axis endstops and stop there (first pass)
      G1 H2 X5 Y5 F6000       ; go back a few mm
      G1 H1 X-480 Y-480 F360  ; move slowly to X and Y axis endstops once more (second pass)
      G90
      G0 X-40 Y5
      G91
      M574 Y1 S1 P"nil"
      M574 Z1 S1 P"ystop+e1stop"
      G1 H1 Z-405 F360        ; move Z down stopping at the endstop
      G90                     ; absolute positioning
      G92 Z-2.4               ; Adjust Z offset
      G1 Z20
      M574 Z1 S1 P"nil"
      M574 Y1 S1 P"ystop+e1stop"
      

      Thank you Jay and Phaedrux for your help.

      A.

      posted in Duet Hardware and wiring
      Anto0131undefined
      Anto0131
    • RE: Endstop wired in series, RRF3

      I could remap the endstop in the homeall file? Its not elegant but i guess it would do the trick.

      How do I do that? If I send M574 Z1 S1 P"ystop+e1stop" it will still give me the error of already having a sensor on the ystop.

      thanks.

      posted in Duet Hardware and wiring
      Anto0131undefined
      Anto0131
    • Endstop wired in series, RRF3

      Hello all,

      I usually find my answers in the previous posts but didn't have any luck with this one.

      I run RRF3 (3.2) with a duet Ethernet.

      I want to use 2 endstops for Y axis and 2 for Z axis (Big 2d cartesian printer with 2 Y motors, 2 Z motors and independent dual X axis for two head).

      Attached is the simple schematic of what I want to achieve with my 2 endstop linked in series. My endstop are mechanical NC switch. In my config, I have the M574 configured like this,

      M574 Y1 S1 P"ystop+e1stop"                           
      M574 Z1 S1 P"ystop+e1stop"

      136089891_1170809910002283_5138190751730782776_n.png

      When I perform the homeall, it goes through the X and Y but give me this error on the Z axis :

      G28
      Error: Failed to enable endstops

      When I home X and Y, I move away from the endstop so its not an hardware problem (I also check the endstop with the leds and its all good for Z and Y).

      homeall.g looks like :

      G91                     ; relative positioning
      G1 H2 Z5 F6000          ; lift Z relative to current position
      G1 H1 X-480 Y-480 F3000 ; move quickly to X and Y axis endstops and stop there (first pass)
      G1 H2 X5 Y5 F6000       ; go back a few mm
      G1 H1 X-480 Y-480 F360  ; move slowly to X and Y axis endstops once more (second pass)
      G90
      G0 X-40 Y0              ; move away from the endstop
      G91
      G1 H1 Z-405 F360        ; move Z down stopping at the endstop
      G90                     ; absolute positioning
      G92 Z-2.4                  ; Adjust Z offset (if + then substract to this value)
      G1 Z20
      

      Can someone help me with this?

      Thank you.

      A.

      posted in Duet Hardware and wiring
      Anto0131undefined
      Anto0131