You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to display al the components on the bottom cite, the dots are in the wrong position.
this is because self.pcbpainter.draw_marker() on line 678 misses the mirror check.
when I replace this with "self.pcbpainter.draw_marker(pos[0], pos[1],self.isTopLayer(self.cur_placement) == False)" it works correctly.
Thanks for this open source project, it helps a lot.