From: Patrick B. <pbi...@us...> - 2010-10-02 17:52:19
|
Hi! Welcome to the pcb2gcode mailing list! You've forgotten the second dash before "zwork", it should be --zwork not -zwork. Just a typo :-) I'll try to come up with a better error message so the program doesn't crash when this happens. By the way, zsafe and zwork are read as "inches above the PCB surface", you'll probably want something like --zsafe=0.1 --zwork=-0.008 (note the minus in zwork!) There's a file called "millproject" supplied with the source code, it contains some conservative defaults for most parameters. I know about the warning by configure, I don't think it'll be an issue unless anybody tries cross-compiling the program or something. Thanks for your message! -- Patrick On 10/02/2010 07:32 PM, Michał wrote: > Hi, i have a problem with running pcb2gcode. When i type > pcb2gcode --front psgroov_USB-PCB_Edges.gbr --zsafe 3 -zwork 2 i have error > > i have error > terminate called after throwing an instance of 'std::runtime_error' > what(): Invalid option. > > and during configuration > checking for the toolset name used by Boost for g++... unknown > configure: WARNING: could not figure out which toolset name to use for g++ > > i use new ubuntu from linuxcnc > > |