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

    Sensor only works when starting prints.

    Scheduled Pinned Locked Moved
    Filament Monitor
    3
    2
    149
    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.
    • ridilenundefined
      ridilen
      last edited by

      Finally got my simple filament sensor to work, but only when I start a print. It is currently connected to e0stop.

      Any help on how I can get it to monitor filament during a print would be great.

      Running duet2 wifi on 3.3.

      1 Reply Last reply Reply Quote 0
      • sinoleundefined
        sinole
        last edited by sinole

        https://docs.duet3d.com/User_manual/Reference/Gcodes#m591-configure-filament-sensing
        depending on type of filament sensor you are using things change . If its a switch, you need to know if it is normally open or closed that determines whether you have filament or you don't. if you want it to detect and pause during print.
        for normally open switch
        M591 P1 C"e0stop" S1 D0 ; filament sensing during print
        if that didnt work just try P2
        you can also setup sensor to detect filament and auto load in new firmware, which you need to make trigger file for. i suggest you get this covered first.

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