kreso-t / cncjs-kt-ext

Auto-leveling extension for CNCjs
74 stars 38 forks source link

Big loops being added to the code #70

Open ehansen2580 opened 8 months ago

ehansen2580 commented 8 months ago

I'm doing a pocket clear for a PCB I'm milling. When I do the autolevel script the gcode gets changed to add these very large loops in the cutting path. It seems like it might be associated with file size. If I do just a trace to isolate the paths and then do the autolevel, it seems to work just fine.
Screenshot 2024-02-10 105424

kreso-t commented 1 month ago

Hi, I order for me to be able to help you with analysis what happened in your case you should provide more information about the gcode and the autolevel script logs.
Maybe you use G2/G3 circular interpolation? This is not supported and may cause issues.