Duet2 Firmware Upgrade Issue
-
@Bewaren said in Duet2 Firmware Upgrade Issue:
Nema 17 Specs:
Motor Type: Bipolar Stepper.
Step Angle: 1.8°
Holding Torque: 26Ncm(36.8oz.in)
Rated Current/phase: 0.4A.
Phase Resistance: 30ohms.
Inductance: 37mH+/-20%(1KHz)Does it have a model number?
Are your motors getting very hot?
-
@Bewaren M98
P"config.g"
HTTP is enabled on port 80
FTP is disabled
TELNET is disabled -
@Phaedrux Motors are cold to the touch
Motors model number is:
JK42HS40-1704-13A -
try increasing your motor current set in M906 to 1200
-
@Phaedrux Tried this and still getting the same error message
-
@Phaedrux It's also now giving me this error, not sure if it's possibly related?
20/04/2024, 18:20:07 Error: in file macro line 7: G1: Failed to enable endstops
-
@Bewaren said in Duet2 Firmware Upgrade Issue:
20/04/2024, 18:20:07 Error: in file macro line 7: G1: Failed to enable endstops
Sounds like your homing files are trying to use an endstop that doesn't exist. Post your homing files.
-
@Bewaren said in Duet2 Firmware Upgrade Issue:
@Phaedrux Tried this and still getting the same error message
Phase disconnected means that either the wiring isn't good, or the driver is internally damaged. I'd replace the wiring, particularly the crimps.
Are you still getting expected movement from the motors?
-
@Phaedrux Unfortunately I've checked the wires already and have replaced them all, the motors are moving as expected however when it's homing multiple axis at once (X and Y) it seems to encounter an issue and starts skipping on the belt.
I'm assuming it's a issue with the driver then?
If so I assume there's nothing I can really do to repair it? I'm running two Z motors and a X and Y so won't have a free one once I add the extruder also
Thanks again for the help!
-
@Phaedrux Yeah it's just clicked it'll be my Z axis, I've not set the bed up as of yet so don't even have those motors connected
-
Are you getting the driver warning from the driver that the Z axis is connected to?
-
@Phaedrux I don't have anything connected to the Z axis drivers currently
-
@Bewaren said in Duet2 Firmware Upgrade Issue:
I'm now getting a issue with Driver 2
'Warning: Driver 2 warning: phase A may be disconnected, phase B may be disconnected'
M584 X0 Y1 Z2 E3 ; set drive mapping
@Bailey-James said in Duet2 Firmware Upgrade Issue:
@Phaedrux I don't have anything connected to the Z axis drivers currently
Yes, but your error is coming from the driver defined for Z which you don't have anything connected to, which is what the error is telling you.