Newbie: New Install on Ender 5 Plus---Willing to PAY$$$
-
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 -
-
Recycling is tomorrow. Is the printer recyclable?
-
@Veti Dunno
E5Plus
Send code...
Status
Idle
Mode: FFF
Tool Position
X
0.0
Y
0.0
Z
0.00
Extruder Drives
Drive 0
0.0
Speeds
Requested Speed
0 mm/s
Top Speed
0 mm/s
Sensors
Vin
24.3 V
MCU Temperature
25.9 C
Z-Probe
0
Tools
Extra
Control All
Tool Heater Current Active Standby
Tool 0
T0 - Load Filament Heater 1
off 22.4 C
0
0
Bed Heater 0
off 21.9 C
0
0
Temperature Chart
Macros Directory
0:/macros/01-Test_IR_PD_Homing
; Test Routine for Duet WiFi and Ethernet June 2018 - Check IR Probe, PanelDue and endstops;Start logging
M929 P"test1log.txt" S1M117 CHECK IR PROBE & PANELDUE THEN PRESS X ENDSTOP.
M577 X S2 ; wait for endstop to trigger
M577 X S0 ; wait for endstop release;----setup motors for test----
M906 X2000 Y2000 Z2000 E2000:2000 I100 ;set all motors to 2A with no idle current reduction;----homing line (tests endstops)----
M117 PRESS ALL THREE ENDSTOPS TO END HOMING
G91 ; use relative positioning
G1 S1 X3200 Y3200 Z3200 F9000 ; move XYZ motors, stopping when endstops are triggered
;----end homing lines----M117 GO ON TO TEST 02
-
The endless moving happens when I press home all and each axis independently
-
@shatty
please dont use that macro, its not for your printer