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

    Dyze design filament sensor.

    Scheduled Pinned Locked Moved Unsolved
    General Discussion
    5
    11
    465
    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.
    • baird1faundefined
      baird1fa
      last edited by

      I can only help with the resume part. That you will need to do manually once everything is ready to print again.

      The sensor being tripped needs to call your pause.g. In your pause.g you likely want to drop you bed to give you room to work and also keep you heaters on.

      Sorry I can’t help more.

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

        @TheMaker said in Dyze design filament sensor.:

        The dyze design site also says to add this M83 ; relative extruder moves
        G1 E-10 F600 ; retract 10mm of filament
        G91 ; relative positioning
        G1 Z2 F360 ; lift Z by 2mm
        G90 ; absolute positioning
        G1 X00 Y00 F6000 ; go to X=10 Y=10
        But under trigger2.g which i do not have

        Create a new file in the /sys folder and save it as trigger2.g with that code in it.

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • TheMakerundefined
          TheMaker
          last edited by

          Thanks guys. In the middle of some long prints today i will test this tomorrow and get back to you guys with the results.

          1 Reply Last reply Reply Quote 0
          • TheMakerundefined
            TheMaker
            last edited by TheMaker

            Alright sorry for the wait. So when i run out of filament it still does not pause. How do i get the sensor to call for my Pause.g file? Is there something i need to input into the trigger file? I would imagine a pause Gcode? I am not fluent in gcode so not sure if there is one.

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

              What line do you have in config.g right now to configure the sensor and what trigger file are you trying to call with it? Post both. Do you have a pause.g and resume.g file?

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • TheMakerundefined
                TheMaker
                last edited by

                I have these under my end stops
                M591 P1 C"e0_stop" S1 ; filament monitor connected to E0_stop
                M581 T2 E0 S0 C0
                M591 D0 P1 C10 S1 R60:140 L0.305 E5

                This is my trigger2.g file
                M83 ; relative extruder moves
                G1 E-10 F600 ; retract 10mm of filament
                G91 ; relative positioning
                G1 Z5 F360 ; lift Z by 2mm
                G90 ; absolute positioning
                G1 X00 Y00 F6000 ; go to X=10 Y=10

                i also do have a pause.g/resume.g
                ; pause.g
                ; called when a print from SD card is paused
                ;
                ; generated by RepRapFirmware Configuration Tool v3.1.3 on Wed Jul 08 2020 11:05:59 GMT-0400 (Eastern Daylight Time)
                M83 ; relative extruder moves
                G1 E-10 F3600 ; retract 10mm of filament
                G91 ; relative positioning
                G1 Z5 F360 ; lift Z by 5mm
                G90 ; absolute positioning
                G1 X0 Y0 F6000 ; go to X=0 Y=0

                1 Reply Last reply Reply Quote 0
                • nhofundefined
                  nhof
                  last edited by

                  You need to put a pause command in your trigger2.g

                  Throw a M25 on the last line of the trigger2.g file, that should work.

                  TheMakerundefined 1 Reply Last reply Reply Quote 1
                  • TheMakerundefined
                    TheMaker @nhof
                    last edited by

                    @nhof said in Dyze design filament sensor.:

                    M25

                    Ill give it a shot sir thanks

                    1 Reply Last reply Reply Quote 0
                    • dc42undefined
                      dc42 administrators
                      last edited by

                      Which version of RepRapFirmware are you running? You have two M591 commands. One looks like it is meant for RRF3 but isn't correct, the other looks like it is meant for RRF2.

                      Duet WiFi hardware designer and firmware engineer
                      Please do not ask me for Duet support via PM or email, use the forum
                      http://www.escher3d.com, https://miscsolutions.wordpress.com

                      TheMakerundefined 1 Reply Last reply Reply Quote 0
                      • TheMakerundefined
                        TheMaker @dc42
                        last edited by

                        @dc42 sorry for the late reply I have RRF 3.1.1 on two of my printers and then RRF 2.05 on another one of my printers. Still cannot seem to get the filament sensor to work properly.

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