GCodeClean
GCodeClean copied to clipboard
gcc clean removed all but the first z moves
I tried gcc clean to clean up a gcode file that was created by freecad cam workbench. This code was full of unnecessary intermediate moves, after running gcc clean all of the z moves were removed except for the first one:
original code:
gcc cleaned code:
I hope this helps.