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

    Ender 3 RRF v1.1 setting up BLtouch

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    81
    4.2k
    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.
    • re_tourundefined
      re_tour @re_tour
      last edited by

      So I started the print, and the filament started to go in the opposite direction. I haven't the slightest clue why.

      Creality Ender 3 | BIGTREETECH E3 RRF V1.1 Wifi | BLTouch | RepRap 3.3.0_11

      Gixxerfastundefined 1 Reply Last reply Reply Quote 0
      • Gixxerfastundefined
        Gixxerfast @re_tour
        last edited by

        @re_tour Hi there, reverse the extruder motor

        M569 P3 S0
        

        Voron V2.4 (#1317) with Duet 3 Mini5+ Wifi and 1LC v1.1 Toolboard
        Voron V0.1 (#637) with Duet 3 Mini 5+ Wifi and 1LC v1.2 Toolboard
        Ender 3 Pro with BTT SKR-2 + RRF

        re_tourundefined 1 Reply Last reply Reply Quote 1
        • re_tourundefined
          re_tour @Gixxerfast
          last edited by

          @gixxerfast said in Ender 3 RRF v1.1 setting up BLtouch:

          M569 P3 S0

          Thank you so much. Do I have to reverse it every time I turn the printer on or was it just an initial setting mistake I didn't pay attention to? 😁

          Creality Ender 3 | BIGTREETECH E3 RRF V1.1 Wifi | BLTouch | RepRap 3.3.0_11

          Gixxerfastundefined 1 Reply Last reply Reply Quote 0
          • Gixxerfastundefined
            Gixxerfast @re_tour
            last edited by

            @re_tour No, just change it once in config.g and it wasn't a mistake. Really hard to know how the wires are supposed to be, just as long as the pairs are correct it's good. Many has to adjust that AFAIK.

            Voron V2.4 (#1317) with Duet 3 Mini5+ Wifi and 1LC v1.1 Toolboard
            Voron V0.1 (#637) with Duet 3 Mini 5+ Wifi and 1LC v1.2 Toolboard
            Ender 3 Pro with BTT SKR-2 + RRF

            re_tourundefined 2 Replies Last reply Reply Quote 1
            • re_tourundefined
              re_tour @Gixxerfast
              last edited by

              @gixxerfast Thank you very much!

              Creality Ender 3 | BIGTREETECH E3 RRF V1.1 Wifi | BLTouch | RepRap 3.3.0_11

              1 Reply Last reply Reply Quote 0
              • re_tourundefined
                re_tour @Gixxerfast
                last edited by

                @gixxerfast So I didn't input that change into the config.g yet, but wrote it into the console. Printed 2 things, the strange thing is that at the end of each print the mechanism pulls the filament all the way out. Why could that be?

                Creality Ender 3 | BIGTREETECH E3 RRF V1.1 Wifi | BLTouch | RepRap 3.3.0_11

                Gixxerfastundefined 1 Reply Last reply Reply Quote 0
                • Gixxerfastundefined
                  Gixxerfast @re_tour
                  last edited by

                  @re_tour You must have something wonky in your slicer. Check if there some custom end print gcode in Cura (it was Cura you were using, right?)

                  Voron V2.4 (#1317) with Duet 3 Mini5+ Wifi and 1LC v1.1 Toolboard
                  Voron V0.1 (#637) with Duet 3 Mini 5+ Wifi and 1LC v1.2 Toolboard
                  Ender 3 Pro with BTT SKR-2 + RRF

                  re_tourundefined 2 Replies Last reply Reply Quote 0
                  • re_tourundefined
                    re_tour @Gixxerfast
                    last edited by

                    @gixxerfast Yes sir, let me check.

                    Creality Ender 3 | BIGTREETECH E3 RRF V1.1 Wifi | BLTouch | RepRap 3.3.0_11

                    1 Reply Last reply Reply Quote 0
                    • re_tourundefined
                      re_tour @Gixxerfast
                      last edited by

                      @gixxerfast This is the last few lines of the first gcode:

                      ;TIME_ELAPSED:2311.874865
                      G1 F2700 E788.98313
                      M140 S0
                      M107
                      G91 ;Relative positioning
                      G1 E-2 F2700 ;Retract a bit
                      G1 E-2 Z0.2 F2400 ;Retract and raise Z
                      G1 X5 Y5 F3000 ;Wipe out
                      G1 Z10 ;Raise Z more
                      G90 ;Absolute positioning
                      
                      G1 X0 Y235 ;Present print
                      M106 S0 ;Turn-off fan
                      M104 S0 ;Turn-off hotend
                      M140 S0 ;Turn-off bed
                      
                      M84 X Y E ;Disable all steppers but Z
                      
                      M82 ;absolute extrusion mode
                      M104 S0
                      ;End of Gcode
                      

                      and the end of the second gcode:

                      ;TIME_ELAPSED:10192.122505
                      G1 F2700 E523.83295
                      M140 S0
                      M107
                      G91 ;Relative positioning
                      G1 E-2 F2700 ;Retract a bit
                      G1 E-2 Z0.2 F2400 ;Retract and raise Z
                      G1 X5 Y5 F3000 ;Wipe out
                      G1 Z10 ;Raise Z more
                      G90 ;Absolute positioning
                      
                      G1 X0 Y235 ;Present print
                      M106 S0 ;Turn-off fan
                      M104 S0 ;Turn-off hotend
                      M140 S0 ;Turn-off bed
                      
                      M84 X Y E ;Disable all steppers but Z
                      
                      M82 ;absolute extrusion mode
                      M104 S0
                      ;End of Gcode
                      

                      Creality Ender 3 | BIGTREETECH E3 RRF V1.1 Wifi | BLTouch | RepRap 3.3.0_11

                      Gixxerfastundefined 1 Reply Last reply Reply Quote 0
                      • Gixxerfastundefined
                        Gixxerfast @re_tour
                        last edited by Gixxerfast

                        @re_tour said in Ender 3 RRF v1.1 setting up BLtouch:

                        G1 E-2 F2700 ;Retract a bit G1 E-2 Z0.2 F2400 ;Retract and raise Z

                        I really don't have a clue. I'm just guessing but...

                        Try to find where these are inserted

                        And comment them out /remove them.

                        See if it makes any difference.

                        Voron V2.4 (#1317) with Duet 3 Mini5+ Wifi and 1LC v1.1 Toolboard
                        Voron V0.1 (#637) with Duet 3 Mini 5+ Wifi and 1LC v1.2 Toolboard
                        Ender 3 Pro with BTT SKR-2 + RRF

                        re_tourundefined 1 Reply Last reply Reply Quote 0
                        • re_tourundefined
                          re_tour @Gixxerfast
                          last edited by

                          @gixxerfast You were right, G1 E-2 F2700 pulls the filament nearly all the way out. Thank you (once again) 😁

                          Creality Ender 3 | BIGTREETECH E3 RRF V1.1 Wifi | BLTouch | RepRap 3.3.0_11

                          Gixxerfastundefined 1 Reply Last reply Reply Quote 0
                          • Gixxerfastundefined
                            Gixxerfast @re_tour
                            last edited by

                            @re_tour That's great!
                            Happy printing!

                            I think you might have to revisit the offset configuration. The mesh looked a bit shifted. But that's for another day

                            and as long as it prints and you get the first layer right, it works 🙂

                            Voron V2.4 (#1317) with Duet 3 Mini5+ Wifi and 1LC v1.1 Toolboard
                            Voron V0.1 (#637) with Duet 3 Mini 5+ Wifi and 1LC v1.2 Toolboard
                            Ender 3 Pro with BTT SKR-2 + RRF

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