Added simple test for monochrome print
This commit is contained in:
parent
4872a6d366
commit
d91e98a495
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue