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

    Posts made by Olivier

    • RE: Need help to define Z max endstop

      If I need to lower the bed without homing and without clicking several time on Z axis move
      Stall detection works perfectly too πŸ˜‰

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      @veti said in Need help to define Z max endstop:

      G1 Z300 F3000 H1

      You're right !! it work now πŸ™‚
      Thanks a lot.

      I will try the stall detection now

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      My macro :

      M574 Z2 S0
      G1 Z300 F3000
      M574 Z1 S2 ; Set endstops controlled by probe

      It was inverted so I put the command M574 Z2 S1 but it not stop anyway...

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      @veti said in Need help to define Z max endstop:

      M574 Z2 S0

      14:12:13M119
      Endstops - X: not stopped, Y: not stopped, Z: not stopped, Z probe: not stopped
      14:12:04M119
      Endstops - X: not stopped, Y: not stopped, Z: at max stop, Z probe: not stopped
      14:11:58M574 Z2 S0

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      @t3p3tony

      M119
      Endstops - X: not stopped, Y: not stopped, Z: at min stop, Z probe: at min stop

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      @veti Same problem... 😞

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      @veti It dont move at all with S1

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      @t3p3tony said in Need help to define Z max endstop:

      M574 Z2 S0

      Bed going down but don't stop when I press the switch. The endstop LED react correctly

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      I tryed to do that but without good result,
      Could you just write this 2 or 3 lines ? Thank you for your help.

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      Hi @T3P3Tony ,
      Yes but I would like to add a user macro "down the bed" without homing (for exemple after a power failure).

      Maybe it's possible with stall detection ?

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      Hypercube evolution πŸ™‚

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      Ok thank you. I will find another solution.
      Thanks.

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      I have a bltouch, but I want also add a switch to lower the bed at the end of the print (like ultimaker)

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      ; homez.g
      ; called to home the Z axis
      ;
      ; generated by RepRapFirmware Configuration Tool on Tue Oct 02 2018 19:18:29 GMT+0200 (heure d’étΓ© d’Europe centrale)
      G91 ; relative positioning
      G1 Z10 F2000 S2 ; lift Z relative to current position
      G90 ; absolute positioning
      G1 X140 Y140 F2000 S2 ; go to first probe point
      M98 Pdeployprobe.g
      G30 ; home Z by probing the bed
      M98 Pretractprobe.g

      ; Uncomment the following lines to lift Z after probing
      G91 ; relative positioning
      G1 S2 Z10 F2000 ; lift Z relative to current position
      G90 ; absolute positioning

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      It's the same problem ... The bed not stop going down when I press the Switch.

      posted in General Discussion
      Olivierundefined
      Olivier
    • RE: Need help to define Z max endstop

      Ok I will try, thanks πŸ˜‰

      posted in General Discussion
      Olivierundefined
      Olivier
    • Need help to define Z max endstop

      Hi guys,
      I want to add an endstop to m'y coreXY printer to detect when the bed is down. I modify the config.g file with :

      ; Endstops

      M574 X1 Y1 S3 ; set endstop to use motor stall

      M574 Z2 S0 ; Endstop plateau en bas

      When I press the Switch the led react but the bed continue to going down... Any Idea ?

      Thanks

      posted in General Discussion
      Olivierundefined
      Olivier