Hi,
there is just a little problem I am facing with my 3D prints at the moment.
When the extruder heats up there is a "worm" of filament flowing down the extruder.
This leads to no filament being applied to the plate for the first seconds.
Is there a procedure (Gcode) to be added to prime the extruder for a short moment after homing the axes and the go to a position with a pin or something similar to peel the excess filament from the nozzle?
Best regards
Onki
How to prime the extruder before printing
Re: How to prime the extruder before printing
Hello onki.
The phenomenon you write about is natural.
You can try to limit its occurrence.
In the additional "End code" commands you can add an instruction to withdraw the filament (retraction), so that it is executed
after each completed printout.
This is done in the slicer program.
This is first of all..
Secondly, you can add an instruction to the "Start code" script, which will give you a little bit of filament just before you start printing.
But then it is important to reset the filament counter.
Will you manage to do it yourself now 
If you have any problems, ask.

The phenomenon you write about is natural.
You can try to limit its occurrence.
In the additional "End code" commands you can add an instruction to withdraw the filament (retraction), so that it is executed
after each completed printout.
This is done in the slicer program.
This is first of all..
Secondly, you can add an instruction to the "Start code" script, which will give you a little bit of filament just before you start printing.
But then it is important to reset the filament counter.
Code: Select all
G92 E0

If you have any problems, ask.

On the forum I help to use the rod, I don't give fish.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.
Re: How to prime the extruder before printing
Hi,
Thanks for your help.
I think I can handle that.
Best regards
Onki
Thanks for your help.
I think I can handle that.
Best regards
Onki