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

    Zaribo / Prusa i3 MK3s - Duet 2 WiFi - RRF 3.11

    Scheduled Pinned Locked Moved
    My Duet controlled machine
    bear duet 2 wifi duet wifi duetwifi mk3s pinda prusa zaribo
    4
    19
    4.4k
    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.
    • Kolbiundefined
      Kolbi
      last edited by Kolbi

      Latest README: README.pdf
      Latest sd-card dump: README above contains dump.
      Latest wiring guide: Duet2.pdf
      Archive file containing the full set of sd-card files, wiring guide, readme, and ideaMaker example profile set.

      The next meaningful revision of my files will most likely occur once variables are enabled within the gcode macros.

      If you find any issues or have any suggestions please let me know so I can take the appropriate actions and make this a better guide/code for the public.

      Many thanks Duet forum people!

      Cheers,
      Kolbi

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

        Thanks for the excellent reference examples.

        Also just a heads up it looks like the forum software or copy paste error is inserting some random {1} to your blocks.

        Z-Bot CoreXY Build | Thingiverse Profile

        Kolbiundefined 1 Reply Last reply Reply Quote 0
        • Kolbiundefined
          Kolbi @Phaedrux
          last edited by

          @Phaedrux Thanks much!

          I saw the {1} and tried to get rid of them but for some reason, it didn't work.
          I did attach my dump-list.pdf so people could view it there also - I keep this one updated too.

          I'll give it a shot once I get some time this evening. Do you know what causes them?

          Cheers,
          Kolbi

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

            @Kolbi said in Zaribo / Prusa i3 MK3s - Duet 2 WiFi - RRF 3.11:

            Do you know what causes them?

            They seem to show up on line breaks within the code blocks for some reason. It's a forum issue.

            Z-Bot CoreXY Build | Thingiverse Profile

            Kolbiundefined A Former User? 2 Replies Last reply Reply Quote 0
            • Kolbiundefined
              Kolbi @Phaedrux
              last edited by

              @Phaedrux said in Zaribo / Prusa i3 MK3s - Duet 2 WiFi - RRF 3.11:

              show up on line breaks within the code blocks

              Ah! Just add a space after a line break and that gets rid of it.

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

                Good to know!

                Z-Bot CoreXY Build | Thingiverse Profile

                1 Reply Last reply Reply Quote 0
                • A Former User?
                  A Former User @Phaedrux
                  last edited by

                  @Phaedrux said in Zaribo / Prusa i3 MK3s - Duet 2 WiFi - RRF 3.11:

                  They seem to show up on line breaks within the code blocks for some reason. It's a forum issue.

                  not for all types of code interestingly enough, but haven't experimented with the complete list of language highlighting.

                  1 Reply Last reply Reply Quote 0
                  • Kolbiundefined
                    Kolbi
                    last edited by Kolbi

                    Updated stop.g, focused on getting rid of spider web / hair like stringing from nozzle while leaving nothing on nozzle.

                    ; 0:/sys/stop.g
                    ; called when M0 (Stop) is run (e.g. when a print from SD card is cancelled)
                    
                    M83                                                        ; Set extruder to relative mode
                    M106 S255                                                  ; Turn fan fully on
                    M572 D0 S0.0                                               ; clear pressure advance
                    M220 S100                                                  ; Set speed factor back to 100% in case it was changed
                    M221 S100                                                  ; Set extrusion factor back to 100% in case it was changed
                    G1 E-2                                                     ; Retract 2mm
                    M104 S-273                                                 ; Turn off hotend
                    M140 S-273                                                 ; Turn off heatbed
                    G1 F1000.0                                                 ; Set feed rate
                    M98 P"current-sense-homing.g"                              ; Adjust current and sensitivity for homing routines
                    
                    ; Let cool and wiggle for bit to reduce end stringing
                    M300 S4000 P100 G4 P200 M300 S4000 P100                    ; Give a double beep
                    G91                                                        ; Set to Relative Positioning
                    G1 Z2 F400                                                 ; Move Z up 3mm
                    
                    ; Start countdown - use X/Y as indicators of counting  
                    while iterations <=9                                       ; Perform 10 passes
                        G4 S6                                                  ; Wait 6 seconds
                        G1 X1 Y1 F1000                                         ; Wiggle +1mm
                        G4 S6                                                  ; Wait 6 seconds
                        G1 Z0.5 X-1 Y-1 F1000                                  ; Wiggle -1mm, Z +0.5
                    
                    G90                                                        ; Set to Absolute Positioning
                    
                    G1 X220 Y205 Z205 F1000                                    ; Place nozzle to the right side, build plate to front, Z at top
                    M400                                                       ; Clear queue
                    M107                                                       ; Turn off fan
                    M18 YXE                                                    ; Unlock X, Y, and E axis
                    
                    ; Play a triumphant tune to celebrate a successful print.
                    G4 S1
                    M300 P250 S750
                    G4 P251
                    M300 P200 S1250
                    G4 P201
                    M300 P250 S750
                    G4 P251
                    M300 P200 S1250
                    G4 P201
                    M300 P250 S2500
                    G4 P251
                    M300 P150 S2000
                    G4 P151
                    M300 P150 S2500
                    G4 P151
                    M300 P350 S3700
                    G4 P351
                    M400
                    
                    1 Reply Last reply Reply Quote 0
                    • Kolbiundefined
                      Kolbi
                      last edited by

                      Attached modified BMGm-BLTouch.
                      Offsets at X22.8, Y3.8, Z1.32.

                      10068-6 Prusa Housing Rear MK3s MosquitoV1.4.STL 10068-7 Prusa Housing Front MK3s MosquitoV1.4.STL 1596246771954-screen-shot-2020-08-01-at-10.40.16-am-resized.jpg preview.JPG 1596083183516-bmgm-bltouch-actual-resized.jpg

                      1 Reply Last reply Reply Quote 0
                      • Kolbiundefined
                        Kolbi
                        last edited by Kolbi

                        Forgot the bltouch wire cover.
                        bltouch-wirecover.STL

                        *The front and back parts require threaded inserts.

                        1 Reply Last reply Reply Quote 0
                        • jdebuhrundefined jdebuhr referenced this topic
                        • T3P3Tonyundefined T3P3Tony unpinned this topic
                        • e4dundefined
                          e4d
                          last edited by

                          Hello @Kolbi do you have an enclosure for Duet wifi that mount to the printer ? I’d love to have an STL if you mind sharing

                          Kolbiundefined 1 Reply Last reply Reply Quote 0
                          • Kolbiundefined
                            Kolbi @e4d
                            last edited by

                            @e4d Sorry, It's been a while and I don't have that on my latest laptop. I'll give a search on my home server when I get a chance to see if I may have backed it up.
                            But, give a look at the caribou github - variants from duet 2 and 3mini exist.
                            https://github.com/Caribou3d/CaribouCartesian/tree/master/STL/01_full-kits/Frame/Duet

                            Hope that helps!

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