Firmware 3.0 and 2 Simple FilamentSonsors
-
Hello, i have connected 2 Simple Filamentsonsors on my Duet3D Board. The Led‘s shows On/Off when I take the Filament into the Sensors but i don’t have a Status Massage in the Webbrowser.
The Trigger always shows that is no triggert.I use the E0 and E1 endstops
Config.g
M591 P3 C"e0_stop" S1 ; filament monitor connected to E0_stop
What’s going wrong.
-
@CupaCabra You need a 'D' parameter, related to the extruder drive each filament sensor is connected to. If 'D0' is your first extruder drive, your command would be
M591 D0 P3 C"e0_stop" S1
. Then you can get the status of the filament sensor withM591 D0
.See https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M591_RepRapFirmware_Num_3
Ian
-
Thx 4 the fast helping I wil Do the test tomorrow and report.
-
Thx, it works
Awesome