TheFeralEngineer / Klipper-for-Elegoo-Neptune-series-3D-Printers

run Klipper on your neptune 2, 2s, 3, 3pro, etc!
163 stars 30 forks source link

Klipper Neptune3Pro config - filament sensor #1

Open jfurner opened 1 year ago

jfurner commented 1 year ago

Hey just a small update for the Klipper N3P config. The filament sensor type appears to be a switch instead of a motion sensor. It kinda works as-is but it usually pauses the print right at the beginning for a false trigger filament runout. Then it seems to work after that, which I'm not sure I understand why it doesnt just keep triggering filament runout.

I replaced section [filament_motion_sensor filament_sensor] with this, and no more pauses at the beginning and the filament sensor state on the dashboard updates correctly.

[filament_switch_sensor filament_sensor] pause_on_runout: true switch_pin: PB4

Thanks again for all your work on this! Its working great.

TheFeralEngineer commented 1 year ago

Thanks for the update! The original cfg was built around the Neptune 3 standard file, so I'll be sure to change the one for the pro. Glad to hear it's working otherwise 😀

mroswald commented 9 months ago

I have the same issue on my Neptune 3 (not pro!). Will change the config and test it with the filament_switch_sensor instead of filament_motion_sensor.

TheFeralEngineer commented 9 months ago

You need the motion sensor setting on the 3 standard or it'll give you issues

On Tue, Oct 10, 2023, 8:15 AM Mark Oswald @.***> wrote:

I have the same issue on my Neptune 3 (not pro!). Will change the config and test it with the filament_switch_sensor instead of filament_motion_sensor.

— Reply to this email directly, view it on GitHub https://github.com/TheFeralEngineer/Klipper-for-Elegoo-Neptune-series-3D-Printers/issues/1#issuecomment-1755260477, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARUZ2LNWFHXUVWJESSP6KZDX6U34LAVCNFSM6AAAAAAUHV3I5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJVGI3DANBXG4 . You are receiving this because you commented.Message ID: <TheFeralEngineer/Klipper-for-Elegoo-Neptune-series-3D-Printers/issues/1/1755260477 @github.com>

mroswald commented 9 months ago

Sorry for the noise then!

TheFeralEngineer commented 9 months ago

If you're having issues on the 3, take the sensor apart and check for buildup inside of it and/or a stuck encoder wheel

On Tue, Oct 10, 2023, 10:21 AM Mark Oswald @.***> wrote:

Sorry for the noise then!

— Reply to this email directly, view it on GitHub https://github.com/TheFeralEngineer/Klipper-for-Elegoo-Neptune-series-3D-Printers/issues/1#issuecomment-1755528243, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARUZ2LIEBQWE5QTQMNL5WCTX6VKXLAVCNFSM6AAAAAAUHV3I5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJVGUZDQMRUGM . You are receiving this because you commented.Message ID: <TheFeralEngineer/Klipper-for-Elegoo-Neptune-series-3D-Printers/issues/1/1755528243 @github.com>

mroswald commented 9 months ago

I could finally make it work by increasing detection_length (default 7mm, I've upped to 50mm) and using the filament_motion_sensor (the settings you provided). Thanks!