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

    3.2 SBC cancel print not working w/ missing/blank cancel.g

    Scheduled Pinned Locked Moved Solved
    Beta Firmware
    5
    28
    1.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.
    • Heartleander81undefined
      Heartleander81 @fcwilt
      last edited by

      In the code posted you are setting the temps to zero. When you try to print again do you restore the correct settings?

      Frederick

      I doun't know. I start the gcode. The bed heats up, the nozzle heats up, then make the printer his homing. Then extrude any filament. After this doun't come filament out the nozzel.

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

        20210113_145053.jpg

        There is a picture oft the DWC .
        Print is at layer 71 and filament only used 0.4mm, but must ~100mm used at this layer hight.

        I hope you understand what i mean. My english is not the best 😊

        1 Reply Last reply Reply Quote 0
        • fcwiltundefined
          fcwilt
          last edited by

          Hi,

          This is a long shot but create an empty cancel.g file and see if that makes a difference.

          Frederick

          Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

            @fcwilt Will test it after work. But just think that I have an error somewhere in a file. After successfully printing the file, the problem was that the next print did not work either. It only worked again after restarting the Pi. That's only since I updated from 3.1.1 to 3.2.0

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

              @Heartleander81 said in Problem after cancel print:

              If I have to cancel a print and start this or another, the extruder no longer feeds filament.
              Only when I reboot the Raspberry Pi 4 does the pressure go back to normal.

              Can you try describing again what exactly this means? I'm having a hard time understanding the problem.

              Does the printer try to resume the print but the extruder motor doesn't turn?

              Does it just sit there?

              Is the heater at temp at that point?

              Z-Bot CoreXY Build | Thingiverse Profile

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

                @Phaedrux
                I start a print.
                For example, a component comes loose.
                Then press pause and release the pressure.
                Change something on the slice or try to reprint.
                Then nothing is extruded during printing.
                When I restart the Pi, it prints normally.
                But today I was able to determine that this problem also occurred even after a successful print. That's only since the update from 3.1.1 to 3.2.0

                After Bed and Nozzle is on temp make my Printer Homing.

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

                  @Heartleander81 said in Problem after cancel print:

                  and release the pressure.

                  What does that mean?

                  Z-Bot CoreXY Build | Thingiverse Profile

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

                    Sorry. Fu.. Translator. I doun't have check before copy and past.PRESS pause and then cancel i the print

                    I have a Video on youtube

                    https://youtu.be/FWr_m28CsAc

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

                      Did you try creating the missing cancel.g?

                      Z-Bot CoreXY Build | Thingiverse Profile

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

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • Heartleander81undefined
                          Heartleander81
                          last edited by

                          Is the same with empty cancel.g

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

                            Do you have a T0 command in your slicer start gcode?
                            Is your tool still selected after canceling?
                            Can you try putting some commands in your cancel.g?

                            Example:

                            ; cancel.g
                            ;
                            ; Run when the print is paused, and then canceled.
                            ;
                            
                            G10 P0 R0 S0		; Set hotend temp to 0
                            M140 S0			; Set bed temp to 0
                            M106 S255 		; Fan at 100 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              ; clear babystepping
                            G28 XY			; home XY
                            M84			; turn off steppers
                            G4 S60			; wait 1 minute for nozzle to cool
                            M107			; turn off the fan
                            

                            Z-Bot CoreXY Build | Thingiverse Profile

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

                              Now is working with this config.

                              Can you tell me why?

                              fcwiltundefined 1 Reply Last reply Reply Quote 0
                              • fcwiltundefined
                                fcwilt @Heartleander81
                                last edited by

                                @Heartleander81 said in Problem after cancel print:

                                Now is working with this config.

                                Can you tell me why?

                                What config? Did you mean to post one?

                                Frederick

                                Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

                                  @fcwilt i mean the config post from phaedrux

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

                                    You mean you added those commands to cancel.g?

                                    I'm thinking there is an issue with missing or blank cancel.g files and the firmware isn't doing the expected default behaviour.

                                    Thanks for confirming that adding a cancel.g with commands allows it to work. I'll flag this for further investigation.

                                    Z-Bot CoreXY Build | Thingiverse Profile

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

                                      @Phaedrux I doun't now why, but on second test, the same bevore. I test at saturday more cycles. I think the problem is at my side.
                                      I give you Feedback at saturday night ore sunday morning.

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

                                        @Phaedrux
                                        Thanks for your help. But i doun't find out what is. I have downgraded to 3.1.1

                                        When the next 3.2.x stabel comes out i test it.

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

                                          I found the mistake. It was the slicer. I accidentally swapped relative and absolute extrusion. As a result, the skirt was still printed and nothing came out of the nozzle during the actual printing

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

                                            Thanks for the update.

                                            Z-Bot CoreXY Build | Thingiverse Profile

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