fix(3d): cas tiles below mosfet media
PCB_LABELS section 'cas' had localOffset z=-0.08 which landed on top of (or overlapping with) the video/photo plane at z=-0.1. Push to z=-0.7 so the tile reads as "caption below the media" rather than "stuck onto it". Also fix the Industrie sub-text STM32F030 -> STM32F070 to align with the consulting page case study.
This commit is contained in:
@@ -154,14 +154,14 @@ const PCB_LABELS: PcbLabel[] = [
|
||||
// 5. HAUT — centre-haut BMU
|
||||
{ section: 'exp-consulting', cardIndex: 0, localOffset: [0.3, 0.005, -0.45],
|
||||
title: 'Consulting & Formation', sub: 'Audit · Transfert · Pédagogie · Projet' },
|
||||
// 6-9. CAS — les 4 tuiles visibles en même temps, face bottom des mosfets
|
||||
{ section: 'cas', cardIndex: 2, localOffset: [0.0, 0.0, -0.08],
|
||||
// 6-9. CAS — les 4 tuiles visibles en même temps, sous l image/video sur la face bottom des mosfets
|
||||
{ section: 'cas', cardIndex: 2, localOffset: [0.0, 0.0, -0.7],
|
||||
title: 'Industries créatives', sub: 'Audio embarqué · Batterie LiFePO4 · KXKM' },
|
||||
{ section: 'cas', cardIndex: 3, localOffset: [0.0, 0.0, -0.08],
|
||||
title: 'Industrie', sub: 'Production V3.2 · KXKM ESP32 → STM32F030' },
|
||||
{ section: 'cas', cardIndex: 4, localOffset: [0.0, 0.0, -0.08],
|
||||
{ section: 'cas', cardIndex: 3, localOffset: [0.0, 0.0, -0.7],
|
||||
title: 'Industrie', sub: 'Production V3.2 · KXKM ESP32 → STM32F070' },
|
||||
{ section: 'cas', cardIndex: 4, localOffset: [0.0, 0.0, -0.7],
|
||||
title: 'Formation', sub: 'PCB · KiCad · µC' },
|
||||
{ section: 'cas', cardIndex: 5, localOffset: [0.0, 0.0, -0.08],
|
||||
{ section: 'cas', cardIndex: 5, localOffset: [0.0, 0.0, -0.7],
|
||||
title: 'Service', sub: 'Mise en service · Maintenance · Support terrain' },
|
||||
// 9. Conception — Mosfet #1 (card 2)
|
||||
{ section: 'formats', cardIndex: 2, localOffset: [0.0, 0.005, 0.0],
|
||||
|
||||
Reference in New Issue
Block a user