6HC+2x 3HC+SBC. 3.2 Crashes at high print speed.
-
@dc42 power distribution is stable: 120.4 at source, 24.1 at the power supply tested while printing and when it failed again. going back to version 3.1 as I dont remember having that issue then.
-
@jrockland said in 6HC+2x 3HC+SBC. 3.2 Crashes at high print speed.:
--Why 2 power supply : at first I tough I was running out of amps when everything was kicking together.. actually helped when I added the second one.
Is it possible the first power supply was having issues browning out?
-
@Phaedrux I tested both while running and they are stable and way underload.
I added a second power supply because of that exact issue where I taught I was running out of power.We also tried with my friend marlin's boards (using the same power supply) and we have no issue. I can push it twice as fast without any power loss.
I will be flashing those board with klipper and see if it is firmware related, if it is the board I guess I will have to learn how to program marlin and go with their board.
-
@Phaedrux when we pulled out the marlin board we realised the main difference was the grounding; the exp boards dont have any external grounding connection.
I added grounding using io0 gnd on each ext board and it fixed the issue of the main board shutting down.
I still have issue with the ext board loosing connection for a sec under high load (not high power, just when they receive lots of commands: If I do a giant square it work good but a giant circle make them fail).
But I think moving Z motors to the ext board and x/y back to the main should solve that. -
@jrockland said in 6HC+2x 3HC+SBC. 3.2 Crashes at high print speed.:
@Phaedrux when we pulled out the marlin board we realised the main difference was the grounding; the exp boards dont have any external grounding connection.
I added grounding using io0 gnd on each ext board and it fixed the issue of the main board shutting down.
I still have issue with the ext board loosing connection for a sec under high load (not high power, just when they receive lots of commands: If I do a giant square it work good but a giant circle make them fail).
But I think moving Z motors to the ext board and x/y back to the main should solve that.It's not normally necessary to add extra grounding to expansion boards if they are powered from the same PSU as the main board. However, we have found one situation in which CAN connection can be disrupted. In summary:
If you use a high powered bed heater powered directly from the Duer 3 MB6HC main board, then either:
- Use very short and thick wires between then Duet 3 MB6HC and the PSU; or
- Connect the PSU to the Duet 3 MB6HC, then daisy-chain the expansion board power wires from the MB6HC power connections, instead of running them direct from the PSU.
-
@dc42 O im still far from the heated bed. Still have to get those 3hc to work properly.
-
@dc42 I did manage to get the 4 z axis to work with an inductive sensor on 2 different 3HC boards, wouldn't work before the last update. Good job with that !
I used one of the fan output (out6) as power for the sensor (running 12v.. still have to figure the hz but it work anyway) instead of the 12v output on the 6HC, and used io1 instead of io7 from the 6HC.
Configured it as a normal endstop as it wouldnt read it as a z-probe (no more mesh bed leveling.. but I wasnt a fan anyway because of the constant Z movement causing issue because of the size of my machine..)I was not sure about sending 12v to that io port but it was already like that on the 6hc as described in your setup manual.. so I guess it is fine. My inductive sensor probably just send about 3v out anyway.
-
@jrockland said in 6HC+2x 3HC+SBC. 3.2 Crashes at high print speed.:
Configured it as a normal endstop as it wouldnt read it as a z-probe
It should have worked if configured as a Z probe, type 8.
-
@dc42 I will give a try, but as it work now I wont touch it (the board isn't the part im testing and I have to finish testing my latest gantry/extruders..)
I also ordered 2x (actually 5 but 2 for that printer) 1500w 24v power supply, 1 for the boards and 1 for the beds when they will be added. that should clear any chance that power was an issue. -
@dc42 I managed to get it up to 250mm/s before having a memory crash error ( I should had written it down..) but moving 4 stepper + extruding + sending code to the 2x3hc boards at that speed will create issue for sure... and I was also doing a shape, not a square so the file was heavy.. poor board he is getting worked hard. nothing blew up tho !