wokwi / easyeda2kicad

Convert EasyEDA designs to KiCad EDA
https://wokwi.com/tools/easyeda2kicad
Other
287 stars 39 forks source link

Some silkscreen elements are shifted and rotated also #9

Closed mtiutiu closed 4 years ago

mtiutiu commented 4 years ago

Description: Seems that some silkscreen component labels get shifted and rotated during the conversion process.

Expected result: Silkscreen elements should have the right orientation.

See attached screenshots.

Converted: silkscreen_shifted_moved_away

Original: original

EasyEDA project: Touch_Switch_2ch.zip

easyeda2kicad version: 1.3.1

urish commented 4 years ago

Rotation issue sseems to be similar to #9, I'm not sure yet about why the shifting happens - investigating

mtiutiu commented 4 years ago

More screenshots to observe the issue (some references are really heavily rotated/shifted).

Screenshot from 2019-11-26 14-30-00

Screenshot from 2019-11-26 14-31-58

urish commented 4 years ago

I pushed a fix for the orientation - can you please test now?

shifting hasn't been addressed yet (but should be a bit less noticable with the correct orientation)

mtiutiu commented 4 years ago

Yep orientation seems to be fixed now. I think some of the shifting issues are caused by the fact that some components are 180 degree rotated as stated in the #11 issue. If that's true then of course the text gets rotated also creating the illusion of being shifted (well...more or less).

Here's the proof about orientation fix and it seems fine now:

orientation_fix_silk

urish commented 4 years ago

@mtiutiu was this issue fixed as well?

mtiutiu commented 4 years ago

@urish Yep, seems so.

urish commented 4 years ago

Great!