From d24d106d9eefea2f3776eb35c125c51f870b814b Mon Sep 17 00:00:00 2001 From: Arvid Tomayko Date: Sat, 3 Jan 2026 21:23:30 -0500 Subject: [PATCH] Fix location of offset direction based on rotation table in README.md Seems like it was in the wrong place. --- README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 327bdc1..f84ba77 100644 --- a/README.md +++ b/README.md @@ -97,19 +97,6 @@ If the JLC preview shows a footprint like this, enter a rotation offset of -90 t -Use following table to quickly find out to which coordinate enter the correction based on JLC arrows clicks - depending on footprint rotation in KiCad PCB Editor status bar: -|KiCad footprint deg | x | y| -|----|----|----| -|0 deg, Front | right arrow | up arrow | -|0 deg, Back | left arrow | down arrow | -|180 deg, Front | left arrow | down arrow | -|180 deg, Back | right arrow | up arrow | -|90 deg, Front or Back | up arrow | left arrow | -|-90 deg, Front or Back | down arrow | right arrow | - -> [!TIP] -> Single arrow press in JLC is 0.0635mm (= 1/400in) shift. - #### Primary Fields*: | 'FT Rotation Offset' | | --- | @@ -129,6 +116,16 @@ The position of components in KiCad Footprints does not always match the orienta +Use following table to quickly find out to which coordinate enter the correction based on JLC arrows clicks - depending on footprint rotation in KiCad PCB Editor status bar: +|KiCad footprint deg | x | y| +|----|----|----| +|0 deg, Front | right arrow | up arrow | +|0 deg, Back | left arrow | down arrow | +|180 deg, Front | left arrow | down arrow | +|180 deg, Back | right arrow | up arrow | +|90 deg, Front or Back | up arrow | left arrow | +|-90 deg, Front or Back | down arrow | right arrow | + > [!TIP] > Single arrow press in JLC equals to 0.0635mm (= 1/400in) shift.