Hello, when I inserted a filament into the hotend, a long filament was extruded before it stopped. Way too long than required. Is the long default extrusion length set by Klipper on purpose? This seems to waste filament over time. How do I stop it from extruding that much during the load process?
Do most of you use the Load Filament button on mainsail or those buttons from FLAP?
It is about 30cm long by default. Difficult to measure as the filament wraps in loops.
Where is your macro being stored? Mine is not printer.cfg but in klipper-prusa-mk3s/macros.cfg (read only) so I am not supposed to modify it?
How come G1 is executed twice consecutively at different lengths and speeds?
Is there any specific reason that it extrudes 70 mm and then 40 mm? That seems to be quite long.
I modified the code in klipper-prusa-mk3s/macros.cfg for it to extruder shorter filament. However, this is only when the Load Filament button in mainsail is pressed.
As I recall, right from the beginning, when I inserted a filament into the extruder, it already automatically loaded the filament and extruded a long long filament. Where can I modify the code so that it would extrude shorter one?
So I should modify LOAD_FILAMENT? It goes back to Lines 14 & 15 mentioned in the 2nd post which I have already changed. Where else can I change to shorten the length of extrusion during loading?