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 dd154c155f
commit c75c7d084a
1 changed files with 10 additions and 1 deletions

View File

@ -643,7 +643,16 @@ void PlotStandardLayer( BOARD* aBoard, PLOTTER* aPlotter, LSET aLayerMask,
// Seems like we want to plot from back to front? // Seems like we want to plot from back to front?
static const PCB_LAYER_ID plot_seq[] = { 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, F_Adhes,
B_Paste, B_Paste,
F_Paste, F_Paste,