You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When allocating a simple switch based filament presence sensor, if the switch is on a mainboard and the extruder is on an expansion board the board address part of the pin allocation is stripped out, so the allocation is always attempted on the expansion board:
to reproduce:
M591 D0 P0
M591 D0
Extruder 0 has no filament sensor
M591 D0 P1 C"0.io3.in" S2
M591 D0
Simple filament sensor on pin 20.io3.in, enabled always, output low when no filament, filament present: yes
if a invalid pin (for the expansion board, valid for the mainboard is chosen:
When allocating a simple switch based filament presence sensor, if the switch is on a mainboard and the extruder is on an expansion board the board address part of the pin allocation is stripped out, so the allocation is always attempted on the expansion board:
to reproduce:
if a invalid pin (for the expansion board, valid for the mainboard is chosen:
The text was updated successfully, but these errors were encountered: