topola/tests/multilayer/can2usb/project/jobs.lp

125 lines
5.2 KiB
Plaintext

(librepcb_jobs
(job f10deb59-db63-4d5d-8426-af81ec876081 (name "Schematic PDF")
(type graphics) (title "{{PROJECT}} - {{VERSION}}")
(content (type schematic) (title "Schematic")
(paper auto) (orientation auto) (rotate false) (mirror false) (scale auto)
(margins (left 10.0) (top 10.0) (right 10.0) (bottom 10.0))
(dpi 600) (min_line_width 0.1) (monochrome false) (background "#00000000")
(layer schematic_comments (color "#ff000080"))
(layer schematic_documentation (color "#ff808080"))
(layer schematic_frames (color "#ff000000"))
(layer schematic_grab_areas (color "#ffffffe1"))
(layer schematic_guide (color "#ff808000"))
(layer schematic_names (color "#ff202020"))
(layer schematic_net_labels (color "#ff008000"))
(layer schematic_outlines (color "#ff800000"))
(layer schematic_pin_lines (color "#ff800000"))
(layer schematic_pin_names (color "#ff404040"))
(layer schematic_pin_numbers (color "#ff404040"))
(layer schematic_values (color "#ff505050"))
(layer schematic_wires (color "#ff008000"))
(board none)
(variant none)
)
(output "{{PROJECT}}_{{VERSION}}_Schematic.pdf")
)
(job 49085d37-c742-4657-995b-564349010754 (name "Board Assembly PDF")
(type graphics) (title "{{PROJECT}} - {{VERSION}}")
(content (type board) (title "Assembly Top")
(paper auto) (orientation auto) (rotate false) (mirror false) (scale auto)
(margins (left 10.0) (top 10.0) (right 10.0) (bottom 10.0))
(dpi 600) (min_line_width 0.1) (monochrome false) (background "#00000000")
(layer board_comments (color "#d9724a00"))
(layer board_documentation (color "#ba7d624b"))
(layer board_documentation_top (color "#ba7d624b"))
(layer board_frames (color "#ca707070"))
(layer board_grab_areas_top (color "#897f7f7f"))
(layer board_guide (color "#fe404000"))
(layer board_holes (color "#e37f7f7f"))
(layer board_legend_top (color "#dc7f7f7f"))
(layer board_measures (color "#fe404000"))
(layer board_names_top (color "#ca767f6c"))
(layer board_outlines (color "#e37f7f7f"))
(layer board_pads (color "#ca365a0b"))
(layer board_plated_cutouts (color "#e3006e7f"))
(layer board_values_top (color "#ca6c797f"))
(board default)
(variant none)
)
(content (type board) (title "Assembly Bottom")
(paper auto) (orientation auto) (rotate false) (mirror true) (scale auto)
(margins (left 10.0) (top 10.0) (right 10.0) (bottom 10.0))
(dpi 600) (min_line_width 0.1) (monochrome false) (background "#00000000")
(layer board_comments (color "#d9724a00"))
(layer board_documentation (color "#ba7d624b"))
(layer board_documentation_bottom (color "#ba7d624b"))
(layer board_frames (color "#ca707070"))
(layer board_grab_areas_bottom (color "#897f7f7f"))
(layer board_guide (color "#fe404000"))
(layer board_holes (color "#e37f7f7f"))
(layer board_legend_bottom (color "#dc7f7f7f"))
(layer board_measures (color "#fe404000"))
(layer board_names_bottom (color "#ca767f6c"))
(layer board_outlines (color "#e37f7f7f"))
(layer board_pads (color "#ca365a0b"))
(layer board_plated_cutouts (color "#e3006e7f"))
(layer board_values_bottom (color "#ca6c797f"))
(board default)
(variant none)
)
(output "{{PROJECT}}_{{VERSION}}_Assembly.pdf")
)
(job d98bd50c-34d2-488a-a2c0-e3766de081be (name "Gerber/Excellon")
(type gerber_excellon)
(outlines (suffix "_OUTLINES.gbr"))
(copper_top (suffix "_COPPER-TOP.gbr"))
(copper_inner (suffix "_COPPER-IN{{CU_LAYER}}.gbr"))
(copper_bot (suffix "_COPPER-BOTTOM.gbr"))
(soldermask_top (suffix "_SOLDERMASK-TOP.gbr"))
(soldermask_bot (suffix "_SOLDERMASK-BOTTOM.gbr"))
(silkscreen_top (suffix "_SILKSCREEN-TOP.gbr"))
(silkscreen_bot (suffix "_SILKSCREEN-BOTTOM.gbr"))
(solderpaste_top (create true) (suffix "_SOLDERPASTE-TOP.gbr"))
(solderpaste_bot (create true) (suffix "_SOLDERPASTE-BOTTOM.gbr"))
(drills (merge false)
(suffix_pth "_DRILLS-PTH.drl")
(suffix_npth "_DRILLS-NPTH.drl")
(suffix_merged "_DRILLS.drl")
(suffix_buried "_DRILLS-PLATED-{{START_LAYER}}-{{END_LAYER}}.drl")
(g85_slots false)
)
(board default)
(output "gerber/{{PROJECT}}_{{VERSION}}")
)
(job 48a95eff-7136-4a51-889a-594c5d14aa41 (name "Output Archive")
(type archive)
(input d98bd50c-34d2-488a-a2c0-e3766de081be (destination ""))
(output "{{PROJECT}}_{{VERSION}}.zip")
)
(job 440caf0c-290c-412b-adc2-aa4fa2e35111 (name "Pick&Place CSV")
(type pnp) (comment true)
(tht true) (smt true) (mixed true) (fiducial true) (other true)
(board default)
(variant all)
(top (create true) (output "assembly/{{PROJECT}}_{{VERSION}}_PnP_{{VARIANT}}_TOP.csv"))
(bottom (create true) (output "assembly/{{PROJECT}}_{{VERSION}}_PnP_{{VARIANT}}_BOT.csv"))
(both (create false) (output "assembly/{{PROJECT}}_{{VERSION}}_PnP_{{VARIANT}}.csv"))
)
(job 73fee3ce-40a8-4a29-bb12-90335aa2ccd4 (name "Bill of Materials")
(type bom)
(board default)
(variant all)
(output "assembly/{{PROJECT}}_{{VERSION}}_BOM_{{VARIANT}}.csv")
)
(job b64f71f9-69da-41ca-9d60-747fec77324f (name "STEP Model")
(type 3d_model)
(board default)
(variant default)
(output "{{PROJECT}}_{{VERSION}}.step")
)
(job e32d456a-f606-44f2-91cb-f98bd05c6fd2 (name "Project Archive")
(type lppz)
(output "{{PROJECT}}_{{VERSION}}.lppz")
)
)