| Code | STL | Printed |
|---|---|---|
| Patreon Download Kit and Code |
Industrial styled Objective Marker in python and cadquery. The terrain is modular with the pipe terrain set using magnets as connectors. The kit is scaled for various miniature wargames.
| Code | STL | Printed |
|---|---|---|
| Patreon Download Kit and Code |
Industrial styled Objective Marker in python and cadquery. The terrain is modular with the pipe terrain set using magnets as connectors. The kit is scaled for various miniature wargames.
| Code | STL | Printed |
|---|---|---|
| cqindustry | Patreon Download Kit | Miniforall Large Soda Can Kit |
Large Soda Can wargaming Terrain written in python and cadquery focused on recycling various sized soda cans and or cans. The terrain is modular with the pipe terrain set using magnets as connectors. The kit is scaled for various miniature wargames.
| Code | STL | Printed |
|---|---|---|
| cqfantasy | Patreon - Model Files |
Modular fantasy wall terrain set. Scatter terrain Suitable for miniature wargaming.
How to cover a shape in a collection of bricks using python and cadquery
import cadquery as cq
height = 50
diameter = 30| Code | STL | Printed |
|---|---|---|
| cqfantasy | Patreon - Model Files | Etsy - Log Cabin |
| import cadquery as cq | |
| from cadqueryhelper import Base | |
| class Boiler(Base): | |
| def __init__(self): | |
| super().__init__() | |
| #parameters | |
| self.length:float = 30 | |
| self.width:float = 25 | |
| self.height:float = 60 |