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

Pause until Z sensor removed/attached

Scheduled Pinned Locked Moved
General Discussion
2
3
170
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.
  • undefined
    PeteL
    last edited by 16 Aug 2020, 16:04

    I have a FLSun QQ-s Pro which has an auto level sensor that you only connect when you want to check for bed level, and have to remove for printing.

    At the moment I use the code listed below in the bed.g macro to ensure I have added the sensor before starting.

    M117 ; Ensure you have attached Z-Probe.
    M577 X S2 ; wait for end-stop to trigger
    M577 X S0 ; wait for end-stop release

    Is there a way of moving end-stop trigger to E1 as I don't currently use this, and I have an end-stop type button I could use? If there is a better method to do this please feel free to explain it (as if to a total beginner 🙂 ).

    Regards,
    Pete.

    1 Reply Last reply Reply Quote 0
    • undefined
      fcwilt
      last edited by 16 Aug 2020, 16:11

      Hi,

      Have you considered using M291?

      With the right parameters it can display a message and wait for a mouse click.

      Frederick

      Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

      1 Reply Last reply Reply Quote 2
      • undefined
        PeteL
        last edited by 16 Aug 2020, 19:02

        That's perfect, just what I was trying to achieve, and without any additional hardware.

        Thanks.
        Regards,
        Pete.

        1 Reply Last reply Reply Quote 0
        2 out of 3
        • First post
          2/3
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA