Skip to content

Commit

Permalink
Mark the footprint as virtual in the pretty format mtl#14
Browse files Browse the repository at this point in the history
  • Loading branch information
herostrat committed May 17, 2019
1 parent 488ca75 commit 7c70359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svg2mod/svg2mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ def _get_module_name( self, front = None ):
def _write_library_intro( self ):

self.output_file.write( """(module {0} (layer F.Cu) (tedit {1:8X})
(attr smd)
(attr virtual)
(descr "{2}")
(tags {3})
""".format(
Expand Down

0 comments on commit 7c70359

Please sign in to comment.