kicad/pcbnew/plugins/fabmaster
Seth Hillbrand bd0fbea044 Handle 360° arcs on import as circles
KiCad breaks a bit when dealing with 360° arcs, so convert them to
circles on import.  The break happens when converting to polygons for
viewing, the arc is passed from start->mid->end format to
center->start->angle format.  At 360°, the angle is normalized to 0
2021-12-18 18:44:20 +00:00
..
CMakeLists.txt
fabmaster_plugin.cpp We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
fabmaster_plugin.h More NULL expunging. 2021-07-20 07:27:18 -04:00
import_fabmaster.cpp Handle 360° arcs on import as circles 2021-12-18 18:44:20 +00:00
import_fabmaster.h Handle 360° arcs on import as circles 2021-12-18 18:44:20 +00:00