tomoyanonymous / homebrew-flatcam

Unofficial homebrew formula to install flatcam(http://flatcam.org) on macOS
25 stars 8 forks source link

Generation CNCJob object out of drill file fails #30

Open Andretti1967 opened 1 month ago

Andretti1967 commented 1 month ago

Hi

When I try to generate a Generation CNCJob object out of a drill file, it fails. Reason is an initialization issue in the ortools.

Object (cncjob) failed because: Couldn't build proto file into descriptor pool: Invalid default '0.5' for field operations_research.sat.SatParameters.clause_cleanup_ratio of type 1 

Traceback (most recent call last):

CNCJob generation to of Gerber files for example for milling works.

Thanks for your help.

Andres