MitjaNemec / Kicad_action_plugins

Kicad action plugins
413 stars 62 forks source link

Replicate layout does not handle component rotation on back side #46

Closed VA3YAO closed 5 years ago

VA3YAO commented 5 years ago

Components on back side are rotated incorrectly. The replicated component is rotated the inverse of the pivot component. For example:

I am running KiCad 5.1.2-201904240820+f72e74a~84~ubuntu18.04.1 amd64.

VA3YAO commented 5 years ago

For example: image

Red arrow points at the dot used to denote pin 1 orientation. Bottom is pivot. Top is replicated.

This does not impact components oriented at 0 or 180. This does not impact components on board front.

VA3YAO commented 5 years ago

Made a pull request for a candidate solution for you guys.