fix ibom 3D PCB view degradation #97 for rev.F

This commit is contained in:
andreika-git 2023-07-07 13:46:19 +03:00
parent 568b68e12a
commit 12e65748e2
10 changed files with 165987 additions and 166075 deletions

View File

@ -9152,9 +9152,9 @@
(pad "24" thru_hole oval locked (at 25.5 -8 270) (size 2.8 2.3) (drill 1.5) (layers "*.Cu" "*.Mask")
(net 79 "/C8") (pinfunction "C8") (pintype "passive") (solder_mask_margin 0.05) (tstamp b0fd0b5b-46ee-4d69-ae35-8edd52f15a75))
(model "${KIPRJMOD}/33311-24AW-2.STEP"
(offset (xyz 0 0 0))
(offset (xyz 113 116.6 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
(rotate (xyz 0 0 180))
)
)

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 495 KiB

After

Width:  |  Height:  |  Size: 351 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 93 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -5,4 +5,4 @@ BOARD_SUFFIX=2ch
BOARD_REVISION=g
# does not affect fab files, only needed to have nice rendered preview
BOARD_PCB_OFFSET=0,4
BOARD_PCB_OFFSET=0,596

View File

@ -6,6 +6,6 @@ if [ ! -f hellen-one/git_scripts ]; then
fi
cd hellen-one
python3 ./bin/copy_from_Kicad.py "frames:alphax_" ".." "../../gerber" "2ch" "d"
python3 ./bin/copy_from_Kicad.py "frames:alphax_" ".." "../../gerber" "2ch" "f"
echo "Done!"

View File

@ -10,4 +10,4 @@ fi
#sudo Xvfb :99 -screen 0 640x480x24 &
cd hellen-one
sh bin/create_board_with_prefix.sh "alphax_" ".." "2ch" "d" "bom_replace_alphax-2ch-c.csv " "0,4"
sh bin/create_board_with_prefix.sh "alphax_" ".." "2ch" "f" "bom_replace_alphax_2ch-f.csv " "0,596"