VoronDesign / Voron-0

Voron 0 CoreXY 3D Printer design
GNU General Public License v3.0
1.37k stars 386 forks source link

V0.2r1 manual page 104: Filament sensor switch should be wired as Normally Open #330

Closed Kagee closed 9 months ago

Kagee commented 10 months ago

For the filament sensor the pressed switch is the CONTINUE/RUN condition, while a non-pressed switch is the ERROR/STOP.

For endstops this is reversed. A pressed switch is the ERROR/STOP condition, while a non-pressed switch is the CONTINUE/RUN condition.

A closed loop should be correct condition - filament present (and no brokens wires). The error condition - filament missing (or broken wire) will be the open loop. The button is pressed (to the non-normal-position) when there is filament. Thus one should use Normally Open for the filament sensor.

nemgrea commented 9 months ago

https://github.com/VoronDesign/Voron-0/pull/337