Filament runout only for active tool
-
Hey guys,
Is there a way to assign an filament run-out sensor to a specific tool. Reason is that I get filament run-out error even if the tool is not used in the current print.
Thanks guys
-
@taconite You can enable and disable the corresponding filament sensors in your tfree/tpost.g files using
M591 Dnnn S0/S1
. See https://duet3d.dozuki.com/Wiki/M591#Section_M591_RepRapFirmware_3_x.tfree*.g
is executed when the current tool is deselected andtpost*.g
is executed when a tool has been selected.