Still having the same problem, it must have something to do with jerk or acceleration. I can print out a circular vase with no problems, but if I put sharp corners in the vase I have the same problem again and the print will skip. It seems like if I decrease the overall speed to a snails pace it works but as soon as I pick up the overall speed the problem comes up again?
planner_queue_size 32 # DO NOT CHANGE THIS UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING
acceleration 100 # Acceleration in mm/second/second. was500
#z_acceleration 500 # Acceleration for Z only moves in mm/s^2, 0 uses acceleration which is the default. DO NOT SET ON A DELTA
acceleration_ticks_per_second 1000 # Number of times per second the speed is updated was 1000
junction_deviation 0.02 # Similar to the old “max_jerk”, in millimeters,
# Lower values mean being more careful, higher values means being
# faster and have more jerk
#z_junction_deviation 0.0 # for Z only moves, -1 uses junction_deviation, zero disables junction_deviation on z moves DO NOT SET ON A DELTA
#minimum_planner_speed 0.0 # sets the minimum planner speed in mm/sec
- Stepper module configuration
microseconds_per_step_pulse 1 # Duration of step pulses to stepper drivers, in microseconds
base_stepping_frequency 100000 # Base frequency for stepping, higher gives smoother movementwas 100000
- Cartesian axis speed limits
x_axis_max_speed 400 # mm/min
y_axis_max_speed 400 # mm/min
z_axis_max_speed 250 # mm/min