502535-lipo-molecule
Public Unreviewedby cosmiic
COSMIIC 502535 LIPO battery molecule for implantable neural interfaces
No 3D viewer on page — missing component block (+ anchoring stamp)
Problem
This molecule page shows no interactive 3D view on the wiki — the GLB is reachable only as a download card. Root cause confirmed by investigation (2026-07-15):
The page was published without a component block. The wiki only injects the 3D viewer
(<div class="viewer-frame"><iframe src="/viewer/3d/component/<slug>">) when the component metadata
declares a model. Without the block, viewer-frame count on the Overview = 0, so nothing renders.
(The /viewer/3d/component/<slug> route itself works if hit directly — the GLB is fine and correctly
Z-up; it's simply never embedded.)
Note: the wiki viewer auto-orients with a hard-coded zUp:true, and this GLB IS Z-up + anchored
(asset.extras.adomMolecule.anchored:true), so orientation is not the issue here — only the missing
embed.
Secondary cleanup: the repo carries a hand-authored page.json (the server should generate it) and a
double-nested duplicate of every file under a <slug>/ subfolder. Both should go.
Fix (for the owner's agent)
- Re-package via the
molecule-publishskill. Inpackage.jsoninclude a real component block:"component": { "mpn": "<name>", "manufacturer": "", "category": "other", "parts": { "model_3d": "<slug>.glb" } } - Do NOT commit a hand-made
page.json; delete it. Remove the nested<slug>/duplicate files — keep one copy of each artifact at the repo root. - Re-push and verify: fetch the Overview and confirm it now contains
viewer-frame//viewer/3d/component/<slug>; confirm the served GLB sha matches your conversion output.
Extra: this GLB is also NOT anchored
502535-lipo-molecule.glb has no asset.extras.adomMolecule stamp — OCCT anchoring did not complete even though the STEP has MACH_PIN_MED_SHORT / MP1..MP4 markers. Re-run and gate on anchored:true:
step2glb convert "502535 LIPO Molecule.step" --board "502535_LIPO_Molecule.brd" --pin medium -o 502535-lipo-molecule.glb
0 Replies
Log in to reply.