Skip to content

How do we stack PCB's in pcb2blender module #665

Answered by set-soft
alextrical asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @alextrical !

This is defined by the pcb2blender tool. Here is the basic idea:

  1. All the PCBs are in the same .kicad_pcb file
  2. You need to create texts in your PCB that delimits its sub-pcb
  3. The tool uses the coordinate for the text, so it doesn't matter its size or visibility
  4. The top-left corner for a sub-board is marked using PCB3D_TL_name, where name is the name for the sub-PCB.
  5. The bottom-right corner uses PCB3D_BR_name
  6. Then you mark their relative coordinates with texts like this PCB3D_STACK_name1_ONTO_name2_distance to indicate name1 is stacked onto name2 separated by a distance in the Z axis

Aligning the boards is tricky. If I'm right the point you mark with the PCB3D_STACK_name1_…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alextrical
Comment options

Answer selected by alextrical
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants