MK3S Filament sensor style Maestro?
-
Hi guys
What is the proper g-code for a MK3S filament sensor? I do have it hooked to a 5v source, took it off the Panel display!!Thanks
-
G591 D0 P1 Ce0stop S1? 2.02 firmware E0 (only one extruder)
-
no help?
-
@cabal2000 I'm not sure if this helps, because I have a duet2wifi RRF311, but here is my config.g line for it:
; Filament Sensor M591 D0 P2 C"e0stop" S1 ; Filament Runout Sensor
D0: Dnn Extruder drive number (0, 1, 2...),
P2: Pnn Type of sensor: 2=simple sensor (low signal when filament present)
S1: Sn 1 = enable filament monitoring when printing from SD card.
C"e0stop" Pin name the filament sensor is connected to (RRF_3 only), see Pin NamesThe wiring guide I made might help, you can find it here:
https://github.com/rkolbi/RRF-machine-config-files/tree/master/Prusa MK3sCheers,
Kolbi -
@Kolbi said in MK3S Filament sensor style Maestro?:
; Filament Sensor M591 D0 P2 C"e0stop" S1 ; Filament Runout Sensor
THANK YOU VERY MUCH!!!!
Is there anything else that I need in the start gcode? -
@cabal2000 That's all you need in your config.g to get it working. You can take a look at my sd-card dump to see how it's used in other files here: 17AUG2020-dump.pdf or on my GitHub.
-
@Kolbi Thank you so much, I REALLY do appreciate it.
-
@cabal2000 No worries at all, glad I could help!
-
@cabal2000 said in MK3S Filament sensor style Maestro?:
no help?
Sorry you got missed. Thanks for bumping it. Glad you got it sorted out.
-
@Phaedrux All working!!! Thanks