iDryer Public Catalog¶
An open reference of filaments, brands, and print settings — available to everyone without registration.
Link: catalog.idryer.org
What Is It¶
The public catalog is a database from the 3D printing community:
- View filament specifications from various brands
- Find drying and print settings for specific materials
- See result photos from other users
- Download ready-made presets for slicers
No registration required — just open the website.
Home Page¶
Two main sections for navigation:
- Browse Brands — go to manufacturers list
- Filament Types — go to material types
Below — feature descriptions:
- Community Reviews — reviews and ratings from users
- Print Settings — temperature, speed, drying recommendations
- Photo Gallery — photos of printed items
Brands Section¶
List of filament manufacturers.
Brand Page¶
For each brand:
- Name and logo
- User rating
- List of filament types (PLA, PETG, ABS...) with product counts
Click on material type → list of products from this brand.
Product Page¶
Specific filament (brand + material + color):
- Color with HEX code
- Modifiers (if any)
- Community photos
- Related presets
Filament Types Section¶
Material reference: PLA, ABS, PETG, TPU, Nylon, etc.
Material Type Page¶
For each type:
- Drying Temperature — recommended drying temperature
- Drying Duration — drying time in hours
- Print Temperature — print temperature range
- Bed Temperature — bed temperature
Links to related presets:
- Drying Presets — drying presets for this material
- Print Presets — print presets
Presets¶
Catalog shows presets from the community and imported from external sources (SpoolmanDB, SimplyPrint).
Preset Page¶
Full information:
- Name and description
- Type: Print Preset or Drying Preset
- Author: username or import source
- Rating and number of ratings
- Creation date
Print Settings (for print presets)¶
- Nozzle Temperature
- Bed Temperature
- Chamber Temperature (if available)
- Print Speed
- Fan Speed
Drying Settings (for drying presets)¶
- Drying Temperature
- Drying Duration — time in hours
Downloading Presets¶
For print presets there's a Download Slicer Presets button — download a ready file for:
- OrcaSlicer
- PrusaSlicer
- Bambu Studio
Share Button¶
On preset page there's a Share button — share preset link on social networks or copy URL.
SEO and Open Graph¶
Every catalog page has:
- Unique title and description for search engines
- Open Graph images for social media previews
- JSON-LD structured data
This helps find needed presets through Google and displays links nicely when sharing.
For Portal Users¶
If you're registered in iDryer Portal — you can contribute to the catalog:
- Create public presets — they'll appear in catalog
- Rate presets — help others choose the best settings
- Add brands — expand the reference
- Upload photos of printed items
More details in the Portal section.
Technical Details¶
- Static generation (SSG) — pages update every 30-60 minutes
- Data available through public API
- Source code:
catalog-next/(Next.js)