diff --git a/kibot/import_ses.py b/kibot/import_ses.py index 8777874..990e28e 100644 --- a/kibot/import_ses.py +++ b/kibot/import_ses.py @@ -29,7 +29,7 @@ def main(argv): print('Importing Specctra SES ', session_file,' for ', board_file) board = pcbnew.LoadBoard(board_file) pcbnew.ImportSpecctraSES(board, session_file) - success = pcbnew.SaveBoard(output_file, board, False) + success = pcbnew.SaveBoard(output_file, board, True) if success: print('Saved output to ', output_file) else: