Prerequisites
KiKit version
Current master 0d440d22bb9bd42038627ce39eaf99cf1c6caab6
KiCAD version (only KiCAD 8 and 9 are supported)
9.0.4
Operating system
Manjaro
Description
All mouse bites inside the panel on the left and right side of the PCBs are missing when specifying a negative layout.hspace. This is true for both --tabs 'type: annotation' and fixed.
Steps to Reproduce
l.kicad_pcb
hspace: -10mm (problem)
kikit panelize \
--layout 'alternation: cols; vevendiff: 0mm; rotation: 90deg; rows: 2; cols: 2; baketext: False; hspace: -10mm; vspace: 10mm' \
--tabs 'type: fixed' \
--cuts 'type: mousebites' \
--framing 'type: tightframe; hspace: 2mm; vspace: 2mm; width: 10mm' \
l.kicad_pcb 'out.kicad_pcb'; pcbnew 'out.kicad_pcb
hspace: -0mm (no problem)
kikit panelize \
--layout 'alternation: cols; vevendiff: 0mm; rotation: 90deg; rows: 2; cols: 2; baketext: False; hspace: 0mm; vspace: 10mm' \
--tabs 'type: fixed' \
--cuts 'type: mousebites' \
--framing 'type: tightframe; hspace: 2mm; vspace: 2mm; width: 10mm' \
l.kicad_pcb 'out.kicad_pcb'; pcbnew 'out.kicad_pcb

Prerequisites
KiKit version
Current master 0d440d22bb9bd42038627ce39eaf99cf1c6caab6
KiCAD version (only KiCAD 8 and 9 are supported)
9.0.4
Operating system
Manjaro
Description
All mouse bites inside the panel on the left and right side of the PCBs are missing when specifying a negative
layout.hspace. This is true for both--tabs 'type: annotation'andfixed.Steps to Reproduce
l.kicad_pcb
hspace: -10mm(problem)kikit panelize \ --layout 'alternation: cols; vevendiff: 0mm; rotation: 90deg; rows: 2; cols: 2; baketext: False; hspace: -10mm; vspace: 10mm' \ --tabs 'type: fixed' \ --cuts 'type: mousebites' \ --framing 'type: tightframe; hspace: 2mm; vspace: 2mm; width: 10mm' \ l.kicad_pcb 'out.kicad_pcb'; pcbnew 'out.kicad_pcbhspace: -0mm(no problem)kikit panelize \ --layout 'alternation: cols; vevendiff: 0mm; rotation: 90deg; rows: 2; cols: 2; baketext: False; hspace: 0mm; vspace: 10mm' \ --tabs 'type: fixed' \ --cuts 'type: mousebites' \ --framing 'type: tightframe; hspace: 2mm; vspace: 2mm; width: 10mm' \ l.kicad_pcb 'out.kicad_pcb'; pcbnew 'out.kicad_pcb