plot_board_layers.cpp: Add missing layers (USer_x) in list

Fixes #11072
https://gitlab.com/kicad/code/kicad/issues/11072
This commit is contained in:
jean-pierre charras 2022-03-08 14:40:39 +01:00
parent 293021c58c
commit bafd8ac9d5
1 changed files with 10 additions and 1 deletions

View File

@ -648,7 +648,16 @@ void PlotStandardLayer( BOARD* aBoard, PLOTTER* aPlotter, LSET aLayerMask,
// Seems like we want to plot from back to front?
static const PCB_LAYER_ID plot_seq[] = {
B_Adhes, // 32
User_9,
User_8,
User_7,
User_6,
User_5,
User_4,
User_3,
User_2,
User_1,
B_Adhes,
F_Adhes,
B_Paste,
F_Paste,