vedderb / vesc_express

The source code for the VESC Express
GNU General Public License v3.0
39 stars 31 forks source link

Fix misc skipped or extra arc slice bugs #9

Closed laxsjo closed 1 year ago

laxsjo commented 1 year ago

Fixed a number of different edge cases around the arc end caps which caused slices to be skipped or extra to be drawn.

Here is an example where a slice in the magenta arc was skipped. image

Here is another example where an extra slice was drawn. image

These have now been fixed.