So close...Extruder connected to Toolboard won't budge.
-
Error: M569: Board 121 received unknown msg type 50 Error: M350: Board 121 received unknown msg type 50 Error: M906: Discarded msg src=121 typ=4510 RID=11 exp 14 Discarded msg src=121 typ=4510 RID=11 exp 14 Discarded msg src=121 typ=4510 RID=12 exp 14 Board 121 received unknown msg type 6021 Discarded msg src=121 typ=4510 RID=15 exp 16 Warning: M307: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C Warning: M955: Command is not supported Error: M591: Remote ports not yet supported by this command
definitely some errors.
@arcadekilla said in So close...Extruder connected to Toolboard won't budge.:
RepRapFirmware for Duet 3 MB6HC version 3.01-RC9 running on Duet 3 MB6HC v1.01 or later
@arcadekilla said in So close...Extruder connected to Toolboard won't budge.:
Duet Control Server v3.1.1
@arcadekilla said in So close...Extruder connected to Toolboard won't budge.:
Duet TOOL1LC firmware version 3.3 (2021-06-15 16:12:58)
Your firmware versions are totally mismatched. How are you updating?
-
@phaedrux I ended up redoing the firmware as I was having communication issues. This might be the source of my issues.
-
Yes make sure the firmwares are all on 3.3 and that DCS matches as well.
Using the pi you should be able to update using sudo apt update and sudo apt upgrade but the main firmware of 3.01 RC9 may be problematic to update. If that's the case, you can try manually flashing the firmware for 3.3 using USB to get it back in sync.
-
Alright! Doing a lot better. I am getting communication and no errors now. Only issue now is I am only getting vibrations and no movement from any extruder commands.
-
Check the wiring for the extruder.
Check the steps per mm and motor current settings.If you send M98 P"config.g" now do you still get errors?
-
Wiring looks as pretty good.
M98 P"config.g" Error: M552: Network-related commands are not supported when using an attached Single Board Computer CORS disabled CORS disabled CORS disabled Accelerometer 121:0 with orientation 12 samples at 1344Hz with 10-bit resolution
-
@arcadekilla said in So close...Extruder connected to Toolboard won't budge.:
Only issue now is I am only getting vibrations and no movement from any extruder commands.
That usually means one of three things:
-
The motor windings are not correctly phased. Check the phasing on the connector that plugs into the tool board, as described at https://duet3d.dozuki.com/Wiki/Choosing_and_connecting_stepper_motors#Section_Identifying_the_stepper_motor_phases. The two wires at one end of the connector should belong to one phase, and the two wires at the other end to the other phase.
-
You have a bad crimp connection in the motor wiring. If you do the phase check described above, this may identify a bad crimp.
-
The stepper driver on the tool board has partially failed.
-
-
@arcadekilla said in So close...Extruder connected to Toolboard won't budge.:
; Network M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet
You'll need to remove these when using SBC move since networking is handled there.
-
@dc42 Windings are correct. Plug seems good enough after re-crimping. Going to attempting to see if it will drivee a different stepper. How do I get the toolboard warrantied if it is dead? It's the only thing keeping this machine from running.
-
Let us know if the new motor works.
-