⚠
Could not load model
Drag to rotate · Scroll to zoom · Right-click to pan
Description
# Project Title
Mini Trechter for Pouring Perfume Oil and Other Liquids
# Purpose
A compact container designed to facilitate the pouring of perfume oil or ot
other liquids.
# Overview
Generates a cylindrical trechter with an integrated ring mechanism to assis
assist in pouring. The trechter is constructed using several layers of cyli
cylinders, each offset from the previous one, creating a distinctive design
design.
# Dependencies
- `mhlib.mhlib.*`
# Configuration (top-level constants only)
| Name | Default Value | Description |
|------|---------------|-------------|
| fn | 64 if not preview else 0 | Number of facets for rounded edges |
| wall | 1 | Wall thickness |
| tol | 0.2 | Tolerance for precision |
| plateSpacing | 5 | Spacing between parts on the build plate |
# Functions
## print_miniTrechter(b=60)
**Description** — Generates the main body of the trechter.
**Parameters**
| Name | Default | Description |
|------|---------|-------------|
| b | 60 | Base width |
**Returns:** A 3D object representing the trechter.
# Usage
Run the script to generate and export the mini trechter model in STL format
format.
# Notes
Ensure that `params_str` is properly defined if custom parameters are used.
💬 Discussion 0 comments