New Board New Problem
-
Hi again,
today arrive my second duet wifi board here i have the problem that the Y motor rattles from the first start on ( i use the Core X/Y )
The cable and the motor is good i have Checked it with the X motor Driver.
The Firmware i have Ubdatet from 1.19 to 1.19.2 without any successIs there a trick to get it to work ? or is it possible to konfigure the e1 port to y ?
Here My Config file which has worked fine with my first duet board:
; General preferences
M111 S0 ; Debugging off
G21 ; Work in millimetres
G90 ; Send absolute coordinates…
M83 ; ...but relative extruder moves
M555 P2 ; Set firmware compatibility to look like MarlinM667 S1 ; Select CoreXY mode
M208 X-6 Y0 Z-1.5 S1 ; Set axis minima
M208 X400 Y400 Z450 S0 ; Set axis maxima; Endstops
M574 Z1 S0 ; Define active low and unused microswitches
M574 X1 Y1 S1 ; Define active high microswitchesM558 P1 X0 Y0 Z0 H5 F120 T6000 ; Set Z probe type to unmodulated, the axes for which it is used and the probe + travel speeds
G31 P600 X0 Y0 Z2.5 ; Set Z probe trigger value, offset and trigger heightM557 X15:390 Y15:390 S50 ; Define mesh grid s war 20
; Drives
M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S1 ; Drive 3 goes forwards
M350 X Y32 Z32 E16 I0 ; Configure microstepping without interpolation
M92 X160 Y160 Z2178 E447:447; Set steps per mm Z2145 war 158M566 X900 Y900 Z12 E120 ; Set maximum instantaneous speed changes (mm/min)900 900 e 120
M203 X6000 Y6000 Z1200 E2400 ; Set maximum speeds (mm/min) E war1200 9000 6000
M201 X700 Y700 Z250 E250 ; Set accelerations (mm/s^2) war 700,700
M906 X1300 Y1300 Z1300 E1300 I30 ; Set motor currents (mA) and motor idle factor in per cent e 1100
M84 S30 ; Set idle timeout; Heaters
M143 S285 ; Set maximum heater temperature to 260C
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M305 P1 T100000 B4725 C7.06e-8 R4700 ; Set thermistor + ADC parameters for heater 1; Tools
M563 P0 D0 H1 ; Define tool 0
G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0CM563 P1 D1 H1 ; define tool 1
G10 P1 S0 R0 X0 Y0 ; set tool 0 temperatures and offsets; Network
M550 Phypercube ; Set machine name
M552 S1 ; Enable network
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet; Fans
M106 P0 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T35 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on; Custom settings are not configured
-
You can use M584 Y4 E3 to use the E1 output to drive the Y motor. Put earlier in config.g then your M350 and M906 commands.
In this command in your config.g listing:
M350 X Y32 Z32 E16 I0 ; Configure microstepping without interpolation
the value for microstepping after the letter X is missing.
-
hello,
thank you very mutch !!! with the canged Port it works for now.
This means the Y Port is death? on a new board? -
hi it does sound like it might be. can you get in contact with who you bought it from (if it was here then email info@duet3d.com) to help further.
Cheers
Tony