use use use use use module assembly() { base_drilling = [3.5, 3.5]; dx = [23, 0]; dy = [0, 58]; pcb([30, 65, 1.4], [ base_drilling, base_drilling + dx, base_drilling + dy, base_drilling + dx + dy] ]); bottom(); // top(); back(); // front(); } assembly();