Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial extrusion #2276

Closed
mkh595 opened this issue Oct 16, 2019 · 5 comments
Closed

Initial extrusion #2276

mkh595 opened this issue Oct 16, 2019 · 5 comments

Comments

@mkh595
Copy link

mkh595 commented Oct 16, 2019

MK3S: 3.8.0-2684
MMU2: 1.0.6-372

When print starts, nozzle moves to left front corner and extrude without move for 12 seconds. This create blob which size depends if filament was already in the nozzle or just moved from MMU2.

20191015_155226_2

Then moves right and back to the start position, nozzle catch this blob

20191015_155236_2

and drop it somewhere in the print area.

20191015_155246_2

Another example

20191015_180535_2
20191015_180621_2

If I remember well, before upgrade to MMU2 there was initial extrusion shorter always with move without return back.
Is there reason why nozzle is not moving? If has to create such blob, can be the move back shorter (e.g. 10mm less) to not hit this blob?
Issue is mostly on Powder coated sheet because adhesion is not so good like on smooth PEI.

@vintagepc
Copy link
Contributor

This sounds like a duplicate of #2069

Note you can get this if your sensors (IR/FINDA) are not calibrated correctly, if the IR continues to report zero, the MMU will force-feed your extruder and make a blob until the IR sensor happens to trip.

@mkh595
Copy link
Author

mkh595 commented Nov 13, 2019

It is not issue of IR sensor, I have LED indicator, IR sensor works corectly.

image

@leptun
Copy link
Collaborator

leptun commented Nov 13, 2019

@mkh595 is this a single color MMU print?

@mkh595
Copy link
Author

mkh595 commented Nov 15, 2019

yes, single color MMU.

Purge line is created by 'Beginning Gcode' in PrusaSlicer delivered in '...MK3S MMU2S single' profile. I modified it to return 10mm less to not hit blob.
Size of blob depends if filament was unloaded from previous print or was already in nozzle, e.g. when previous print was cancelled by panic button.

; purge line
G1 X55.0 F2000.0
G1 Z0.3 F1000.0
G92 E0.0
G1 X240.0 E25.0 F2200.0
G1 Y-2.0 F1000.0
G1 X55.0 E25 F1400.0
G1 Z0.20 F1000.0
;G1 X5.0 E4.0 F1000.0    <= Do not return to start position
G1 X15.0 E4.0 F1000.0 

@JohnnyDeer
Copy link

Duplicate of #2069, I´m closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants