Fixes 3d models; adds export of the pcb as step.

This commit is contained in:
2026-05-06 14:16:30 +02:00
parent 355991c7fb
commit 8c724474b0
4 changed files with 140922 additions and 105432 deletions

2580
lib/MG0425BFE-RA.STEP Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -2358,7 +2358,7 @@
(uuid "3bd0aec9-4e90-441f-98a1-2eb237e0a909") (uuid "3bd0aec9-4e90-441f-98a1-2eb237e0a909")
) )
(fp_text user "${REFERENCE}" (fp_text user "${REFERENCE}"
(at 0 0 270) (at 0 0 90)
(layer "F.Fab") (layer "F.Fab")
(uuid "e98eb909-f579-4137-aa04-9a1f48c62df4") (uuid "e98eb909-f579-4137-aa04-9a1f48c62df4")
(effects (effects
@@ -2440,7 +2440,7 @@
(uuid "6961b06f-afa5-4089-beae-69f2a95f3b44") (uuid "6961b06f-afa5-4089-beae-69f2a95f3b44")
) )
(embedded_fonts no) (embedded_fonts no)
(model "easyeda2kicad.3dshapes/AUDIO-TH_PJ-313_5JCJ.wrl" (model "${KIPRJMOD}/lib/easyeda2kicad.3dshapes/AUDIO-TH_PJ-313_5JCJ.wrl"
(offset (offset
(xyz 0 0 0) (xyz 0 0 0)
) )
@@ -8333,7 +8333,7 @@
(uuid "698768fc-48dc-4ac1-8df8-b19bd372bc7d") (uuid "698768fc-48dc-4ac1-8df8-b19bd372bc7d")
) )
(embedded_fonts no) (embedded_fonts no)
(model "easyeda2kicad.3dshapes/SOT-23-3L_L2.9-W1.6-H1.1-LS2.8-P0.95.wrl" (model "${KIPRJMOD}/lib/easyeda2kicad.3dshapes/SOT-23-3L_L2.9-W1.6-H1.1-LS2.8-P0.95.wrl"
(offset (offset
(xyz 0 0 0) (xyz 0 0 0)
) )
@@ -12856,15 +12856,15 @@
(uuid "349eb63a-fbcc-4c28-8556-09d9a1006dc3") (uuid "349eb63a-fbcc-4c28-8556-09d9a1006dc3")
) )
(embedded_fonts no) (embedded_fonts no)
(model "/home/paul/Downloads/MG0425BME-RA.STEP" (model "${KIPRJMOD}/lib/MG0425BFE-RA.STEP"
(offset (offset
(xyz 0 3.4 0) (xyz 0 -2.6 0)
) )
(scale (scale
(xyz 1 1 1) (xyz 1 1 1)
) )
(rotate (rotate
(xyz -0 -0 -0) (xyz -0 -0 -180)
) )
) )
) )
@@ -14010,7 +14010,7 @@
(uuid "c221cf86-4501-4d62-8f8c-8452e1d58bba") (uuid "c221cf86-4501-4d62-8f8c-8452e1d58bba")
) )
(embedded_fonts no) (embedded_fonts no)
(model "easyeda2kicad.3dshapes/SOD-123FL_L2.8-W1.8-LS3.7-RD-1.wrl" (model "${KIPRJMOD}/lib/easyeda2kicad.3dshapes/SOD-123FL_L2.8-W1.8-LS3.7-RD-1.wrl"
(offset (offset
(xyz 0 0 0) (xyz 0 0 0)
) )

View File

@@ -644,7 +644,7 @@
"plot": "", "plot": "",
"pos_files": "", "pos_files": "",
"specctra_dsn": "", "specctra_dsn": "",
"step": "", "step": "pcb_scout.step",
"svg": "", "svg": "",
"vrml": "" "vrml": ""
}, },

File diff suppressed because it is too large Load Diff