It works. I hate RealTek. Even with the r8618_dkms driver it doesn't work. I bought a Intel network card, set irq coalesce rx-usecs and tx-usecs to 0. Now it works works WORKS. No lost packages, no delayed packages. I hate RealTek

This commit is contained in:
Hakan Bastedt
2024-03-20 17:06:24 +01:00
parent d4fed6cfe8
commit 8f26a10224
3 changed files with 3 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ void handleStepper(void)
timeDiff = 1000 * (reallyNowTime - reallyThenTime);
nLoops = round(double(timeDiff) / double(StepGen2::sync0CycleTime));
reallyThenTime = reallyNowTime;
nLoops=1;
Step1.enabled = true;
Step1.commandedPosition = Obj.CommandedPosition1;
Step1.stepsPerMM = Obj.StepsPerMM1;