Commit 046fdb20 authored by sumpfralle's avatar sumpfralle

r707@erker: lars | 2010-02-22 14:04:07 +0100

 added requirement GTK to the config options


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@159 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 685590e4
...@@ -20,10 +20,10 @@ if __name__ == "__main__": ...@@ -20,10 +20,10 @@ if __name__ == "__main__":
help="use the (old) Tk interface") help="use the (old) Tk interface")
parser.add_option("-c", "--config", dest="config_file", parser.add_option("-c", "--config", dest="config_file",
default=None, action="store", type="string", default=None, action="store", type="string",
help="load a file with processing settings") help="load a file with processing settings (requires the GTK interface)")
parser.add_option("", "--template", dest="config_template", parser.add_option("", "--template", dest="config_template",
default=None, action="store", type="string", default=None, action="store", type="string",
help="enable a specific processing settings template (e.g. 'Rough', 'Semi-finish' or 'Finish')") help="enable a specific processing settings template - e.g. 'Rough', 'Semi-finish' or 'Finish' (requires the GTK interface)")
(options, args) = parser.parse_args() (options, args) = parser.parse_args()
if len(args) > 0: if len(args) > 0:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment