@dc42 can i have an answer please?
Posts made by zecreton
-
RE: No movement with any command
@dc42 do you think there is a person i could pay to come see it irl and fix the problem?
-
RE: No movement with any command
@dc42 M17 and M18 don't change anything, the rotor stays locked even with the ena disconnected
-
RE: No movement with any command
@droftarts yes the x position does show the change
-
RE: No movement with any command
@Phaedrux it is in the active enable position
-
RE: No movement with any command
You have used an upper case letter 'o' for the P parameter, it should be a zero
0
. Did it not report an error? Should be:
M569 P0 R1
Ian
i made an error in the message but i did send M569 P0 R1, sorry
-
RE: No movement with any command
@Phaedrux yea,i get the same thing on the driver side
-
RE: No movement with any command
@Phaedrux i can see a 5v signal when no command is sent, but it drops to 0v when i send a signal, is that normal?
-
RE: No movement with any command
@Phaedrux yea i already changed it to high
-
RE: No movement with any command
@Phaedrux i tested with a multimeter and i can see that in the driver entry, the pul and dir are receiving power, but not the enable, and on the output i don't know what to test
-
RE: No movement with any command
@Phaedrux nvm i don't know what was the problem but i just powered it on and thew ethernet works fine
-
RE: No movement with any command
@Phaedrux yea sorry i didn't have the time to check, do you have the guide?
-
RE: No movement with any command
@Phaedrux it is plugged with a ethernet cable in the router
-
RE: No movement with any command
@Phaedrux i doesn't work bc when i send M552 S1 P0.0.0.0, it answers with just ok, and when i send M552, i can see that it gave 0.0.0.0 as an ip address
-
RE: No movement with any command
@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