Hi all,
I just acquired a DuetEthernet and I'm trying to configure it for my corexy printer (mzbot voron 1.5).
I get to move the x and y axes at F3600 but if I move them at F360 the movement becomes jerky and xy carriage begin to move diagonally.
My drive configuration is as follows :
M667 S1; Select CoreXY mode
M350 X16 Y16 Z16 E16: 16I1; Configure microstepping with interpolation
M92 X80 Y80 Z400 E608:608; Set steps per mm
M566 X1000 Y1000 Z100 E500: 500; Set maximum instantaneous speed changes (mm / min)
M203 X18000 Y18000 Z1000 E9000: 9000; Set maximum speeds (mm / min)
M201 X3000 Y3000 Z500 E3000: 3000; Set accelerations (mm / s ^ 2)
M906 X1500 Y1500 Z1500 E1500: 1500 I30; Set motor currents (mA) and motor idle factor in per cent
M84 S120
Firmware Name: RepRapFirmware for Duet Ethernet
Firmware Electronics: Duet Ethernet 1.0
Firmware Version: 1.19.2 (2017-09-01)
Web Interface Version: 1.19.3
I've tried to increase or reduce speed, acceleration, instantaneous speed changes, current (2.0A rated current/phase stepper motor) …
I calculated speed like this :
speed = (4 * pulley_teeth * supply_voltage)/(steps_per_rev * pi * inductance * current)
speed = (4 * 20 * 12)/(200 * 3.1418 * 0.003 * 1.7)
speed = 18000 mm/min
Do you know what can cause this ?
Thanks for your help.
Johann