Added simple test for monochrome print

This commit is contained in:
Salvador E. Tropea 2022-06-09 13:53:58 -03:00
parent 4872a6d366
commit d91e98a495
2 changed files with 8 additions and 0 deletions

View File

@ -103,3 +103,4 @@ def test_pcb_print_simple_1(test_dir):
ctx = context.TestContext(test_dir, 'test_pcb_print_simple_1', prj, 'pcb_print_2', '')
ctx.run()
ctx.expect_out_file(prj+'-assembly_page_01.png')
ctx.expect_out_file(prj+'-assembly_page_02.png')

View File

@ -26,3 +26,10 @@ outputs:
color: '#14332440'
- layer: Edge.Cuts
color: "#004040"
- monochrome: true
layers:
- layer: F.Cu
- layer: F.Mask
color: '#14332440'
- layer: Edge.Cuts
color: "#004040"