Thanks for fast rsponse :D I want the StepWidth to see if there is a distance in any axes (x,y,z) smaller than (0.002) and skip it, so, in my situation I want the G-code to be like the following: X78.099 Z0.006 X78.097 X78.095 Z0.004 I have a servo motors driven by a PLC, and there minimum width is only (0.002) so, its impossible to get a more accurate step
Hello everyone :) I also have a problem with the minimum step width. I have set it to 0.002 for all axes but when I export the G-code file I have got the following lines: X78.099 Z0.006 X78.097 Z0.005 X78.095 Z0.004 So, as you see, the Z axes difference between the first and second step is only 0.001 and also for second and third, and this precision has been not acceptable by my motors, so, is there any suggestion here please? Thanks in advance :)