Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.22 KB

readme.md

File metadata and controls

23 lines (17 loc) · 1.22 KB

EasyEDA ToggleView Extension

Download extension.zip from Releases and extract the files to your disc. Open EasyEDA, go to "Advanced" > "Extensions" > "Extensions Settings ..." > "Load Extension..." > "Select Files ..." > Select all files from the extracted directory > "Load Extension".

A "ToggleView" Menu should appear in the main menu in PCB view.

Screenshot of EasyEDA Menu with ToggleView Button

Features

Click ToggleView to toggle the current PCB editor view between regular and flipped view.

In the Flip on Layer menu select the layers which, when activated, should always be flipped automatically. You can always use ToggleLayer to override this.

Known Issues

The X ruler is not flipped correctly

How does it work?

This is just a hacky workaround until EasyEDA implements it correctly. It basically applies the style transform: scaleX(-1) to the editor to flip it in X direction. To still be able to interact (click) with the flipped view with your mouse correctly, all mouse events also need to be catched and flipped in x direction.