Duet RRF3 Filament Runout Sensor Pause
-
@Phaedrux hey. Its a lerdge style frs.
Config.g
Endstops
M574 D0 S1 P"e0stop" ; configure active-high endstop for low end on C via pin E1stop; Filament Runout
M591 D0 P1 C"e0_stop" -
-
Thanks. I read this before. But its still not going into Pause if running out of filament.
Any Suggestionen?
-
@Phaedrux sensor Lights green when filament is loaded. Rf3 knows correct status (loaded or unloaded) but still no Pause
-
Are you printing files from the internal SD card or via USB and octoprint or some other gcode sender, S3D perhaps?
Filament monitoring only works over SD card print.
I'm not familiar with the lerdge sensor. Do you have a link?
Do you have a pause.g file in your sys folder?
-
Yes i have a Pause. G in sys
This is the sensor:https://www.amazon.de/dp/B07FSXFPLD/ref=cm_sw_r_cp_apa_fabt1_PLxSFb14RC5MT?_encoding=UTF8&psc=1
I upload every print Codes on sdcard
-
@chop said in Duet RRF3 Filament Runout Sensor Pause:
@Phaedrux hey. Its a lerdge style frs.
Config.g
Endstops
M574 D0 S1 P"e0stop" ; configure active-high endstop for low end on C via pin E1stop; Filament Runout
M591 D0 P1 C"e0_stop"Maybe i have to write a "s1" into m591 command..... !?
-
You are for sure using RRF3? Send M115 to verify.
How have you wired the 3-wire switch?
@chop said in Duet RRF3 Filament Runout Sensor Pause:
Maybe i have to write a "s1" into m591 command..... !?
I don't think you need the M574 command at all, since you're defining the pin in M591. Remove the M574 entirely.
The only thing I would think to test would be P1 for high switch or P2 for low switch.
-
Its working. It Was just the S1. After putting in. It works fine. Yeah rrf3.
-
@chop with s1 its enabled. Without anything ots disabled