Skip to content

Instantly share code, notes, and snippets.

View medicationforall's full-sized avatar

James Adams medicationforall

View GitHub Profile

Shipping Container Terrain

Code App STL Printed
cqportal cults3d
printables
Thingiverse

Shipping container terrain written in cadquery.
The container is printed in one piece with two working hinges and doors.

December 2023

Added cqdome repo I had forgotten dependency_chain

December 2023

dependecy_chain

Mini For All Halloween 3d prints

The Great Cortland Pumpkin Fest

https://www.cortlandpumpkinfest.org/

  • October 5th & 6th, 2023

Printables Collections

All the model references in one collections.

import cadquery as cq
import math
def mesh_pattern(
radius=2,
height = 10,
m_radius=.5,
m_padding = .5
):
m_cylinder = (
import random
import cadquery as cq
from cqindustry import Walkway
from cqterrain import tile as terrain_tile, greeble
from cadqueryhelper import irregular_grid, series
def __windmill(length, width, height):
if length / width == 1: