diff --git a/pcbnew/plot_board_layers.cpp b/pcbnew/plot_board_layers.cpp index c902ca5c94..3a939bc587 100644 --- a/pcbnew/plot_board_layers.cpp +++ b/pcbnew/plot_board_layers.cpp @@ -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,