Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    why is my filament sensor not stopping print?

    Tuning and tweaking
    4
    5
    85
    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.
    • 57buick
      57buick last edited by

      M574 X1 Y1 S0 ; Set active low endstops
      M591 D0 P1 C3 ; simple switch

      why does my print not stop? I can see under machine properties the E0 endstop changes whether there is filament or not but print does not pause

      1 Reply Last reply Reply Quote 0
      • SIam
        SIam last edited by SIam

        @57buick said in why is my filament sensor not stopping print?:

        E0

        which firmware your running on the duet? post the result of m115 and from M591 D0

        Hypercube-Evolution-Hybrid, Piezo Orion, Orbiter
        Duet WiFi 1.02 or later + DueX5
        RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.0beta4 (2021-09-27 11:30:36)
        Duet WiFi Server: 1.26
        Duet Web Control 3.4.0beta4 (2021-09-27)

        1 Reply Last reply Reply Quote 0
        • 57buick
          57buick last edited by

          Im running version 2.05

          I changed the line to M581 E0 T1 S0 C1 and it appears to be working now not sure the difference between M591 and M581 but it works

          droftarts 1 Reply Last reply Reply Quote 0
          • ktapper
            ktapper last edited by

            You did not enable the sensor

            M591 D0 P1 C3 S1; simple switch

            1 Reply Last reply Reply Quote 0
            • droftarts
              droftarts Moderator @57buick last edited by droftarts

              @57buick Better to use M591, not M581. See https://duet3d.dozuki.com/Wiki/Gcode#Section_M591_Configure_filament_sensing
              You need S1 to enable it, so M591 D0 P1 C3 S1

              Edit: @ktapper beat me to it!

              Ian

              Cartesian bed-slinger with Duet 3 Mini 5+ WiFi : RRP Fisher Delta v1 with Duet 2 Maestro : TronXY X5S with Duet 2 Wifi (in progress)

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