When dwelling G4, my printer is oozing, how can i stop that?











up vote
1
down vote

favorite












Here is the sequence of my Gcode, printed in mid-air:



Print (E20)
Retract (E-20)
Dwell (G4 10,000)
Move away (E0)
Print (E20)


See the path on the printscreen below:
enter image description here



When the printer dwells it oozes. How can i stop that?



I am using a WASP 3MT, pellet extrustion, 3mm nozzle, Marlin firmware, Gcode done on Silkworm for Grasshopper.



Gcode around the dwell:



G1 F300 X-25 Y-25 Z30 E15.96
G92 E0
G1 F0 X-25 Y-25 Z30
G1 F1000 X-25 Y-25 Z36 E-89.42
G92 E0
G4 P10000
G1 F0 X-25 Y-25 Z36
G1 F1000 X-25 Y-25 Z32 E0
G92 E0









share|improve this question




















  • 2




    how much are you retracting? Bowden or direct drive? Would you show the full snippet of GCode, 3 lines before and after the G4?
    – Trish
    2 days ago












  • thanks @Trish done.
    – Arthur Mamou-Mani
    2 days ago






  • 2




    Possible duplicate of Ender 3 extrudes plastic whilst at standstill, and while moving to start of print
    – 0scar
    2 days ago










  • Are you using an all-metal hot end?
    – 0scar
    2 days ago










  • Instead of idling, have you considered printing a scrap part (like a wiper wall or cooling tower) in the corner?
    – Davo
    2 days ago















up vote
1
down vote

favorite












Here is the sequence of my Gcode, printed in mid-air:



Print (E20)
Retract (E-20)
Dwell (G4 10,000)
Move away (E0)
Print (E20)


See the path on the printscreen below:
enter image description here



When the printer dwells it oozes. How can i stop that?



I am using a WASP 3MT, pellet extrustion, 3mm nozzle, Marlin firmware, Gcode done on Silkworm for Grasshopper.



Gcode around the dwell:



G1 F300 X-25 Y-25 Z30 E15.96
G92 E0
G1 F0 X-25 Y-25 Z30
G1 F1000 X-25 Y-25 Z36 E-89.42
G92 E0
G4 P10000
G1 F0 X-25 Y-25 Z36
G1 F1000 X-25 Y-25 Z32 E0
G92 E0









share|improve this question




















  • 2




    how much are you retracting? Bowden or direct drive? Would you show the full snippet of GCode, 3 lines before and after the G4?
    – Trish
    2 days ago












  • thanks @Trish done.
    – Arthur Mamou-Mani
    2 days ago






  • 2




    Possible duplicate of Ender 3 extrudes plastic whilst at standstill, and while moving to start of print
    – 0scar
    2 days ago










  • Are you using an all-metal hot end?
    – 0scar
    2 days ago










  • Instead of idling, have you considered printing a scrap part (like a wiper wall or cooling tower) in the corner?
    – Davo
    2 days ago













up vote
1
down vote

favorite









up vote
1
down vote

favorite











Here is the sequence of my Gcode, printed in mid-air:



Print (E20)
Retract (E-20)
Dwell (G4 10,000)
Move away (E0)
Print (E20)


See the path on the printscreen below:
enter image description here



When the printer dwells it oozes. How can i stop that?



I am using a WASP 3MT, pellet extrustion, 3mm nozzle, Marlin firmware, Gcode done on Silkworm for Grasshopper.



Gcode around the dwell:



G1 F300 X-25 Y-25 Z30 E15.96
G92 E0
G1 F0 X-25 Y-25 Z30
G1 F1000 X-25 Y-25 Z36 E-89.42
G92 E0
G4 P10000
G1 F0 X-25 Y-25 Z36
G1 F1000 X-25 Y-25 Z32 E0
G92 E0









share|improve this question















Here is the sequence of my Gcode, printed in mid-air:



Print (E20)
Retract (E-20)
Dwell (G4 10,000)
Move away (E0)
Print (E20)


See the path on the printscreen below:
enter image description here



When the printer dwells it oozes. How can i stop that?



I am using a WASP 3MT, pellet extrustion, 3mm nozzle, Marlin firmware, Gcode done on Silkworm for Grasshopper.



Gcode around the dwell:



G1 F300 X-25 Y-25 Z30 E15.96
G92 E0
G1 F0 X-25 Y-25 Z30
G1 F1000 X-25 Y-25 Z36 E-89.42
G92 E0
G4 P10000
G1 F0 X-25 Y-25 Z36
G1 F1000 X-25 Y-25 Z32 E0
G92 E0






g-code






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 days ago

























asked 2 days ago









Arthur Mamou-Mani

1516




1516








  • 2




    how much are you retracting? Bowden or direct drive? Would you show the full snippet of GCode, 3 lines before and after the G4?
    – Trish
    2 days ago












  • thanks @Trish done.
    – Arthur Mamou-Mani
    2 days ago






  • 2




    Possible duplicate of Ender 3 extrudes plastic whilst at standstill, and while moving to start of print
    – 0scar
    2 days ago










  • Are you using an all-metal hot end?
    – 0scar
    2 days ago










  • Instead of idling, have you considered printing a scrap part (like a wiper wall or cooling tower) in the corner?
    – Davo
    2 days ago














  • 2




    how much are you retracting? Bowden or direct drive? Would you show the full snippet of GCode, 3 lines before and after the G4?
    – Trish
    2 days ago












  • thanks @Trish done.
    – Arthur Mamou-Mani
    2 days ago






  • 2




    Possible duplicate of Ender 3 extrudes plastic whilst at standstill, and while moving to start of print
    – 0scar
    2 days ago










  • Are you using an all-metal hot end?
    – 0scar
    2 days ago










  • Instead of idling, have you considered printing a scrap part (like a wiper wall or cooling tower) in the corner?
    – Davo
    2 days ago








2




2




how much are you retracting? Bowden or direct drive? Would you show the full snippet of GCode, 3 lines before and after the G4?
– Trish
2 days ago






how much are you retracting? Bowden or direct drive? Would you show the full snippet of GCode, 3 lines before and after the G4?
– Trish
2 days ago














thanks @Trish done.
– Arthur Mamou-Mani
2 days ago




thanks @Trish done.
– Arthur Mamou-Mani
2 days ago




2




2




Possible duplicate of Ender 3 extrudes plastic whilst at standstill, and while moving to start of print
– 0scar
2 days ago




Possible duplicate of Ender 3 extrudes plastic whilst at standstill, and while moving to start of print
– 0scar
2 days ago












Are you using an all-metal hot end?
– 0scar
2 days ago




Are you using an all-metal hot end?
– 0scar
2 days ago












Instead of idling, have you considered printing a scrap part (like a wiper wall or cooling tower) in the corner?
– Davo
2 days ago




Instead of idling, have you considered printing a scrap part (like a wiper wall or cooling tower) in the corner?
– Davo
2 days ago










3 Answers
3






active

oldest

votes

















up vote
3
down vote













Ooze is virtually unstoppable. This becomes apparent once you understand why an nozzle oozes. As the filament melts, its viscosity drops and the free flowing filament slowly makes it way out of the nozzle due to the action of gravity (and sometimes thermal expansion). If you make the throat air tight then you can use air pressure to keep the plastic from oozing out. Further you would have to immediately turn off the heat to the nozzle and cool the nozzle as fast as possible (possibly with a blower). Even if you retract the filament all the way out of the throat, there could still be some plastic left inside that will ooze out.






share|improve this answer




























    up vote
    2
    down vote













    You retract the filament, yet you keep the heater on while the dwell. As you pull the filament back, you pull only the non-molten filament. The retaining molten filament follows gravity and sags down.



    It is fixable to some degree though: Turn off the heat to let the filament cool before having the machine hibernate. That can reduce the amount of oozing, but not fully.






    share|improve this answer




























      up vote
      2
      down vote













      Since you retracted the filament (very far), but stay at elevated temperature for almost 2 minutes, this must be left-over residue inside the nozzle/throat that is stuck to the wall that becomes liquid and oozes out of the nozzle because gravity pulls it downwards.



      This answer on the question "Ender 3 extrudes plastic whilst at standstill, and while moving to start of print" explains the oozing problem in detail.






      share|improve this answer























        Your Answer





        StackExchange.ifUsing("editor", function () {
        return StackExchange.using("mathjaxEditing", function () {
        StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
        StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
        });
        });
        }, "mathjax-editing");

        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "640"
        };
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function() {
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled) {
        StackExchange.using("snippets", function() {
        createEditor();
        });
        }
        else {
        createEditor();
        }
        });

        function createEditor() {
        StackExchange.prepareEditor({
        heartbeatType: 'answer',
        convertImagesToLinks: false,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: null,
        bindNavPrevention: true,
        postfix: "",
        imageUploader: {
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        },
        noCode: true, onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        });


        }
        });














        draft saved

        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2f3dprinting.stackexchange.com%2fquestions%2f7509%2fwhen-dwelling-g4-my-printer-is-oozing-how-can-i-stop-that%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes








        up vote
        3
        down vote













        Ooze is virtually unstoppable. This becomes apparent once you understand why an nozzle oozes. As the filament melts, its viscosity drops and the free flowing filament slowly makes it way out of the nozzle due to the action of gravity (and sometimes thermal expansion). If you make the throat air tight then you can use air pressure to keep the plastic from oozing out. Further you would have to immediately turn off the heat to the nozzle and cool the nozzle as fast as possible (possibly with a blower). Even if you retract the filament all the way out of the throat, there could still be some plastic left inside that will ooze out.






        share|improve this answer

























          up vote
          3
          down vote













          Ooze is virtually unstoppable. This becomes apparent once you understand why an nozzle oozes. As the filament melts, its viscosity drops and the free flowing filament slowly makes it way out of the nozzle due to the action of gravity (and sometimes thermal expansion). If you make the throat air tight then you can use air pressure to keep the plastic from oozing out. Further you would have to immediately turn off the heat to the nozzle and cool the nozzle as fast as possible (possibly with a blower). Even if you retract the filament all the way out of the throat, there could still be some plastic left inside that will ooze out.






          share|improve this answer























            up vote
            3
            down vote










            up vote
            3
            down vote









            Ooze is virtually unstoppable. This becomes apparent once you understand why an nozzle oozes. As the filament melts, its viscosity drops and the free flowing filament slowly makes it way out of the nozzle due to the action of gravity (and sometimes thermal expansion). If you make the throat air tight then you can use air pressure to keep the plastic from oozing out. Further you would have to immediately turn off the heat to the nozzle and cool the nozzle as fast as possible (possibly with a blower). Even if you retract the filament all the way out of the throat, there could still be some plastic left inside that will ooze out.






            share|improve this answer












            Ooze is virtually unstoppable. This becomes apparent once you understand why an nozzle oozes. As the filament melts, its viscosity drops and the free flowing filament slowly makes it way out of the nozzle due to the action of gravity (and sometimes thermal expansion). If you make the throat air tight then you can use air pressure to keep the plastic from oozing out. Further you would have to immediately turn off the heat to the nozzle and cool the nozzle as fast as possible (possibly with a blower). Even if you retract the filament all the way out of the throat, there could still be some plastic left inside that will ooze out.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 2 days ago









            user77232

            2074




            2074






















                up vote
                2
                down vote













                You retract the filament, yet you keep the heater on while the dwell. As you pull the filament back, you pull only the non-molten filament. The retaining molten filament follows gravity and sags down.



                It is fixable to some degree though: Turn off the heat to let the filament cool before having the machine hibernate. That can reduce the amount of oozing, but not fully.






                share|improve this answer

























                  up vote
                  2
                  down vote













                  You retract the filament, yet you keep the heater on while the dwell. As you pull the filament back, you pull only the non-molten filament. The retaining molten filament follows gravity and sags down.



                  It is fixable to some degree though: Turn off the heat to let the filament cool before having the machine hibernate. That can reduce the amount of oozing, but not fully.






                  share|improve this answer























                    up vote
                    2
                    down vote










                    up vote
                    2
                    down vote









                    You retract the filament, yet you keep the heater on while the dwell. As you pull the filament back, you pull only the non-molten filament. The retaining molten filament follows gravity and sags down.



                    It is fixable to some degree though: Turn off the heat to let the filament cool before having the machine hibernate. That can reduce the amount of oozing, but not fully.






                    share|improve this answer












                    You retract the filament, yet you keep the heater on while the dwell. As you pull the filament back, you pull only the non-molten filament. The retaining molten filament follows gravity and sags down.



                    It is fixable to some degree though: Turn off the heat to let the filament cool before having the machine hibernate. That can reduce the amount of oozing, but not fully.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered 2 days ago









                    Trish

                    3,094434




                    3,094434






















                        up vote
                        2
                        down vote













                        Since you retracted the filament (very far), but stay at elevated temperature for almost 2 minutes, this must be left-over residue inside the nozzle/throat that is stuck to the wall that becomes liquid and oozes out of the nozzle because gravity pulls it downwards.



                        This answer on the question "Ender 3 extrudes plastic whilst at standstill, and while moving to start of print" explains the oozing problem in detail.






                        share|improve this answer



























                          up vote
                          2
                          down vote













                          Since you retracted the filament (very far), but stay at elevated temperature for almost 2 minutes, this must be left-over residue inside the nozzle/throat that is stuck to the wall that becomes liquid and oozes out of the nozzle because gravity pulls it downwards.



                          This answer on the question "Ender 3 extrudes plastic whilst at standstill, and while moving to start of print" explains the oozing problem in detail.






                          share|improve this answer

























                            up vote
                            2
                            down vote










                            up vote
                            2
                            down vote









                            Since you retracted the filament (very far), but stay at elevated temperature for almost 2 minutes, this must be left-over residue inside the nozzle/throat that is stuck to the wall that becomes liquid and oozes out of the nozzle because gravity pulls it downwards.



                            This answer on the question "Ender 3 extrudes plastic whilst at standstill, and while moving to start of print" explains the oozing problem in detail.






                            share|improve this answer














                            Since you retracted the filament (very far), but stay at elevated temperature for almost 2 minutes, this must be left-over residue inside the nozzle/throat that is stuck to the wall that becomes liquid and oozes out of the nozzle because gravity pulls it downwards.



                            This answer on the question "Ender 3 extrudes plastic whilst at standstill, and while moving to start of print" explains the oozing problem in detail.







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited 2 days ago

























                            answered 2 days ago









                            0scar

                            8,44521139




                            8,44521139






























                                draft saved

                                draft discarded




















































                                Thanks for contributing an answer to 3D Printing Stack Exchange!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                Use MathJax to format equations. MathJax reference.


                                To learn more, see our tips on writing great answers.





                                Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                Please pay close attention to the following guidance:


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function () {
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2f3dprinting.stackexchange.com%2fquestions%2f7509%2fwhen-dwelling-g4-my-printer-is-oozing-how-can-i-stop-that%23new-answer', 'question_page');
                                }
                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                Quarter-circle Tiles

                                build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                                Mont Emei