Skip to content

Commit

Permalink
Reverse path order for best cut #18
Browse files Browse the repository at this point in the history
  • Loading branch information
arkypita committed Mar 10, 2017
1 parent a02ae22 commit e53757a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LaserGRBL/CsPoTrace/CsPotraceExportGCODE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public static List<string> Export2GCode(List<List<CsPotrace.Curve>> list, int oX

List<string> rv = new List<string>();

list.Reverse();
foreach (List<CsPotrace.Curve> Curves in list)
rv.AddRange(GetPathGC(Curves, lOn, lOff, oX * scale, oY * scale, scale, g));

Expand Down

0 comments on commit e53757a

Please sign in to comment.