From: Patrick B. <pbi...@us...> - 2011-02-28 12:20:32
|
Hi, welcome to the pcb2gcode mailing list! I have confirmed the problem and am working on it. In the meantime, you can put parameters that don't work on the command line in a config file. pcb2gcode looks for a file named "millproject" in the directory it is run from and loads parameters from there. An example millproject file is included with the source. By the way, the parameters are in inches by default, so you'll most likely want someting like --zsave=0.1 (~2.5mm safety height) instead of --zsave 10. You can override this using the --metric parameter, but that's a user-supplied patch and largely untested. -- Patrick |