I'm not sure what you mean exactly. Both in the board and the schematic there are four diodes per axis facing from pins 1,3,6,8 towards the motors which are connected to the green terminals, to answer your previous question. Pins 2 and 5 on the connectors are common, so if you have a 5 wire motor you leave one unused. I'm pretty sure I got it right since it works.
The 4k& networks are 1+7, pin 1 goes to the square on the layout picture (I overlaid the layout on the PCB and printed it, it really helps).
My TurboCNC settings are:
[AXIS1]
Designator=X
StepIncrement=0.001000000000
IsLinear=True
IsStep/Dir=True
PortAddress=$378
StepPin=2
IsActiveLow=False
Pulsewidth=15
DirPin=3
LowIsPositive=False
Acceleration=1500.000000000000
StartSpeed=400.000000000000
MaxSpeed=2500.000000000000
Fast_Jog=500.000000000000
Slow_Jog=50.000000000000
HomePosition=0.000000000000
HomeInPositiveDir=false
InvertJogKeys=NO
[AXIS2]
Designator=Y
StepIncrement=0.001000000000
IsLinear=True
IsStep/Dir=True
PortAddress=$378
StepPin=4
IsActiveLow=False
Pulsewidth=25
DirPin=5
LowIsPositive=False
Acceleration=2500.000000000000
StartSpeed=500.000000000000
MaxSpeed=5500.000000000000
Fast_Jog=500.000000000000
Slow_Jog=50.000000000000
HomePosition=0.000000000000
HomeInPositiveDir=false
InvertJogKeys=NO
[AXIS3]
Designator=Z
StepIncrement=0.001000000000
IsLinear=True
IsStep/Dir=True
PortAddress=$378
StepPin=6
IsActiveLow=False
Pulsewidth=25
DirPin=7
LowIsPositive=False
Acceleration=2500.000000000000
StartSpeed=500.000000000000
MaxSpeed=5500.000000000000
Fast_Jog=500.000000000000
Slow_Jog=50.000000000000
HomePosition=0.000000000000
HomeInPositiveDir=false
InvertJogKeys=NO
This is a part of my Turbocnc.ini file. I haven't tried to find the best setting for speed and acceleration yet. Also as you can see I've tried a pulsewidth of 15 and 25 ms, both work fine and I think it can go lower (for better performance).
Hope that helps,
Nikolas