<blockquote>Hello. I am using Repetier-Host for passing a series of gcode instructions for a custom dispensing task using a Ender 3 Pro (Creality V4.2.2 board). My task requires high-speed movement and extrusion. Unfortunately, as I increase the overall speed of the printer (Feed or F instructions), it seems to skip steps or re-arrange them by itself. This happens at lower speeds as well, though not at the same frequency than when in high speed.
<blockquote>My G-code consists of repeated instructions that trace a specific profile and execute a sequence of tasks. Below is one such code block.While executing, the nozzle often goes lowers and instantaneously lifts up to its previous position and then extrudes. This action is unintended and inconsistent.
Since my code is generated through a python script I am mostly sure the error does not lie in the GCode. Please let me know if you have encountered anything similar.