Open osresearch opened 4 days ago
https://github.com/evil-mad/EggBot/blob/c1afd8aca39d7158d685adcf16a204b661c6633f/EBB_firmware/app.X/source/ebb.c#L2071
Cut-n-paste error? This incorrectly rejects commands that only move axis 2 from a stand-still (zero initial gRate2 and gAccel2 but with non-zero gJerk2)
gRate2
gAccel2
gJerk2
Yes, I think so.
https://github.com/evil-mad/EggBot/blob/c1afd8aca39d7158d685adcf16a204b661c6633f/EBB_firmware/app.X/source/ebb.c#L2071
Cut-n-paste error? This incorrectly rejects commands that only move axis 2 from a stand-still (zero initial
gRate2
andgAccel2
but with non-zerogJerk2
)