No movement with any command
-
@o_lampe the white cable on the cl57t picture is the 4-lead cable
-
@o_lampe the wires are temporary bc i have to use wire that are like a couple of meters long for the real thing
-
You've bridged PUL+/DIR+/ENA+ on the driver side, but are they connected to 5V?
-
@zecreton It looks like the wire that takes 5V from 'DIR+' to the 'PUL+' terminal is not connected:
Disconnect the enable pins, these kind of drivers are usually enabled by default. Get it working, then sort out enabling.
The green power LED on the driver should be on, it is not in the picture. Is the driver getting power?
Please post your config.g.
Ian
-
@droftarts yes the driver is getting power, and i posted the config.g
-
@zecreton said in No movement with any command:
i posted the config.g
Please post the whole config as text/code, not as a picture. You can copy it from DWC and paste it in your reply.
And is the 5V to PUL+ connected? And have you tried disconnecting the ENA wires?
Ian
-
@droftarts idk why but i can't access dwc anymore even tho i haven't touched anything, i get this error: Error: M552: On-board firmware cannot process network-related commands when using an attached Single Board Computer␊
-
@zecreton yes the PUL+ was connected
-
@zecreton said in No movement with any command:
i get this error: Error: M552: On-board firmware cannot process network-related commands when using an attached Single Board Computer
Do you have a raspberry pi connected now?
-
@Phaedrux no
-
@zecreton You get this message when there's no SD card in the Duet, and it assumes that it is connected to a Raspberry Pi in SBC mode. I guess you're connected over USB? Send M122 to check if the SD card is recognised.
Check SD card and reading it: https://docs.duet3d.com/en/User_manual/RepRapFirmware/SD_card#troubleshooting-sd-card-issues
Ian
-
@droftarts the sd card was not correctly in the slot idk why, but now im getting an ip adress of 0.0.0.0 and even with the ethernet cable disconnected, it says it is enabled
-
Please copy and paste the text of your config.g into a post here.
-
@Phaedrux i can't access dwc
-
Remove the SD card from the Duet and use your computer to read the config.g file.
-
@Phaedrux oops sorry i forgot that
-
@Phaedrux ; Configuration file for RepRapFirmware on Duet 3 Main Board 6XD
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.5.3 on Tue Jun 25 2024 21:16:10 GMT-0400 (Eastern Daylight Time); General
G90 ; absolute coordinates
M83 ; relative extruder moves
M550 P"Duet 3" ; set hostname; Network
M551 P"Raphaelbreton2008" ; set machine password
M552 P0.0.0.0 S1 ; configure Ethernet adapter
M586 P0 S1 ; configure HTTP; Motor Idle Current Reduction
M906 I30 ; set motor current idle factor
M84 S30 ; set motor current idle timeout; External Drivers
M569 P0.0 S1 R0 T5:5:10:0 ; driver 0.0 goes forwards and requires an active-low enable signal (X axis)
M569 P0.1 S1 R0 T5:5:10:0 ; driver 0.1 goes forwards and requires an active-low enable signal (Y axis)
M569 P0.2 S1 R0 T5:5:10:0 ; driver 0.2 goes forwards and requires an active-low enable signal (Z axis); Axes
M584 X0.0 Y0.1 Z0.2 ; set axis mapping
M350 X16 Y16 Z16 I0 ; configure microstepping without interpolation
M92 X80 Y80 Z400 ; configure steps per mm
M208 X0:1200 Y0:200 Z0:200 ; set minimum and maximum axis limits
M566 X900 Y900 Z12 ; set maximum instantaneous speed changes (mm/min)
M203 X6000 Y6000 Z180 ; set maximum speeds (mm/min)
M201 X500 Y500 Z20 ; set accelerations (mm/s^2); Kinematics
M669 K0 ; configure Cartesian kinematics; Endstops
M574 X1 P"io0.in" S1 ; configure X axis endstop
M574 Y1 P"io1.in" S1 ; configure Y axis endstop
M574 Z1 P"io2.in" S1 ; configure Z axis endstop -
Are you able to connect to the Duet via USB cable and use terminal software like YAT to send commands to it?
described here: https://docs.duet3d.com/en/How_to_guides/Getting_connected/Getting_connected_to_your_Duet#h-2-connect-your-duet-via-usb
-
@Phaedrux yes
-
What happens if you follow along with the rest of that "Getting connected" guide?