nickmitchko / Octoprint-Filament-Reloaded

GNU General Public License v3.0
9 stars 13 forks source link

Question: Supported Filament Sensors #6

Closed joshuajmlee closed 4 years ago

joshuajmlee commented 4 years ago

I can't find any lists or any documentation anywhere to answer this question, so I'm hoping this is a good place to ask. Does anyone have a list of sensors that the raspberry pi and octoprint support for this plugin?

ssorgatem commented 4 years ago

Anything that opens or closes a circuit is supported. You just need to wire it properly and configure it accordingly (the pullup/pulldown resistor setting + whether it is a normally open or normally closed sensor).

joshuajmlee commented 4 years ago

Anything that opens or closes a circuit is supported. You just need to wire it properly and configure it accordingly (the pullup/pulldown resistor setting + whether it is a normally open or normally closed sensor).

Perfect, thank you!