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

    Bigtreetech smart filament sensor trigger2.g or trigger3.g

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    5
    253
    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.
    • jsinicroundefined
      jsinicro
      last edited by

      Hi

      Just getting to test this sensor it seemed like a good buy, but I've connected and seen other posts on here on the settings but this is not working for me. Noting happens when filament runs out. I have a simple trigger#.g to just display a message when triggered but no message. This is my config:

      ; Fillament sensor
      M591 D0 P7 C"1.io5.in" L7 R50:200 E15 S0 ;Bigtree smart filament moniter
      M591 D1 P7 C"3.io5.in" L7 R50:200 E15 S0 ;Bigtree smart filament moniter 55%-150% of 7 counts over a distance of 22mm
      
      M581 P"1.io5.in" T2 C0
      M581 P"3.io5.in" T3 C0
      

      here is the trigger#.g code

      M291 P"Please load fillamet, or check fillament status on RIGHT TOWER" R"Fillament Runout Sensor Trigger"  S2 ; Display message
      

      any help, please.
      Thankyou.

      Nurgelrotundefined 1 Reply Last reply Reply Quote 0
      • Nurgelrotundefined
        Nurgelrot @jsinicro
        last edited by

        @jsinicro How are you trying to make the test event occur.? Mine will only trigger when I'm actually printing.

        jsinicroundefined 1 Reply Last reply Reply Quote 0
        • jsinicroundefined
          jsinicro @Nurgelrot
          last edited by

          @nurgelrot to test it I cut the filament, activate and heat up the hot end, and then extrude till all filament runs out. which should pop up the message. I am using RRF3.3RC2.

          1 Reply Last reply Reply Quote 1
          • Phaedruxundefined
            Phaedrux Moderator
            last edited by

            S0 is disable filament monitoring. And I think it's only going to be monitored during a print from SD. So try creating a basic gcode file that will extruder and then print that rather than doing it manually.

            https://duet3d.dozuki.com/Wiki/Duet3dFilamentMonitor_RotatingMagnetVersion#Section_RepRapFirmware_3_x

            Z-Bot CoreXY Build | Thingiverse Profile

            1 Reply Last reply Reply Quote 0
            • jsinicroundefined
              jsinicro
              last edited by

              @phaedrux OK Thx, I did have S1 before.

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