Not clear on properly configuring M591 on Duet3/Toolboard...
-
The current firmware does not support filament monitors connected to tool boards. I plan to add this support in firmware 3.02. See https://duet3d.dozuki.com/Wiki/Duet_3_firmware_configuration_limitations.
However, you have connected the filament monitor to the main board, so this does not apply. The D parameter is the extruder number, the same as the D parameter in the M563 and M572 commands. If you have just one extruder, it should indeed be zero.
-
Thank you, Sir!
-
I've just realised a further problem. The filament monitor needs to be on the same board as the extruder motor driver, so that is can correlate the live motor movement commands with the filament motion. So I'm sorry, you will need to wait for the release 3.02 beta firmware before you can use a filament monitor with a tool board; and then you will need to connect it to the tool board.
-
@dc42 bummer! Ok thanks for the heads up and pre-empting further posts about my hair loss. :).
Looks like I will have to forgo it then - I am using an optical endstop and I believe I’m out of io options, given I also use a BLTouch on the toolboard.
-
@Nuramori said in Not clear on properly configuring M591 on Duet3/Toolboard...:
Looks like I will have to forgo it then - I am using an optical endstop and I believe I’m out of io options, given I also use a BLTouch on the toolboard.
Not necessarily, because it should be possible to use the TEMP1 input to connect the optical endstop.
What type of filament monitor do you have?
BTW on later tool boards we've added an extra input for an endstop switch (but that doesn't help you).
-
I may upgrade to a newer toolboard then, if I can change the wiring. I monitor the filament near the spool, not the printhead, so there’s a complication I suppose.
I made my own filament sensor using a lerdge optical endstop and slotted impulse wheel I drew up, together with a bond tech gear. Works really well.
-
@dc42
Hi, I just ran into the same issue but I do monitor filament right at the hermera. I am working on a rather large printer (900x900x800) and a filament out sensor is crucial. I hope you would be so kind to answer the following three questions so that I can figure out how to move forward:
When do you think 3.02 beta will be released?
Where can I find information on how to connect an end stop to Temp1?
Will the attached end stop work with the new firmware? I do have some optical switches laying around if there is no other way.Thanks in advance.
-
@jdumoulin said in Not clear on properly configuring M591 on Duet3/Toolboard...:
Where can I find information on how to connect an end stop to Temp1?
Will the attached end stop work with the new firmware?I think it should work in 3.0-RC12 if you connect a switch-type endstop across the temp1 pins and specify port "xx.temp1" in the M574 command, where xx is the CAN address. Let me know if it doesn't work.
-
@dc42 said in Not clear on properly configuring M591 on Duet3/Toolboard...:
I think it should work in 3.0-RC12 if you connect a switch-type endstop across the temp1 pins and specify port "xx.temp1" in the M574 command, where xx is the CAN address. Let me know if it doesn't work.
OK, I will work on that today. I think I need to upgrade to RC12 first. Thanks
-
@jdumoulin said in Not clear on properly configuring M591 on Duet3/Toolboard...:
I think it should work in 3.0-RC12 if you connect a switch-type endstop across the temp1 pins and specify port "xx.temp1" in the M574 command, where xx is the CAN address. Let me know if it doesn't work.
So far I have not been able to get it going. I am running Rc12 on the main board, RC11 on the tool board. I borrowed the Y end stop M574 command to see if I could see the trigger on webcontrol but no luck.
Config was M574 Y1 S1 P"20.temp1"