Newbie: New Install on Ender 5 Plus---Willing to PAY$$$
-
@Phaedrux said in Newbie: New Install on Ender 5 Plus---Willing to PAY$$:
M98 P"config.g"
11/16/2020, 1:23:54 AM M98 P"config.g"
HTTP is enabled on port 80
FTP is disabled
TELNET is disabled
Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365CI have that little daughter board connected for the bed heat. Looks like a relay board. Bed heat output on D3D connects to smaller board. Looks like the bed heat output triggers that smaller board. But if you think I should connect the bed straight to bed out on D3D I will
-
@shatty said in Newbie: New Install on Ender 5 Plus---Willing to PAY$$:
11/16/2020, 1:13:31 AM Warning: motor phase B may be disconnected reported by driver(s) 2
11/16/2020, 1:13:26 AM Warning: motor phase B may be disconnected reported by driver(s) 2
11/16/2020, 1:13:22 AM Warning: motor phase B may be disconnected reported by driver(s) 2
11/16/2020, 1:13:17 AM Warning: motor phase B may be disconnected reported by driver(s) 0 1 2this indicates that your wiring of the phases are incorrect.
-
@Veti said in Newbie: New Install on Ender 5 Plus---Willing to PAY$$:
@shatty said in Newbie: New Install on Ender 5 Plus---Willing to PAY$$:
11/16/2020, 1:13:31 AM Warning: motor phase B may be disconnected reported by driver(s) 2
11/16/2020, 1:13:26 AM Warning: motor phase B may be disconnected reported by driver(s) 2
11/16/2020, 1:13:22 AM Warning: motor phase B may be disconnected reported by driver(s) 2
11/16/2020, 1:13:17 AM Warning: motor phase B may be disconnected reported by driver(s) 0 1 2this indicates that your wiring of the phases are incorrect.
I triple checked them. I compared from the stock board to the D3D. I will check again
-
@Veti
so just Extruder,x and y? And just the B phase? -
As it's only one phase of each driver that's reported as disconnected, a likely cause is a bad crimp connection.
-
M584 X0 Y1 Z2
x y z, presumably you have not moved the extruder.
the stock board config does not matter, as each board has different layouts.
did you follow the guide to find the phases of the motors?
-
@Veti The stock board has the terminals labeled for the ab and 12. I compared them to D3D and it was good.
-
@shatty Motors are 6 pin. The 2 inner and 2 outer are used. Dunno if that matters
-
thats normal
-
This post is deleted! -
@shatty said in Newbie: New Install on Ender 5 Plus---Willing to PAY$$:
@Veti The stock board has the terminals labeled for the ab and 12. I compared them to D3D and it was good.
If you used the same wiring order for the stepper motor connectors on the Duet as they were on the old board, then it should be correct. All boards that I know of put the wires for one phase at one end of the connector, and the other phase at the other end.
If you did have the phases incorrectly wired, the error messages would be different.
So IMO the most likely cause is a bad crimp connection. I suggest you use a multimeter to measure the resistance of each phase from the connector on the Duet.
-
OK what about homing? It keeps trying to go past the limits. Every direction. Where do i move manually the axis?
-
I havent received any errors for the phases lately
-
M98 P"0:/macros/01-Test_IR_PD_Homing"
Error: in file macro line 12 column 30: M906: array too long, max length = 1
Warning: Obsolete use of S parameter on G1 command. Use H parameter instead. -
The endstops are not telling the unit to stop moving. It hits the endstop switch and it still tries to move in that direction. But the endstops are functioning because I went to settings and machine specific and when i press them, the value changes
-
This post is deleted! -
@shatty said in Newbie: New Install on Ender 5 Plus---Willing to PAY$$:
11/16/2020, 1:13:16 AM Warning: Obsolete use of S parameter on G1 command. Use H parameter instead.
this means that your homing files were created for an old version of the firmware.
please generate new ones from the configurator.
-
@Veti everything came from same zip. Every file except config.g and *.txt have same time stamps
-
post your homeall.g
-
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Sun Nov 15 2020 03:22:47 GMT-0500 (Eastern Standard Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-355 Y-355 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
G1 H2 X5 Y5 F6000 ; go back a few mm
G1 H1 X-355 Y-355 F360 ; move slowly to X and Y axis endstops once more (second pass)
G90 ; absolute positioning
G1 X-1.3000000000000007 Y1 F6000 ; go to first bed probe point and home Z
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioning