Skip to content

Removed line which caused duplicate lines in the generated G-code

Jaap Meijers requested to merge (removed):master into master

Bug and fix were discussed in the forum.

Bug:

I noticed my plotter repeating every curve twice. Looking at the gCode all paths are indeed being duplicated.

Proposed fix:

on line 3956, right after the option 'subpath by subpath' is handled, that option is changed to 'path by path', which makes it go through that condition code as well. Just commenting out that line solved the problem for me.

I just removed the line in this patch.

Merge request reports