NARUTOfzr / Neptune_3

source code
71 stars 26 forks source link

Recovery from runout or pause function fails #55

Open portudork opened 1 year ago

portudork commented 1 year ago

Whenever I pause a print to change filament or trip the filament runout sensor the printer fails to resume printing (extruding filament) upon resume. The print head goes back to the last spot before pause but doesn't extrude any filament anymore while the print head moves effectively ruining any print. The pause and runout function are effectively useless due to this issue.

NARUTOfzr commented 1 year ago

This is because the slicing file uses extrude relative mode, which is not applicable to the firmware of the machine. You can try the following changes: image

image

Or try updating firmware V1_1.0.5-beta

portudork commented 1 year ago

Do you mean to uncheck that setting and remove that g code? By default it's checked and that code is already in there.

NARUTOfzr commented 1 year ago

Yes. This is not the configuration file uploaded by elegoo. It does not match the machine. Extrusion relative mode should not be used.

---Original--- From: @.> Date: Wed, Jan 4, 2023 12:59 PM To: @.>; Cc: @.**@.>; Subject: Re: [NARUTOfzr/Neptune_3] Recovery from runout or pause functionfails (Issue #55)

Do you mean to uncheck that setting and remove that g code? By default it's checked and that code is already in there.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

portudork commented 1 year ago

And delete out the G92 E0 as well right? Over you confirm I'll do both and retest as soon as this print is done. Thanks for the quick response!

NARUTOfzr commented 1 year ago

yes. You can also comment out this line by adding ";" before it.

---Original--- From: @.> Date: Wed, Jan 4, 2023 13:19 PM To: @.>; Cc: @.**@.>; Subject: Re: [NARUTOfzr/Neptune_3] Recovery from runout or pause functionfails (Issue #55)

And delete out the G92 E0 as well right? Over you confirm I'll do both and retest as soon as this print is done. Thanks for the quick response!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

TheAussieTinker commented 1 month ago

I have done what you said, unchecked use relative e distance and commented out all G92 E0 lines in the gcode on PrusaSlicer. However when I open the gcode file PrusaSlicer has injected heaps of G92 E0 throughout the file that aren't commented out.

image