cadquery icon indicating copy to clipboard operation
cadquery copied to clipboard

One line that simply crashes all RAM memory

Open filaPro opened this issue 1 year ago • 7 comments

import cadquery as cq
cq.Workplane().sketch().push([(48.5800789794081,-3.3737790291878085)]).rect(3.0,87.6847679284009).rect(3.0,88.65465934289723).polygon([(0,0),(1,1),(2,2)],mode="s").finalize().extrude(1)

cadquery==2.4.0 is installed throw pip

filaPro avatar Sep 11 '24 15:09 filaPro