Skip to content

Instantly share code, notes, and snippets.

View yschimke's full-sized avatar

Yuri Schimke yschimke

View GitHub Profile
from cqgridfinity import *
import cadquery as cq
from ocp_vscode import show_object
FRONT_SURFACE_TAG = "front_surface"
# make a simple box
box = GridfinityBox(3, 4, 21, solid=True, solid_ratio=1.0, holes=True, unsupported_holes=True)
posca_box: cq.Workplane = box.cq_obj
from cqgridfinity import *
import cadquery as cq
from ocp_vscode import show_object
FRONT_SURFACE_TAG = "front_surface"
# make a simple box
box = GridfinityBox(4, 4, 10.2, solid=True, solid_ratio=1.0, holes=True, unsupported_holes=True)
posca_box: cq.Workplane = box.cq_obj