kicad/pcbnew/plugins
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
..
altium altium: use arc angle to determine winding direction 2021-11-14 14:45:07 +01:00
cadstar CADSTAR PCB: Use all User layers when mapping documentation layers 2021-11-10 21:47:22 +00:00
common Rename layer ids file. 2021-07-29 16:03:25 +01:00
eagle Import Eagle rects, polys and circles with 0 width as filled. 2021-11-14 23:50:05 +00:00
fabmaster Handle 360° arcs on import as circles 2021-12-18 18:44:20 +00:00
geda Kicad has many plugins. This one is for the pcb. 2021-11-25 12:56:46 +00:00
kicad Avoid unnecessary newlines and extra spaces when saving polygon shapes 2021-12-03 22:04:55 +00:00
legacy Preserve legacy dimension information. 2021-12-17 23:31:37 +00:00
pcad Overhaul arc internal model to not over-specify information. 2021-10-15 12:45:43 +01:00