Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
9.37k stars 5.29k forks source link

Intersecting Infill over extrusion causing nozzle to drag with higher density infill ... Pressure Advance? #1714

Closed drphil3d closed 5 years ago

drphil3d commented 5 years ago

I'm having an issue on multiple printers running the latest code where when printing a higher density triangular infill pattern 30% or higher there seems to be an issue with over extrusion where infill overlaps itself. I've adjusted my extruder steps, filament width and pressure advance but can't seem to fix this issue.

Maybe we need a better model for tuning pressure advance. It's just really hard to tell if it's set right. Would something similar to Marlins linear advance test generator work? http://marlinfw.org/docs/features/lin_advance.html

klippy.log

KevinOConnor commented 5 years ago

If you've calibrated the extruder steps, and are then seeing overlap, it sounds like a slicer issue. Slic3r is really bad at that, for example.

As for tuning pressure advance, in my own testing I've had poor results with the Marlin method - slight changes in bed level can completely skew the results. There has been some interest in changing to a "pressure advance tower" method - see PR #1243 for further info.

-Kevin

Hywelmartin commented 5 years ago

The crossings in that infill is 3 lines stacked ontop of each other/ layer you can set the infill line width in Print Settings/Advanced but I don't think that the result will be different

image

drphil3d commented 5 years ago

I think I found the perfect model for PA tuning https://www.thingiverse.com/thing:2371069

drphil3d commented 5 years ago

@KevinOConnor I found this pressure advance calibration model and python script on thingiverse https://www.thingiverse.com/thing:3442071/files

theopensourcerer commented 5 years ago

@drphil3d This one worked really well for me:

https://github.com/PrusaOwners/prusaowners/wiki/Pressure_Advance

KevinOConnor commented 5 years ago

Any further updates on this?

-Kevin

KevinOConnor commented 5 years ago

I'm going to close this issue as it looks like the conversation has concluded.

-Kevin