Quote
mosci.to
nonaym,
did you actually find a solution to that problem?
I'm stuck exactly at the same point.
Cheers
mosci.to
I am now using an updated Marlin firmware from the printer manufacturer (Type A Machines) that seems to have eliminated the issue... BUT, before trying their latest firmware I do believe that I resolved this issue by changing the following line in Configuration.h in Marlin from:
#define DEFAULT_MAX_FEEDRATE {500,
to:
#define DEFAULT_MAX_FEEDRATE {500, 250, 12.5, 500}
This seemed to slow the movement down enough to prevent the skipping I was experiencing, without causing any negative side-effects.
I hope this helps!