From: Patrick B. <pbi...@us...> - 2010-10-03 15:15:10
|
Your gerber file works fine for me. What command line options did you use? I can see that I'll need to improve the parameter checking. -- Patrick On 10/03/2010 04:38 PM, Michał wrote: > Hi! > > Thx for fast answer, now i have other error ;) > > terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_any_cast> >' > what(): boost::bad_any_cast: failed conversion using boost::any_cast > > I sent you my gerber file, maybe it's bad, or i do something wrong. It,s file exported from KiCad. |
From: Patrick B. <pbi...@us...> - 2010-10-03 15:35:57
|
There are a few parameters missing, try pcb2gcode --back RGB_Lamp-Back.gbr --zsafe=3 --zwork=-1 --offset=0.01 --mill-feed=6.0 --mill-speed=20000 --zchange=0.8 then it should work. I forgot to check those parameters for validity, I'll add that ASAP. Thanks a lot for your feedback! -- Patrick On 10/03/2010 05:20 PM, Michał wrote: > only 3 which are need to convert, maybe you will try to convert it with random value of options, maybe i write it to big. > > pcb2gcode --back RGB_Lamp-Back.gbr --zsafe=3 --zwork=-1 --offset=0.01 > > Now I only try to convert the file to lern how do it. > > > "Patrick Birnzain"<pbi...@us...> napisał(a): > > Your gerber file works fine for me. > > > > What command line options did you use? > > I can see that I'll need to improve the parameter checking. > > > > -- Patrick > > > > > > On 10/03/2010 04:38 PM, Michał wrote: > > > Hi! > > > > > > Thx for fast answer, now i have other error ;) > > > > > > terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_any_cast> >' > > > what(): boost::bad_any_cast: failed conversion using boost::any_cast > > > > > > I sent you my gerber file, maybe it's bad, or i do something wrong. It,s file exported from KiCad. > |
From: M. <co...@op...> - 2010-10-03 15:57:45
|
It still doesn't work, maybe need more options? pcb...@li... napisał(a): > There are a few parameters missing, try > > pcb2gcode --back RGB_Lamp-Back.gbr --zsafe=3 --zwork=-1 --offset=0.01 > --mill-feed=6.0 --mill-speed=20000 --zchange=0.8 > > then it should work. > I forgot to check those parameters for validity, I'll add that ASAP. > > Thanks a lot for your feedback! > > -- Patrick > > > On 10/03/2010 05:20 PM, Michał wrote: > > only 3 which are need to convert, maybe you will try to convert it with random value of options, maybe i write it to big. > > > > pcb2gcode --back RGB_Lamp-Back.gbr --zsafe=3 --zwork=-1 --offset=0.01 > > > > Now I only try to convert the file to lern how do it. > > > > > > "Patrick Birnzain"<pbi...@us...> napisał(a): > > > Your gerber file works fine for me. > > > > > > What command line options did you use? > > > I can see that I'll need to improve the parameter checking. > > > > > > -- Patrick > > > > > > > > > On 10/03/2010 04:38 PM, Michał wrote: > > > > Hi! > > > > > > > > Thx for fast answer, now i have other error ;) > > > > > > > > terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_any_cast> >' > > > > what(): boost::bad_any_cast: failed conversion using boost::any_cast > > > > > > > > I sent you my gerber file, maybe it's bad, or i do something wrong. It,s file exported from KiCad. > > -- Michał |
From: Patrick B. <pbi...@us...> - 2010-10-03 16:11:42
|
You seem to be using pcb2gcode-1.0.0, that works for me neither. I've released pcb2gcode-1.0.3 a few hours ago, it works with that. Please download and install the new version and tell me whether it works. -- Patrick On 10/03/2010 05:57 PM, Michał wrote: > It still doesn't work, maybe need more options? > |
From: Patrick B. <pbi...@us...> - 2010-10-03 16:49:46
|
Awesome :-) Since your PCB seems to be round, you might want to cut it out using pcb2gcode too. There are a few notes about that on the pcb2gcode wiki in case you're interested. Thanks again for your feedback, I've already fixed the parameter checking in the git repository. If you need something else, ask me anytime. --Patrick On 10/03/2010 06:40 PM, Michał wrote: > Now it's working very good :) Thank you very much :) |