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

    Issues after prime

    Scheduled Pinned Locked Moved Solved
    Beta Firmware
    4
    132
    6.3k
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      Have you tested in standalone mode yet without the SBC?

      https://duet3d.dozuki.com/Wiki/Getting_Started_With_Duet_3#Section_Running_in_standalone_mode

      Z-Bot CoreXY Build | Thingiverse Profile

      Heartleander81undefined 1 Reply Last reply Reply Quote 0
      • Heartleander81undefined
        Heartleander81 @Phaedrux
        last edited by

        @phaedrux no. I dount have standalone configured

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

          As process of elimination it may help to know if the problem still presents in standalone mode.

          You can copy your current config files onto a fresh SD card that has the folder structure and DWC files present and use that SD card in the Duet. That link describes in more detail.

          Z-Bot CoreXY Build | Thingiverse Profile

          Heartleander81undefined 2 Replies Last reply Reply Quote 0
          • Heartleander81undefined
            Heartleander81 @Phaedrux
            last edited by

            @Phaedrux
            Ok have I do.

            1 Reply Last reply Reply Quote 0
            • Heartleander81undefined
              Heartleander81 @Phaedrux
              last edited by

              @phaedrux
              The same on standalone

              1 Reply Last reply Reply Quote 0
              • Heartleander81undefined
                Heartleander81
                last edited by

                That came after 2 weeks after I have install the toolboard 1lc V1.1

                1 Reply Last reply Reply Quote 0
                • Heartleander81undefined
                  Heartleander81
                  last edited by

                  Should I reset the toolboard?
                  By pressing both buttons on the toolboard when starting.
                  Reload the board firmware and then test it again?
                  After install the Bus change to 20.

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

                    Thanks for testing in standalone mode. Before you do anything to the toolboard, let's let @dc42 have a look and see what he thinks.

                    Z-Bot CoreXY Build | Thingiverse Profile

                    Heartleander81undefined 1 Reply Last reply Reply Quote 0
                    • Heartleander81undefined
                      Heartleander81 @Phaedrux
                      last edited by

                      @phaedrux

                      Ok.

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

                        @heartleander81 said in Isusses after prime:

                        That Video is with a another Purge line.

                        There is with step lost on X and Y. The print must start on the middle on x150 Y150 but is in the left back corner.

                        https://youtu.be/UaVkC-F1cfM

                        Please can you provide the start of the GCode file that you were printing when you recorded this video.

                        I suspect that a firmware issue is causing this behaviour.

                        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

                        Heartleander81undefined 1 Reply Last reply Reply Quote 0
                        • Heartleander81undefined
                          Heartleander81 @dc42
                          last edited by Heartleander81

                          @dc42
                          Good Morning.

                          G90
                          M83
                          M106 S0
                          M140 S50
                          M190 S50
                          M104 S240 T0
                          M109 S240 T0
                          T0
                          M98 P"startGcode"
                          G92 E0.0
                          ; process CR3D 0.4
                          ; layer 1, Z = 0.200
                          T0
                          G1 E-0.6000 F1200
                          ; feature skirt
                          ; tool H0.200 W0.440
                          G1 Z0.200 F600
                          G1 X118.950 Y122.494 F12600
                          ;G1 X19.489 Y53.567 F12600
                          ;G1 E0.6000 F1200
                          ;G1 X280.511 Y53.567 E8.9768 F1800
                          ; layer end
                          T0
                          M98 P"endGcode"
                          
                          

                          Unfortunately, I no longer have the file from the print. Do you mean the purge line in the startup code?

                          Thanks for your Help.

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

                            @heartleander81 thanks, to try to reproduce this I also need the contents of macros startGCode and endGcode. [Edit: I see that you have already provided startGcode, so I will try to reproduce it.

                            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

                            Heartleander81undefined 1 Reply Last reply Reply Quote 0
                            • Heartleander81undefined
                              Heartleander81 @dc42
                              last edited by

                              @dc42

                              startGcode

                              M150 U255 P128 S60 ;LED gruen
                              M150 R255 B235 U255 P128 S60 ;LED weiß
                              G32
                              G29 S1 P"heightmap.csv"
                              M83
                              G1 X5 Y5 Z30 F6000.0 
                              G1 E50 F500
                              G1 E30 F200
                              G1 Y20 F2000
                              G1 Y50 Z0.2 F3000
                              G1 Y90 E20 F300
                              G1 Y120 F1200
                              M150 R255 B235 U255 P128 S60 ;LED weiß
                              

                              endGcode

                              G10 P0 R0 S0		        ; Set hotend temp to 0
                              M140 S0			            ; Set bed temp to 0
                              G91
                              G1 Z10
                              G90
                              G92 E0
                              G1 E-1 F300
                              G92 E0
                              M106 S20 		            ; Fan to cool nozzle and bed
                              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
                              M290 R0 S0
                              G1 X25 Y300 F6000
                              G1 E-9 F200
                              G92 E0 
                              M300 S290 P1000
                              M150 U255 P128 S60 ;LED gruen
                              G4 S60		            	; wait 1 minute for nozzle to cool
                              M107			            ; turn off the fan
                              G4 S30
                              M98 P"/macros/LED/LED_Aus"
                              M18
                              
                              1 Reply Last reply Reply Quote 0
                              • dc42undefined
                                dc42 administrators
                                last edited by

                                @heartleander81 thanks! Do you have any tool change files on your system?

                                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

                                Heartleander81undefined 2 Replies Last reply Reply Quote 0
                                • Heartleander81undefined
                                  Heartleander81 @dc42
                                  last edited by Heartleander81

                                  @dc42 no I don't have tool change file. The tool Board 1lc 1v1 is direkt conected to the duet6 6hc Board.Screenshot_20210818-151636.jpg

                                  1 Reply Last reply Reply Quote 0
                                  • Heartleander81undefined
                                    Heartleander81 @dc42
                                    last edited by

                                    @dc42 in the last 2 file is only write M116 P0

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

                                      @heartleander81 I am running the following file on my bench setup:

                                      G90
                                      M83
                                      M302 P1 ;;dc
                                      T-1 ;;dc
                                      M106 S0
                                      G4 S1 ;;dc
                                      ;;M140 S50
                                      ;;M190 S50
                                      ;;M104 S240 T0
                                      ;;M109 S240 T0
                                      T0
                                      M98 P"startGcode"
                                      G92 E0.0
                                      ; process CR3D 0.4
                                      ; layer 1, Z = 0.200
                                      T0
                                      G1 E-0.6000 F1200
                                      ; feature skirt
                                      ; tool H0.200 W0.440
                                      G1 Z0.200 F600
                                      G1 X118.950 Y122.494 F12600
                                      ;G1 X19.489 Y53.567 F12600
                                      ;G1 E0.6000 F1200
                                      ;G1 X280.511 Y53.567 E8.9768 F1800
                                      ; layer end
                                      T0
                                      ;;dc M98 P"endGcode"
                                      

                                      I don't see any problem. Does this cause the problem on your machine? Please note, I have modified it to do cold extrusion because my bench setup doesn't have any heaters connected. The Y movement shortly after the extruder prime move is quite fast (F12600), but is OK on my system after I increased the motor current.

                                      I have put a single M116 P0 command n my tpre0.g and tpst0.g files, although of course it does nothing because I am not turning on any heaters.

                                      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

                                      Heartleander81undefined 1 Reply Last reply Reply Quote 0
                                      • Heartleander81undefined
                                        Heartleander81 @dc42
                                        last edited by

                                        @dc42
                                        yes it is my printer. After the conversion to the tool board, the error came after about 2 weeks. Then suddenly the error was gone for 2 prints and now it is permanent.

                                        I was able to observe once in the DWC that the extruder, although it is set to M83, turned from the 100mm extrusion to 0 and again to 100mm and then to 99.4mm built at the point where the retract G1 E-0.600 F1200 is, followed by the G1 XY Move. I'm trying to make a video of the DWC and extruder.

                                        1 Reply Last reply Reply Quote 0
                                        • Heartleander81undefined
                                          Heartleander81
                                          last edited by

                                          Ok my camera is to slow. I dount know what that is.

                                          when I delete the first retract G1 E-0.600 F1200 the error is gone. But this is created by the slicer and I cannot prevent this.

                                          fcwiltundefined dc42undefined 2 Replies Last reply Reply Quote 0
                                          • fcwiltundefined
                                            fcwilt @Heartleander81
                                            last edited by

                                            @heartleander81 said in Issues after prime:

                                            when I delete the first retract G1 E-0.600 F1200 the error is gone. But this is created by the slicer and I cannot prevent this.

                                            Just to be sure what slicer are you using?

                                            Frederick

                                            Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

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