Closed yunfan closed 5 years ago
Hey did you check if there is microstepping active (jumpers below the stepper drivers)? I'm just asking because if its active, steps are beeing divided and a lower speed is the result. When you replaced the arduino (with the ramps I guess) you used one which had no jumpers connected.
@AscendFB thanks for the information, i'll ask them to check that. also i notice that the newest firmware's version is 5.x , but it looks this repo only have 4.x code, so what were you guys updated? when will you release the code?
@AscendFB also confirmed that our farmbot dont have divided enable
Closing due to inactivity.
hi my friend bought a farmbot genesis, and found it moved too slow, well, if we replace the builtin arduino board to another one, they will become extreming fast, but lost acurracy.
currently i tried connect to that arduino directly with my pc and send gcode and other commands via serial console. the problem is they just act too slow while using G00 and G01.
i tried to add a duplicate
PORTF |= B00000001;
inStepperControlAxis::setMotorStepWrite54
and it made the x axis moved faster twice, but it might not the a right solution, just need some technical expanation