Skip to content

Commit 6e47f20

Browse files
committed
Revert "Correct docs rendering issue of out_export_3d"
This reverts commit 739d691. Moved to `dev`
1 parent 5959d78 commit 6e47f20

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/source/configuration/outputs/export_3d.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ Exports the PCB as a 3D model using KiCad 9 or newer.
1010
Supported formats include:
1111

1212
- STEP: ISO 10303-21 Clear Text Encoding of the Exchange Structure
13-
- GLB: Binary version of the glTF, Graphics Library Transmission Format or GL Transmission Format and formerly known as WebGL Transmissions Format or WebGL TF. |br|
13+
- GLB: Binary version of the glTF, Graphics Library Transmission Format or GL Transmission Format and formerly
14+
15+
known as WebGL Transmissions Format or WebGL TF. |br|
16+
1417
- STL: 3D printer format, from stereolithography CAD software created by 3D Systems.
1518
- XAO: XAO (SALOME/Gmsh) format, used for FEM and simulations.
1619
- BRep: Part of Open CASCADE Technology (OCCT)

kibot/out_export_3d.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def __init__(self):
2626
self.format = 'step'
2727
""" *[step,glb,stl,xao,brep,ply,u3d,pdf] 3D format used.
2828
- STEP: ISO 10303-21 Clear Text Encoding of the Exchange Structure
29-
- GLB: Binary version of the glTF, Graphics Library Transmission Format or GL Transmission Format and formerly known as WebGL Transmissions Format or WebGL TF.
29+
- GLB: Binary version of the glTF, Graphics Library Transmission Format or GL Transmission Format and formerly
30+
known as WebGL Transmissions Format or WebGL TF.
3031
- STL: 3D printer format, from stereolithography CAD software created by 3D Systems.
3132
- XAO: XAO (SALOME/Gmsh) format, used for FEM and simulations.
3233
- BRep: Part of Open CASCADE Technology (OCCT)

0 commit comments

Comments
 (0)