I have even noticed a change in the motor sounds when using a usb mouse with just wiggling
- don't / quit playing with your mouse

.......what happens when you do the driver test and move the mouse around as i would bet that
you will see a bunch of spikes, which are interuptions to the pulsing, which when doing that will screw up the pulse stream to the drives.
Same for changing the feedrate.
G203V current resistor is set to give 6amp/
-what are the motors rated for...a stepper can behave rather koofy when the amp rating is too high ( trust me as i have four machines, different motors and need to switch the amp selection on the dirves for them to work correctly)
motor dialog vs gcode
Co-ordinated Linear Motion (Section 10.1.5 in manual)
Co-ordinated linear motion - each axis moves at constant speed and all axes move from their starting positions to their end
positions at the same time, also defined as control the axes so that, at all times, each axis has completed
the same fraction of its required motion as the other axes
- IE; any two axes ( x,y or z ) produces motion in a straight line
- the motion can be done at prevailing or rapid feedrate and may default to the slower axis feedrate
FEEDRATE ( unless G93 is used ) Section 10.1.6 in manual
1. X, Y, Z + A, B, C - without simultaneous rotation - F =length / minute ( along the linear path )
2. X, Y, Z + A, B, C - with simultaneous rotation - F =length / minute ( for the XYZA combination linear path ~ modified F
based on a diameter)
3. X, Y, Z + A or B or C - with simultaneous rotation - F= Degrees / minute of A or B or C
3. X, Y, Z + A B C F= Degrees / minute using a blended ABC / conceptual angular motion
for total time
3 Feed Rate Modes - ( Section 10.7.25 in manual )
G93 - inverse time feed rate - F = 1/F# minutes ( if the F number is 2.0, the move should be completed in half a
Minute)
- if active, an F word must appear on every line which has a G1, G2, or G3 motion
- an F word on a line that does not have G1, G2, or G3 is ignored.
- does not affect G0 (rapid traverse) motions.
It is an error if: inverse time feed rate mode is active and a line with G1, G2, or G3
(explicitly or implicitly) does not have an F word
G94 - units per minute feed rate F= inches / minute, mm / minute, or degrees / minute, determined by length units are being
used and which axis or axes are moving
G95 units per rev feed rate F= number of inches / mm / degrees per spindle revolution, determined by what length units
are being used and which axis or axes are moving.
RICH