Hiccups on 3HC expansion board
-
I think that's an issue with the expansion board firmware. I have an update planned. I'll try to get a beta available later today.
-
@jay_s_uk I'll try later and see if I have any similar issues. The filament being fully retracted is usually caused by having an extruder move like G1 E-5 but that move being with the firmware set to expect absolute extrusion whereas the slicer is set to relative. So instead of retracting by 5mm, it retract to the position of 5mm from when the extruders was set to zero which is usually at the start of the print.
That might explain your other problems too. If your slicer is set to produce relative extruder moves, make sure that you have M83 in your configuration file to "tell" the firmware this is the case. Conversely, if your slicer is set to produce absolute extruder moves, make sure your configuration has M82 rather than M83.
-
@dc42 said in Hiccups on 3HC expansion board:
I think that's an issue with the expansion board firmware. I have an update planned. I'll try to get a beta available later today.
I meant the hiccup issue, not the filament retraction.
-
@deckingman
I've check the gcode file and I'm definitely in relative mode.
If extrude steps are being missed but retraction steps aren't, that would manifest itself as eventually the filament being fully retracted.
I will report back as soon as dc42 releases a beta for testing -
@jay_s_uk Yes, but is your firmware configured to expect relative moves? Do you have an M83 in your configuration file. If so, is there an M82 anywhere else that could override it? i.e. in your start gcode or config-override.g.
-
I have M83 in my config, an M82 at the start of my gcode and then a switch straight back to M83.
Its setup the same as my other machines. -
OK, so I just tried a few G10/G11 cycles to exercise my extruders. To be clear, the reason why I did that is that I can't run a print right now so have no other way of exercising the extruders. Also firmware retraction happens at a much faster speed than "normal" extruder moves and exercises all 6 extruders simultaneously.
After about 20 cycles, I ran M122 B1 and the result shows zero hiccups. My steps per mm are around 410, micro-stepping is 16X. Firmware retraction is set to use a feedrate of 3600.
So I don't think this is a firmware issue. Also, I did manage to get a print out of my machine yesterday using 3 extruders in mixing mode which wasn't half bad.
-
@dc42 any update on a beta build to sort the hiccups out? I'm happy to carry out testing etc
-
It's built, but I've not had a chance to test it yet.
-
@jay_s_uk Have you managed to sort out why the filament gets fully retracted at the end of the print? Are you absolutely sure that there are no problems with your configuration or the gcode file that you are trying to print?
-
@deckingman
It's not at the end of the print, its mid print.
And I use the same sliced files on all my other machines which run duets -
@jay_s_uk Perhaps you have a blocked, or partially blocked nozzle, causing the extruder to skip steps on extrusion moves but not on retraction moves? I've only done limited printing with my experimental hot end, but I can't replicate your problem.
Edit. Try disconnecting the filament from the hot end and run that print again to see if you still get hiccups.
-
@deckingman
I'm running a print now without filament and I'm still getting hiccups -
@jay_s_uk What does extruder movement look like? Normal or erratic? Can you upload the gcode file somewhere and post a link to it. I should have my machine back together soon so I can try running your file and see if it gives me the hiccups too
-
Hmm, I've swapped from driver 1 to driver 2 and the problem has gone away. -
For info, I've just finished a print of about half an hour, ran an M122 part way through and another at the end - no sign of any hiccups
-
Ok, the issue is still there after swapping drivers so ignore that
-
I'm sorry for the delay. The new firmware was affected by a chip feature that didn't cause a problem in a debug build but did in a release build. It's taken me more than half a day to track it down and fix it, and now I need to review and remove most of my earlier attempted fixes. I should have a beta tomorrow.
-
@dc42 no rush
-
I've put a binary of the new EXP3HC firmware at https://www.dropbox.com/s/7rqp6pul9ip3yam/Duet3Firmware_EXP3HC.bin?dl=0. Please monitor it carefully when using it, it's had only a little testing.