I am not exactly sure if this is the same problem, related, or not all all related. What exactly is the use cases you are comparing?. But: If I remember correctly... this is because of a "feature" in KiCad where you are not allowed to have reference and value texts upside down. I think this is a stupid and artificial restriction, which should not exist IMHO.
2015-11-17 12:54 GMT+01:00 Lachlan Audas <[email protected]>: > There appears to be some bug's with Eagle eagle_plugin.cpp Kicad pcb text > rotation, > I have found the place with it appears the calculation's are wrong.. > Line 1895 of eagle_plugin.cpp, I fixed it for package 0 deg's rotation, > but alas it mess's up for other package > rotation of none zero, I was wondering if kicad PCB use''s same reference > system as eagle, ? I remember Eagle sch and Kicad sch > are not the same.. so I assume the PCB is not too ? > > Line: 1895 > { > orient = 90 - degrees - m->GetOrientation() / 10; > // orient = 90 + degrees - m->GetOrientation() / 10; > txt->SetOrientation( sign * orient * 10 ); > } > > Lachlan > > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

