Compare commits
75 Commits
7875979a3b
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2df0abb492 | ||
|
|
1df370325d | ||
|
|
934df95a52 | ||
|
|
c2b6de3c95 | ||
|
|
9e9feb5d1e | ||
|
|
9e93556e1c | ||
|
|
447ced49b4 | ||
|
|
5bdc29b19a | ||
|
|
3c61e6104b | ||
|
|
1ca7adbde9 | ||
|
|
6332e972bf | ||
|
|
e87cd5ec21 | ||
|
|
0d64cf15cf | ||
|
|
905f20626f | ||
|
|
93ed084671 | ||
|
|
12c7dc51d0 | ||
|
|
5ede0ae709 | ||
|
|
759047ca55 | ||
|
|
a2f99a2829 | ||
|
|
43e3e0a6f3 | ||
|
|
5174592a03 | ||
|
|
781f74a240 | ||
|
|
ee07eaabad | ||
|
|
afc60ac6d4 | ||
|
|
78ffdd60ca | ||
|
|
8c206f616b | ||
|
|
03a83f0ce0 | ||
| ebad6b9dd1 | |||
|
|
75890a447d | ||
|
|
56b2ed3244 | ||
|
|
0c69d97a34 | ||
|
|
85b72956e6 | ||
|
|
5558945ace | ||
|
|
94cc248f6d | ||
|
|
75a7972cf8 | ||
|
|
191841f6d3 | ||
|
|
43a50c246a | ||
|
|
16abc74c6e | ||
|
|
ee22c7b22a | ||
|
|
f1e70bac8f | ||
|
|
288eff90ef | ||
|
|
4966bed4bf | ||
|
|
1ea714a763 | ||
|
|
88ab3f0410 | ||
|
|
c391e5853e | ||
|
|
a12dd06e89 | ||
|
|
f481124217 | ||
|
|
0a3a9fe8fb | ||
|
|
58b62c8644 | ||
|
|
639b878a0b | ||
|
|
9aa21a6268 | ||
|
|
c300bd0ad8 | ||
|
|
fc3b49001c | ||
|
|
e97ca7aa46 | ||
|
|
854b2ffe47 | ||
|
|
341ca3557a | ||
|
|
1ae92813a3 | ||
|
|
650c8edcbd | ||
|
|
01a635dbf7 | ||
|
|
bfc729311b | ||
|
|
13f9f3c3e0 | ||
|
|
f6398a6b3c | ||
|
|
f4ed4f0746 | ||
|
|
a9218d0805 | ||
|
|
88d0fa0805 | ||
|
|
b75b3b1a2e | ||
|
|
f7cf807037 | ||
|
|
2fe6a13280 | ||
|
|
dcf0c3d358 | ||
|
|
aebbddec22 | ||
|
|
5140126867 | ||
|
|
d79cba562c | ||
|
|
e4db75ea2e | ||
|
|
66e7972f50 | ||
|
|
c9964d0178 |
95
.github/copilot-instructions.md
vendored
Normal file
95
.github/copilot-instructions.md
vendored
Normal file
@@ -0,0 +1,95 @@
|
|||||||
|
````instructions
|
||||||
|
# GitHub Copilot Instructions
|
||||||
|
|
||||||
|
**Never use the unicode multiplication symbol (×, U+00D7) in any documentation, code, or markdown.**
|
||||||
|
|
||||||
|
Always use a plain lowercase 'x' for dimensions and multiplication.
|
||||||
|
|
||||||
|
- WRONG: `25mm × 25mm × 25mm`
|
||||||
|
- CORRECT: `25mm x 25mm x 25mm`
|
||||||
|
|
||||||
|
# Git Instructions
|
||||||
|
|
||||||
|
- If a git command fails due to authentication reasons, retry the command exactly once.
|
||||||
|
|
||||||
|
# Wiki Tagging Standards
|
||||||
|
|
||||||
|
All wiki pages should use YAML frontmatter for tagging.
|
||||||
|
|
||||||
|
## Challenge Tags
|
||||||
|
All challenge pages must include the following tags:
|
||||||
|
- `challenge`: Identifies the page as a challenge.
|
||||||
|
- `challenge-NNN`: A unique sequential identifier.
|
||||||
|
- `challenge-001`: October 2025
|
||||||
|
- `challenge-002`: November 2025
|
||||||
|
- `challenge-003`: December 2025
|
||||||
|
- Increment for subsequent months.
|
||||||
|
- `archive`: (Optional) Use this tag when the challenge is no longer active.
|
||||||
|
|
||||||
|
## Visibility Tags
|
||||||
|
- `hidden`: Use this tag to prevent the page from being published to the fargo3d.com website.
|
||||||
|
|
||||||
|
# Challenge Lifecycle
|
||||||
|
|
||||||
|
Challenges follow a specific monthly cycle:
|
||||||
|
1. **Announcement**: A challenge is announced at the meetup in Month X.
|
||||||
|
2. **Execution**: Participants work on the challenge between Month X and Month X+1.
|
||||||
|
3. **Judging**: Results are brought to and judged at the meetup in Month X+1.
|
||||||
|
|
||||||
|
**Example:**
|
||||||
|
- **November Challenge**: Announced in November, Judged in December.
|
||||||
|
- **December Challenge**: Announced in December, Judged in January.
|
||||||
|
|
||||||
|
**Wiki Page Roles:**
|
||||||
|
- **Current-Challenge.md**: Displays the challenge currently in the "Execution" phase (announced last month, to be judged at the upcoming meetup).
|
||||||
|
- **Upcoming-Challenge.md**: Displays the challenge to be announced at the upcoming meetup.
|
||||||
|
|
||||||
|
# Content Synchronization
|
||||||
|
|
||||||
|
The `wiki-fargo3d` submodule contains the official documentation. Some content is mirrored in the main repository root and `wiki-content-gitea`.
|
||||||
|
|
||||||
|
## Synchronization Matrix
|
||||||
|
When updating monthly challenges, dates, or announcements, update all corresponding locations:
|
||||||
|
- **Root `Readme.md` vs `wiki-fargo3d/Home.md` (and `wiki-content-gitea/Home.md`)**:
|
||||||
|
- Keep active challenge name, upcoming challenge name, and general descriptions in sync.
|
||||||
|
- **Root `challenges.md` vs `wiki-fargo3d/Current-Challenge.md` (and `wiki-content-gitea/Current-Challenge.md`)**:
|
||||||
|
- Keep active challenge details, requirements, judging, timeline, and challenge archive table in sync.
|
||||||
|
- **Root `itinerary.md` vs `wiki-fargo3d/Itinerary.md` (and `wiki-content-gitea/Itinerary.md`)**:
|
||||||
|
- Keep meeting schedules and segment timelines in sync.
|
||||||
|
- **`wiki-fargo3d/Upcoming-Challenge.md` vs `wiki-content-gitea/Upcoming-Challenge.md`**:
|
||||||
|
- Keep upcoming challenge announcement details in sync.
|
||||||
|
- **`wiki-fargo3d/Important-Dates.md` vs `wiki-content-gitea/Important-Dates.md`**:
|
||||||
|
- Keep upcoming meetup dates, completed statuses, and challenge milestones in sync.
|
||||||
|
- **`announcements/<MonthYear>.md` vs `challenges/<Month-Year>/readme.md`**:
|
||||||
|
- Keep announcement email texts, meeting dates/locations, and challenge folders in sync.
|
||||||
|
|
||||||
|
## Meeting Location Standards
|
||||||
|
- **Primary / Standard Location**:
|
||||||
|
```text
|
||||||
|
West Fargo Public Library
|
||||||
|
215 Third St. E.
|
||||||
|
West Fargo, ND 58078
|
||||||
|
```
|
||||||
|
- All regular meetings, `Important-Dates.md`, and announcements should reflect the West Fargo Public Library unless a specific one-off meeting venue is designated.
|
||||||
|
|
||||||
|
## "Last Updated" Date Policy
|
||||||
|
- Any page containing a `**Last Updated**: <Date>` footer (e.g., `Home.md`, `Important-Dates.md`) **must** be updated to reflect the current date whenever changes or reviews occur.
|
||||||
|
|
||||||
|
## Git Workflow for Wiki Updates
|
||||||
|
1. Make changes in `wiki-fargo3d/` (and mirror to `wiki-content-gitea/` if applicable).
|
||||||
|
2. Commit and push changes in `wiki-fargo3d`.
|
||||||
|
3. Update root documentation (`Readme.md`, `challenges.md`, `itinerary.md`, `announcements/`).
|
||||||
|
4. Go to root `/home/espoon/photos/3dPrintMeetup` (or `P:\3dPrintMeetup`).
|
||||||
|
5. Commit root changes including the submodule pointer update.
|
||||||
|
6. Push root changes.
|
||||||
|
|
||||||
|
## Example Front Matter
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
---
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- challenge-002
|
||||||
|
---
|
||||||
|
```
|
||||||
|
````
|
||||||
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# VS Code
|
||||||
|
.vscode/
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
|
os
|
||||||
BIN
.images/Nov-Comp-ss1.png
Normal file
BIN
.images/Nov-Comp-ss1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
BIN
.images/Nov-Comp-ss2.png
Normal file
BIN
.images/Nov-Comp-ss2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
BIN
Challenge Files/November2025/Cube.3mf
Normal file
BIN
Challenge Files/November2025/Cube.3mf
Normal file
Binary file not shown.
Binary file not shown.
47
Community File Share/SnapFrames/readme.md
Normal file
47
Community File Share/SnapFrames/readme.md
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
---
|
||||||
|
title: "SnapFrames - 216x140mm Picture Frame (Hickory)"
|
||||||
|
category: "files"
|
||||||
|
description: "Parametric 3D printable snap-together picture frame files generated from snapframes.app."
|
||||||
|
tags:
|
||||||
|
- 3d-models
|
||||||
|
- stl
|
||||||
|
- snapframes
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Community File Share](../readme.md)
|
||||||
|
|
||||||
|
# SnapFrames: 216x140mm Picture Frame (Hickory Style)
|
||||||
|
|
||||||
|
Community file package for a parametric, snap-together picture frame generated on February 26, 2026.
|
||||||
|
|
||||||
|
## Specifications
|
||||||
|
|
||||||
|
- **Interior Dimensions**: 216mm x 140mm (8.5 in x 5.5 in)
|
||||||
|
- **Frame Shape**: Rectangle
|
||||||
|
- **Frame Type**: PictureFrame
|
||||||
|
- **Frame Style**: Hickory
|
||||||
|
- **Build Plate Compatibility**: 330mm build plate (pieces can be printed individually or grouped)
|
||||||
|
|
||||||
|
## What's Included in the Archive
|
||||||
|
|
||||||
|
The ZIP package [`SnapFrames_216x140mm_PictureFrame_Hickory_2026-02-26.zip`](./SnapFrames_216x140mm_PictureFrame_Hickory_2026-02-26.zip) contains:
|
||||||
|
|
||||||
|
| File | Description |
|
||||||
|
| :--- | :--- |
|
||||||
|
| `STL_Frame_Top_1.stl` | Top frame rail |
|
||||||
|
| `STL_Frame_Bottom_1.stl` | Bottom frame rail |
|
||||||
|
| `STL_Frame_Left_1.stl` | Left vertical frame rail |
|
||||||
|
| `STL_Frame_Right_1.stl` | Right vertical frame rail |
|
||||||
|
| `STL_Clip_1.stl` - `STL_Clip_4.stl` | Corner snap clips (x4) |
|
||||||
|
| `STL_Prong_1.stl` - `STL_Prong_4.stl` | Retention prongs (x4) |
|
||||||
|
| `STL_Sample_Bottom.stl` | Sample corner test piece (bottom) |
|
||||||
|
| `STL_Sample_Left.stl` | Sample corner test piece (left) |
|
||||||
|
| `frame-settings.json` | SnapFrames export config for easy modification |
|
||||||
|
| `README.txt` | Frame generation log |
|
||||||
|
|
||||||
|
## How to Customize or Re-import Settings
|
||||||
|
|
||||||
|
1. Visit [snapframes.app](https://snapframes.app)
|
||||||
|
2. Click **"Import Settings from File"**
|
||||||
|
3. Select `frame-settings.json` from the ZIP archive
|
||||||
|
4. Modify dimensions, styles, or joint clearances to fit your print bed or artwork!
|
||||||
25
Community File Share/readme.md
Normal file
25
Community File Share/readme.md
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
title: "Community File Share"
|
||||||
|
category: "files"
|
||||||
|
description: "Repository of 3D models, print files, and resources shared with the Fargo 3D Printing Meetup community."
|
||||||
|
tags:
|
||||||
|
- community-files
|
||||||
|
- 3d-models
|
||||||
|
- stl
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Home Page](../Readme.md)
|
||||||
|
|
||||||
|
# Community File Share
|
||||||
|
|
||||||
|
A dedicated space for 3D models, test prints, parametric templates, and resources shared directly by meetup organizers and community members.
|
||||||
|
|
||||||
|
## Shared Packages & Models
|
||||||
|
|
||||||
|
| Project / Package | Description | Format | Link |
|
||||||
|
| :--- | :--- | :--- | :--- |
|
||||||
|
| **SnapFrames Picture Frame** | Parametric 216x140mm (8.5x5.5 in) snap-together picture frame in Hickory style. | ZIP / STLs + JSON Config | [SnapFrames Overview & Download](./SnapFrames/readme.md) |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
*Want to share a community model or project? Connect with the organizers at our monthly meetup or on the [Fargo 3D Discord](https://discord.gg/EAwhSGMaA).*
|
||||||
@@ -1,11 +1,30 @@
|
|||||||
|
---
|
||||||
|
title: "Getting Started with 3D Fuel & HueForge"
|
||||||
|
category: "hueforge"
|
||||||
|
subcategory: "HueForge"
|
||||||
|
order: 1
|
||||||
|
description: "Guide to importing and using the 3D Fuel filament library in HueForge."
|
||||||
|
tags:
|
||||||
|
- guides
|
||||||
|
- hueforge
|
||||||
|
- filament
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Home Page](../Readme.md)
|
||||||
|
|
||||||
# HueForge 3D Fuel Filament Library
|
# HueForge 3D Fuel Filament Library
|
||||||
|
|
||||||
This folder contains the official 3D Fuel filament library for HueForge, providing accurate color and transmissivity data for 127+ 3D Fuel filaments.
|
This folder contains the official 3D Fuel filament library for HueForge, providing accurate color and transmissivity data for 127+ 3D Fuel filaments.
|
||||||
|
|
||||||
|
## Direct Library Download
|
||||||
|
|
||||||
|
- **[Download 3d-Fuel.json (Raw URL)](https://meetup.fargo3d.com/Fargo3d/3DPrintMeetup/raw/branch/dev/HueForge/3d-Fuel.json)**
|
||||||
|
- **[Download from Repo](./3d-Fuel.json)**
|
||||||
|
|
||||||
## What's Included
|
## What's Included
|
||||||
|
|
||||||
- **3d-fuel.json** - Complete filament library with:
|
- **3d-fuel.json** - Complete filament library with:
|
||||||
- 127 filament entries from 3D Fuel and 3D Fuel Tough lines
|
- 120+ filament entries from 3D Fuel and 3D Fuel Tough lines
|
||||||
- Accurate hex color codes
|
- Accurate hex color codes
|
||||||
- Transmissivity values for realistic light simulation
|
- Transmissivity values for realistic light simulation
|
||||||
- Both PLA+ and PCTG material types
|
- Both PLA+ and PCTG material types
|
||||||
@@ -18,7 +37,7 @@ This folder contains the official 3D Fuel filament library for HueForge, providi
|
|||||||
## Steps for Adding to Your HueForge
|
## Steps for Adding to Your HueForge
|
||||||
|
|
||||||
1. **Download the File**
|
1. **Download the File**
|
||||||
- Download the `3d-fuel.json` file from this folder
|
- Download the [`3d-Fuel.json`](https://meetup.fargo3d.com/Fargo3d/3DPrintMeetup/raw/branch/dev/HueForge/3d-Fuel.json) file directly from this repository or use the direct [3d-Fuel.json](./3d-Fuel.json) link.
|
||||||
|
|
||||||
2. **Locate Your HueForge Installation**
|
2. **Locate Your HueForge Installation**
|
||||||
- Navigate to your HueForge application folder
|
- Navigate to your HueForge application folder
|
||||||
@@ -72,5 +91,5 @@ For questions about this filament library or HueForge integration, contact the 3
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
*Last Updated: October 2025*
|
*Last Updated: September 3, 2026*
|
||||||
*Source: 3D Fuel Official Shopify Database*
|
*Source: 3D Fuel Official Shopify Database*
|
||||||
46
Important-Dates.md
Normal file
46
Important-Dates.md
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
---
|
||||||
|
title: "Important Dates"
|
||||||
|
category: "meetup"
|
||||||
|
order: 3
|
||||||
|
description: "Upcoming meeting schedule, challenge deadlines, and community calendar."
|
||||||
|
tags:
|
||||||
|
- meetup
|
||||||
|
- calendar
|
||||||
|
---
|
||||||
|
[← Back to Home Page](Readme.md)
|
||||||
|
|
||||||
|
# Important Dates & Schedule
|
||||||
|
|
||||||
|
Mark your calendars for our upcoming 2026 meeting dates (typically the 3rd Wednesday of each month from 6:00 PM - 8:00 PM):
|
||||||
|
|
||||||
|
| Date | Event / Theme | Location |
|
||||||
|
| :--- | :--- | :--- |
|
||||||
|
| **September 16, 2026** | **Practi"FALL" Prints Challenge Judging** | West Fargo Public Library |
|
||||||
|
| **October 21, 2026** | **October Meetup & Halloween Prints** | West Fargo Public Library |
|
||||||
|
| **November 18, 2026** | **November Meetup & Multi-Material Printing** | West Fargo Public Library |
|
||||||
|
| **December 16, 2026** | **Annual Holiday Maker Showcase** | West Fargo Public Library |
|
||||||
|
|
||||||
|
## Meeting Location
|
||||||
|
|
||||||
|
**Standard Location:**
|
||||||
|
West Fargo Public Library
|
||||||
|
215 Third St. E.
|
||||||
|
West Fargo, ND 58078
|
||||||
|
|
||||||
|
*(Note: We will occasionally have one-off meetings at alternative venues, which will be announced in advance.)*
|
||||||
|
|
||||||
|
## Regular Meeting Format
|
||||||
|
|
||||||
|
- **6:00-6:15 PM**: Arrival & Social Time
|
||||||
|
- **6:15-6:45 PM**: Industry News & Updates (John)
|
||||||
|
- **6:45-7:15 PM**: Show & Tell (includes challenge judging)
|
||||||
|
- **7:15-7:45 PM**: Featured Presentation
|
||||||
|
- **7:45-8:00 PM**: Closing & General Discussion
|
||||||
|
|
||||||
|
## Contact Information
|
||||||
|
|
||||||
|
[feedback@fargo3d.com](mailto:feedback@fargo3d.com)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Last Updated**: September 3, 2026
|
||||||
164
Readme.md
164
Readme.md
@@ -1,34 +1,31 @@
|
|||||||
---
|
---
|
||||||
gitea: none
|
title: "Home"
|
||||||
include_toc: true
|
category: "meetup"
|
||||||
---
|
order: 1
|
||||||
|
description: "Official Fargo 3D Printing Meetup Knowledge Base and Community Hub."
|
||||||
# **⚠️ IMPORTANT: MEETUP DATE CHANGES**
|
tags:
|
||||||
|
- meetup
|
||||||
## **Next Two Meetups Will NOT be on the 3rd Wednesday**
|
- welcome
|
||||||
|
|
||||||
- **November Meetup: November 12th, 2025**
|
|
||||||
- **December Meetup: December 10th, 2025**
|
|
||||||
|
|
||||||
**We will resume normal 3rd Wednesday schedule after the New Year.**
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# 3D Fuel 3D Printing Monthly Meetup
|
# 3D Fuel 3D Printing Monthly Meetup
|
||||||
|
|
||||||
Welcome to the official repository for our monthly 3D printing meetup! This community-driven event brings together 3D printing enthusiasts, makers, and innovators to share knowledge, showcase projects, and explore the latest in additive manufacturing technology.
|
Welcome to the official repository for our monthly 3D printing meetup! This community-driven event brings together 3D printing enthusiasts, makers, and innovators to share knowledge, showcase projects, and explore the latest in additive manufacturing technology.
|
||||||
|
|
||||||
## 📋 Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [📋 Itinerary](#-itinerary)
|
- [Itinerary](#itinerary)
|
||||||
- [🏆 Monthly Challenges](#-monthly-challenges)
|
- [Important Dates](#important-dates)
|
||||||
- [🎨 HueForge Integration](#-hueforge-integration)
|
- [Monthly Challenges](#monthly-challenges)
|
||||||
- [💡 Community Planning](#-community-planning)
|
- [Community File Share](#community-file-share)
|
||||||
- [🎯 About Our Meetup](#-about-our-meetup)
|
- [HueForge Integration](#hueforge-integration)
|
||||||
- [🤝 Community Engagement](#-community-engagement)
|
- [Community Tools & Supplies](#community-tools--supplies)
|
||||||
- [📞 Getting Involved](#-getting-involved)
|
- [Community Planning & Docs](#community-planning--docs)
|
||||||
|
- [About Our Meetup](#about-our-meetup)
|
||||||
|
- [Join the Discord](https://discord.gg/EAwhSGMaA)
|
||||||
|
- [Feedback](mailto:feedback@fargo3d.com)
|
||||||
|
|
||||||
### [<EFBFBD> Itinerary](./itinerary.md)
|
### [Itinerary](./itinerary.md)
|
||||||
|
|
||||||
Complete meeting format and timeline for our monthly gatherings. Includes:
|
Complete meeting format and timeline for our monthly gatherings. Includes:
|
||||||
|
|
||||||
@@ -38,43 +35,63 @@ Complete meeting format and timeline for our monthly gatherings. Includes:
|
|||||||
- Featured presentations and workshops
|
- Featured presentations and workshops
|
||||||
- Meeting guidelines and etiquette
|
- Meeting guidelines and etiquette
|
||||||
|
|
||||||
## 🏆 Monthly Challenges
|
### [Important Dates](./Important-Dates.md)
|
||||||
|
|
||||||
### [Current Challenges](./challenges.md)
|
Upcoming meeting dates, challenge milestones, and venue information for our regular gatherings at the West Fargo Public Library.
|
||||||
|
|
||||||
|
## Monthly Challenges
|
||||||
|
|
||||||
|
### [Maker Challenges Hub](./challenges/readme.md)
|
||||||
|
|
||||||
Monthly design challenges and competitions. Currently featuring:
|
Monthly design challenges and competitions. Currently featuring:
|
||||||
|
|
||||||
- **October 2025**: "Is it Glass or Clearly Natural?" transparency challenge
|
- **[Active Challenge](./challenges/current/current.md)**: Practi"FALL" Prints (Functional Utility & Practicality, judging September 16, 2026)
|
||||||
|
- **[Upcoming Preview](./challenges/current/upcoming.md)**: October 2026 challenge preview
|
||||||
|
- **[Challenge Archive](./challenges/archive/readme.md)**: Historical past challenges from 2025 and 2026
|
||||||
- Challenge rules, judging criteria, and submission guidelines
|
- Challenge rules, judging criteria, and submission guidelines
|
||||||
- Prize structures and recognition programs
|
- Free filament spool prizes for challenge winners
|
||||||
- Tips for achieving the best results
|
|
||||||
|
|
||||||
## 🎨 HueForge Integration
|
## Community File Share
|
||||||
|
|
||||||
### [3D Fuel Filament Library](./HueForge/)
|
### [Community File Share Hub](./Community%20File%20Share/readme.md)
|
||||||
|
|
||||||
|
Shared 3D models, test prints, parametric designs, and resources shared directly by meetup organizers and community members:
|
||||||
|
|
||||||
|
- **[SnapFrames Picture Frame](./Community%20File%20Share/SnapFrames/readme.md)**: Parametric snap-together picture frame package (Hickory style, 216x140mm / 8.5x5.5 in) with STL parts and `frame-settings.json` for snapframes.app customization.
|
||||||
|
|
||||||
|
## HueForge Integration
|
||||||
|
|
||||||
|
### [3D Fuel Filament Library](./HueForge/README.md)
|
||||||
|
|
||||||
Enhance your HueForge projects with our comprehensive 3D Fuel filament library! This community resource includes:
|
Enhance your HueForge projects with our comprehensive 3D Fuel filament library! This community resource includes:
|
||||||
|
|
||||||
- **127+ filament specifications** with accurate color and transmissivity data
|
- **120+ filament specifications** with accurate color and transmissivity data
|
||||||
- **Complete material range** including PLA+, PCTG, transparents, and metallics
|
- **Complete material range** including PLA+, PCTG, transparents, and metallics
|
||||||
- **Easy installation** with step-by-step instructions
|
- **Easy installation** with step-by-step instructions
|
||||||
- **Community-tested** filament profiles for optimal results
|
- **[Direct Download](./HueForge/3d-Fuel.json)**: Raw JSON library file ready to import
|
||||||
- **Perfect for lithophanes**, multi-color prints, and transparency projects
|
|
||||||
|
|
||||||
Download the library and follow the installation guide to add professional-grade 3D Fuel filament data to your HueForge workflow.
|
## Community Tools & Supplies
|
||||||
|
|
||||||
## 💡 Community Planning
|
### [Supporting Our Community](./tools/Supporting-Our-Community.md)
|
||||||
|
|
||||||
### [Ideas & Planning](./ideas.md)
|
Curated 3D printing supplies, recommended tools, and partner discounts:
|
||||||
|
|
||||||
Creative concepts and future planning for meetup activities:
|
- **3D Fuel Filament Code**: Save on filament with exclusive code **`FARGO3D`** on 3DFuel.com.
|
||||||
|
- **Bed Removal Scrapers**: Safe, flexible tools for PEI build plate print removal.
|
||||||
|
- **Filament Dry Boxes**: Heavy-duty airtight storage options for moisture-sensitive filaments.
|
||||||
|
- **Color-Changing Reusable Desiccant**: High-capacity indicating beads for dry boxes.
|
||||||
|
|
||||||
- Competition format development ("Sliced" design challenge concept)
|
## Community Planning & Docs
|
||||||
- Community outreach and school partnerships
|
|
||||||
- Event structure improvements
|
|
||||||
- Monthly challenge selection processes
|
|
||||||
|
|
||||||
## 🎯 About Our Meetup
|
### [Planning & Developer Documentation](./docs/readme.md)
|
||||||
|
|
||||||
|
Internal documentation, future planning, and technical specifications:
|
||||||
|
|
||||||
|
- **[Ideas & Planning](./docs/ideas.md)**: Competition concepts ("Sliced" design challenge), outreach initiatives, and presentation topics
|
||||||
|
- **[Architecture & Spec](./docs/update.md)**: Website integration architecture, folder taxonomy, and Gitea API schemas
|
||||||
|
- **[Wiki Changes Tracker](./docs/wiki-needed-changes.md)**: Migration and cleanup checklist
|
||||||
|
|
||||||
|
## About Our Meetup
|
||||||
|
|
||||||
### What We Do
|
### What We Do
|
||||||
|
|
||||||
@@ -94,55 +111,30 @@ Our meetings follow a structured 2-hour format designed to maximize learning and
|
|||||||
4. **Featured Presentation**: In-depth technical content
|
4. **Featured Presentation**: In-depth technical content
|
||||||
5. **Closing Discussion**: Wrap-up and informal conversation
|
5. **Closing Discussion**: Wrap-up and informal conversation
|
||||||
|
|
||||||
### Monthly Challenges
|
### Meeting Location
|
||||||
|
|
||||||
We host themed design challenges that encourage creativity and skill development:
|
**Standard Venue:**
|
||||||
|
West Fargo Public Library
|
||||||
|
215 Third St. E.
|
||||||
|
West Fargo, ND 58078
|
||||||
|
|
||||||
- **Transparent Printing**: Testing clarity with 3D Fuel "Clearly Natural" filaments
|
## Document Navigation
|
||||||
- **Technical Challenges**: Exploring specific printing techniques or materials
|
|
||||||
- **Community Judging**: Group evaluation during show & tell sessions
|
|
||||||
- **Recognition**: Prizes and social media features for winners
|
|
||||||
|
|
||||||
## 🤝 Community Engagement
|
| Document | Purpose | Location |
|
||||||
|
| :--- | :--- | :--- |
|
||||||
### Participation
|
| **Meeting Itinerary** | Meeting structure, segment schedule, and guidelines | [itinerary.md](./itinerary.md) |
|
||||||
|
| **Important Dates** | Upcoming meeting dates and challenge milestones | [Important-Dates.md](./Important-Dates.md) |
|
||||||
- **Open to All**: Beginners and experts welcome
|
| **Challenges Hub** | Overview of challenges and competition rules | [challenges/readme.md](./challenges/readme.md) |
|
||||||
- **Bring Your Prints**: Share your latest creations during show & tell
|
| **Active Challenge** | Current monthly challenge theme and submission rules | [challenges/current/current.md](./challenges/current/current.md) |
|
||||||
- **Ask Questions**: Interactive Q&A sessions throughout the meeting
|
| **Challenge Archive** | Archive of all past challenges from 2025-2026 | [challenges/archive/readme.md](./challenges/archive/readme.md) |
|
||||||
- **Submit Challenges**: Contribute ideas for future monthly challenges
|
| **Community File Share** | Shared 3D models and print files (SnapFrames) | [Community File Share/readme.md](./Community%20File%20Share/readme.md) |
|
||||||
|
| **Tools & Gear** | Recommended tools, storage, and 3D Fuel discounts | [tools/Supporting-Our-Community.md](./tools/Supporting-Our-Community.md) |
|
||||||
### Partnerships
|
| **HueForge Guide** | 3D Fuel color library and setup instructions | [HueForge/README.md](./HueForge/README.md) |
|
||||||
|
| **Ideas & Planning** | Community suggestions and future roadmap | [docs/ideas.md](./docs/ideas.md) |
|
||||||
- **Local Schools**: Outreach to robotics teams and STEM programs
|
| **Planning & Docs Index** | Developer docs and migration specs | [docs/readme.md](./docs/readme.md) |
|
||||||
- **Discord Integration**: Online community voting and discussions
|
|
||||||
- **Social Media**: Documentation and sharing of member achievements
|
|
||||||
|
|
||||||
## 📞 Getting Involved
|
|
||||||
|
|
||||||
### How to Participate
|
|
||||||
|
|
||||||
1. **Attend Meetings**: Join us monthly from 6:00-8:00 PM
|
|
||||||
2. **Bring Projects**: Share your prints during show & tell
|
|
||||||
3. **Enter Challenges**: Submit entries for monthly competitions
|
|
||||||
4. **Contribute Ideas**: Help shape future meetup activities
|
|
||||||
|
|
||||||
### Stay Connected
|
|
||||||
|
|
||||||
- Check this repository for updates and new challenges
|
|
||||||
- Follow challenge submission deadlines
|
|
||||||
- Participate in community discussions and voting
|
|
||||||
|
|
||||||
## 📚 Document Navigation
|
|
||||||
|
|
||||||
| Document | Purpose | Key Information |
|
|
||||||
|----------|---------|-----------------|
|
|
||||||
| [itinerary.md](./itinerary.md) | Meeting structure and timing | 6PM-8PM format, segment details |
|
|
||||||
| [challenges.md](./challenges.md) | Monthly competitions | Rules, prizes, submission guidelines |
|
|
||||||
| [ideas.md](./ideas.md) | Future planning and concepts | Community outreach, format improvements |
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Next Meeting**: Check the schedule for upcoming meeting details and featured presentations.
|
**Next Meeting**: September 16, 2026 (6:00 PM - 8:00 PM) at West Fargo Public Library.
|
||||||
|
|
||||||
**Current Challenge**: Visit [challenges.md](./challenges.md) for the latest monthly challenge information and submission requirements.
|
**Current Challenge**: Bring your functional prints to the September 16th meetup for [Practi"FALL" Prints](./challenges/current/current.md)!
|
||||||
|
|||||||
41
announcements/April2026.md
Normal file
41
announcements/April2026.md
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
---
|
||||||
|
title: "April 2026 Meetup Announcement"
|
||||||
|
category: "announcements"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202604
|
||||||
|
description: "Join Us April 29th: 3D Printing Meetup + Sliced Details & Experiments"
|
||||||
|
tags:
|
||||||
|
- announcements
|
||||||
|
- 2026
|
||||||
|
---
|
||||||
|
|
||||||
|
# 3D Fuel April Meetup - Meeting Announcement
|
||||||
|
|
||||||
|
## Email Subject Line
|
||||||
|
|
||||||
|
Join Us April 29th: 3D Printing Meetup + Sliced Details & Experiments
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Email Body / Reddit Post
|
||||||
|
|
||||||
|
Hey everyone!
|
||||||
|
|
||||||
|
Join us April 29th for the **April 3D Printing Meetup**.
|
||||||
|
|
||||||
|
For more information about the meetup and community events, visit [www.fargo3d.com](https://www.fargo3d.com)
|
||||||
|
|
||||||
|
**Time: 6:00 - 8:00 PM**
|
||||||
|
**Location**: 2222 7th Ave N, Fargo, ND 58102
|
||||||
|
|
||||||
|
Come join us to catch the latest industry news updates from John.
|
||||||
|
|
||||||
|
### Challenge Reminder: Bring an Experiment
|
||||||
|
|
||||||
|
Don't forget to bring your **Bring an Experiment** entries for judging! We challenged you to try something new, crazy, or wild. Be prepared to share what you tried, why you tried it, and whether it worked or failed. We'll be doing a group vote for the favorite experimental attempt, and the winner gets a **free spool of filament**!
|
||||||
|
|
||||||
|
### Special Topic: Sliced Details
|
||||||
|
|
||||||
|
This month's special topic is **Sliced Details**. Since our theme is all about experiments, we'll be looking a bit more closely at the data and analytics the slicer gives us. We'll explore how to interpret details like flow rates, layer times, line widths, and more to better understand your prints before they even hit the build plate. Come learn how to leverage this data to push your 3D printing experiments further!
|
||||||
|
|
||||||
|
See you there!
|
||||||
45
announcements/August2026.md
Normal file
45
announcements/August2026.md
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
---
|
||||||
|
title: "August 2026 Meetup Announcement"
|
||||||
|
category: "announcements"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202608
|
||||||
|
description: "Join Us in August: 3D Printing Meetup + Gridfinity Extravaganza!"
|
||||||
|
tags:
|
||||||
|
- announcements
|
||||||
|
- 2026
|
||||||
|
---
|
||||||
|
|
||||||
|
# 3D Fuel August Meetup - Meeting Announcement
|
||||||
|
|
||||||
|
## Email Subject Line
|
||||||
|
|
||||||
|
Join Us in August: 3D Printing Meetup + Gridfinity Extravaganza!
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Email Body
|
||||||
|
|
||||||
|
Hey everyone!
|
||||||
|
|
||||||
|
Join us for the **August 3D Printing Meetup**.
|
||||||
|
|
||||||
|
For more information about the meetup and community events, visit [www.fargo3d.com](https://www.fargo3d.com)
|
||||||
|
|
||||||
|
**Date: Wednesday, August 19th, 2026**
|
||||||
|
**Time: 6:00 - 8:00 PM**
|
||||||
|
**Location**: West Fargo Public Library, 215 Third St. E., West Fargo, ND 58078
|
||||||
|
|
||||||
|
Come join us to catch the latest industry news updates from John and share your organizational wins!
|
||||||
|
|
||||||
|
### August Challenge: Gridfinity Extravaganza
|
||||||
|
|
||||||
|
This month's challenge is all about the **Gridfinity** system! Whether you're a pro at organizing or just starting out, we want to see your best modules.
|
||||||
|
|
||||||
|
**Challenge Requirements:**
|
||||||
|
- Bring a **Gridfinity Base**.
|
||||||
|
- Bring **one top accessory** that fits into that base (this can be a bin, a cover, a tool holder, etc.).
|
||||||
|
- Be ready to show how it works and why you chose that specific part!
|
||||||
|
|
||||||
|
This is a great opportunity to see different variations of the Gridfinity system and pick up some new ideas for your own workshop.
|
||||||
|
|
||||||
|
See you there!
|
||||||
50
announcements/December2025.md
Normal file
50
announcements/December2025.md
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
---
|
||||||
|
title: "December 2025 Meetup Announcement"
|
||||||
|
category: "announcements"
|
||||||
|
subcategory: "2025"
|
||||||
|
order: 202512
|
||||||
|
description: "Join Us December 10th: 3D Printing Meetup + SVG Lettering + FormNext Recap + Challenge Winners"
|
||||||
|
tags:
|
||||||
|
- announcements
|
||||||
|
- 2025
|
||||||
|
---
|
||||||
|
|
||||||
|
# 3D Fuel December Meetup - Meeting Announcement
|
||||||
|
|
||||||
|
## Email Subject Line
|
||||||
|
|
||||||
|
Join Us December 10th: 3D Printing Meetup + SVG Lettering + FormNext Recap + Challenge Winners
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Email Body / Reddit Post
|
||||||
|
|
||||||
|
Hey everyone!
|
||||||
|
|
||||||
|
Join us for the **December 3D Printing Meetup**.
|
||||||
|
|
||||||
|
For more information about the meetup and community events, visit [www.fargo3d.com](https://www.fargo3d.com)
|
||||||
|
|
||||||
|
### Meeting Agenda
|
||||||
|
|
||||||
|
**Time: 6:00 - 8:00 PM**
|
||||||
|
|
||||||
|
1. **Social Time & Networking** - Welcome and catching up
|
||||||
|
2. **Industry News Update** - **Formnext Coverage** with John - A look at the latest tech from the world's largest additive manufacturing expo.
|
||||||
|
3. **Show & Tell & Challenge Judging** - **November Challenge Judging**: "Wait, This Was Printed?" (Smooth Cube Challenge). Bring your cubes!
|
||||||
|
4. **New December Challenge Announcement** - "Bring Your Test Models" - Share your favorite calibration and testing prints.
|
||||||
|
5. **Featured Presentation: SVGs and Lettering on Prints** - Presented by **Eric Spooner**
|
||||||
|
6. **Closing Discussion** - Wrap-up and informal conversation
|
||||||
|
|
||||||
|
### Special Presentation: SVGs and Lettering on Prints
|
||||||
|
|
||||||
|
Join us for a deep dive into adding custom graphics and text to your 3D prints! This presentation will cover:
|
||||||
|
|
||||||
|
- **Working with SVGs**: How to prepare vector graphics for 3D printing.
|
||||||
|
- **Lettering Techniques**: Best practices for embedding or embossing text onto your models.
|
||||||
|
- **Workflow Tips**: From design software to slicer implementation.
|
||||||
|
|
||||||
|
### Location & Details
|
||||||
|
|
||||||
|
**When:** Wednesday, December 10th, 2025 | 6:00 - 8:00 PM
|
||||||
|
**Where:** 3D-Fuel 2222 7th Ave N Fargo, ND 58102
|
||||||
40
announcements/February2026.md
Normal file
40
announcements/February2026.md
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
---
|
||||||
|
title: "February 2026 Meetup Announcement"
|
||||||
|
category: "announcements"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202602
|
||||||
|
description: "Join Us Tonight: 3D Printing Meetup + Filament Storage Discussion"
|
||||||
|
tags:
|
||||||
|
- announcements
|
||||||
|
- 2026
|
||||||
|
---
|
||||||
|
|
||||||
|
# 3D Fuel February Meetup - Meeting Announcement
|
||||||
|
|
||||||
|
## Email Subject Line
|
||||||
|
|
||||||
|
Join Us Tonight: 3D Printing Meetup + Filament Storage Discussion
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Email Body / Reddit Post
|
||||||
|
|
||||||
|
Hey everyone!
|
||||||
|
|
||||||
|
Join us tonight for the **February 3D Printing Meetup**.
|
||||||
|
|
||||||
|
For more information about the meetup and community events, visit [www.fargo3d.com](https://www.fargo3d.com)
|
||||||
|
|
||||||
|
**Time: 6:00 - 8:00 PM**
|
||||||
|
|
||||||
|
Come join us to catch the latest industry news updates from John.
|
||||||
|
|
||||||
|
### Challenge Reminder: Maker Coin Holder
|
||||||
|
|
||||||
|
Don't forget to bring your **Maker Coin Holder** designs for judging! This is the culmination of our January challenge. We're excited to see your creative solutions for displaying the Filament Fabricators Maker Coin.
|
||||||
|
|
||||||
|
### Special Topic: Filament Storage
|
||||||
|
|
||||||
|
This month's special topic is **Filament Storage**. We'll be discussing the best ways to keep your material in top condition. Whether you use dry boxes, specialized dryers, or just good old ziplock bags with desiccant, come share your tips and learn about proper filament care.
|
||||||
|
|
||||||
|
See you there!
|
||||||
39
announcements/January2026.md
Normal file
39
announcements/January2026.md
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
---
|
||||||
|
title: "January 2026 Meetup Announcement"
|
||||||
|
category: "announcements"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202601
|
||||||
|
description: "Join Us Tonight: 3D Printing Meetup + 3D Fuel Production Tour"
|
||||||
|
tags:
|
||||||
|
- announcements
|
||||||
|
- 2026
|
||||||
|
---
|
||||||
|
|
||||||
|
# 3D Fuel January Meetup - Meeting Announcement
|
||||||
|
|
||||||
|
## Email Subject Line
|
||||||
|
|
||||||
|
Join Us Tonight: 3D Printing Meetup + 3D Fuel Production Tour
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Email Body / Reddit Post
|
||||||
|
|
||||||
|
Hey everyone!
|
||||||
|
|
||||||
|
Join us tonight for the **January 3D Printing Meetup**.
|
||||||
|
|
||||||
|
For more information about the meetup and community events, visit [www.fargo3d.com](https://www.fargo3d.com)
|
||||||
|
|
||||||
|
**Time: 6:00 - 8:00 PM**
|
||||||
|
|
||||||
|
Come join us to catch the latest industry news updates from John, and participate in the contest by bringing your favorite "Test Models" for judging! We'll also be revealing the details for the new January Challenge.
|
||||||
|
|
||||||
|
Plus, don't miss our featured activity: a 3D Fuel Production Tour. Come see the changes to the production floor and how the magic happens. We'll wrap up with our usual social time and discussion.
|
||||||
|
|
||||||
|
### Special Activity: 3D Fuel Production Tour
|
||||||
|
|
||||||
|
We're taking a tour of the production floor! Come see the changes to 3D Fuel's Production processes and check out how the filament is made.
|
||||||
|
|
||||||
|
|
||||||
|
See you there!
|
||||||
47
announcements/July2026.md
Normal file
47
announcements/July2026.md
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
---
|
||||||
|
title: "July 2026 Meetup Announcement"
|
||||||
|
category: "announcements"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202607
|
||||||
|
description: "Join Us July 15th: 3D Printing Meetup + Scarf Seams Challenge!"
|
||||||
|
tags:
|
||||||
|
- announcements
|
||||||
|
- 2026
|
||||||
|
---
|
||||||
|
|
||||||
|
# 3D Fuel July Meetup - Meeting Announcement
|
||||||
|
|
||||||
|
## Email Subject Line
|
||||||
|
|
||||||
|
Join Us July 15th: 3D Printing Meetup + Scarf Seams Challenge!
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Email Body
|
||||||
|
|
||||||
|
Hey everyone!
|
||||||
|
|
||||||
|
**IMPORTANT LOCATION NOTE**: Our July meetup will continue to be held at the **West Fargo Public Library** (215 Third St. E., West Fargo, ND 58078).
|
||||||
|
|
||||||
|
Join us July 15th for the **July 3D Printing Meetup**.
|
||||||
|
|
||||||
|
For more information about the meetup and community events, visit [www.fargo3d.com](https://www.fargo3d.com)
|
||||||
|
|
||||||
|
**Time: 6:00 - 8:00 PM**
|
||||||
|
**Location**: West Fargo Public Library, 215 Third St. E., West Fargo, ND 58078
|
||||||
|
|
||||||
|
Come join us to catch the latest industry news updates from John.
|
||||||
|
|
||||||
|
### July Challenge: Scarf Seams
|
||||||
|
|
||||||
|
This month's challenge is all about mastering **scarf seam placement and settings**! We want to help everyone dial in their scarf seam technique.
|
||||||
|
|
||||||
|
**Challenge Requirements:**
|
||||||
|
- Create a 3D printed object with a scarf seam placed on a sphere
|
||||||
|
- Maximum size: 75mm cubed
|
||||||
|
- You can use the bottom half square approach if desired
|
||||||
|
- **Bring your settings!** Come prepared to discuss your temperature, speed, and other settings that help you achieve clean scarf seams
|
||||||
|
|
||||||
|
This is a great opportunity to learn from others in the community and refine your own scarf seam technique.
|
||||||
|
|
||||||
|
See you there!
|
||||||
43
announcements/June2026.md
Normal file
43
announcements/June2026.md
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
---
|
||||||
|
title: "June 2026 Meetup Announcement"
|
||||||
|
category: "announcements"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202606
|
||||||
|
description: "Join Us June 17th: 3D Printing Meetup + Show & Tell Challenge!(New Meeting Location this month)"
|
||||||
|
tags:
|
||||||
|
- announcements
|
||||||
|
- 2026
|
||||||
|
---
|
||||||
|
|
||||||
|
# 3D Fuel June Meetup - Meeting Announcement
|
||||||
|
|
||||||
|
## Email Subject Line
|
||||||
|
|
||||||
|
Join Us June 17th: 3D Printing Meetup + Show & Tell Challenge!(New Meeting Location this month)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Email Body
|
||||||
|
|
||||||
|
Hey everyone!
|
||||||
|
|
||||||
|
**IMPORTANT LOCATION CHANGE**: Please note that our June meetup will be held at the **West Fargo Public Library** (215 Third St. E., West Fargo, ND 58078) instead of at 3D Fuel!
|
||||||
|
|
||||||
|
Join us June 17th for the **June 3D Printing Meetup**.
|
||||||
|
|
||||||
|
For more information about the meetup and community events, visit [www.fargo3d.com](https://www.fargo3d.com)
|
||||||
|
|
||||||
|
**Time: 6:00 - 8:00 PM**
|
||||||
|
**Location**: West Fargo Public Library, 215 Third St. E., West Fargo, ND 58078
|
||||||
|
|
||||||
|
Come join us to catch the latest industry news updates from John.
|
||||||
|
|
||||||
|
### June Challenge: Show & Tell Extravaganza!
|
||||||
|
|
||||||
|
This month, we're keeping it simple but exciting! The challenge for June is a **Show & Tell**.
|
||||||
|
|
||||||
|
Simply bring in something you've printed—whether it's a masterpiece, a weird experiment, or a helpful tool you designed. **Everyone who brings a project for Show & Tell will be entered for a chance to win one of five free spools of filament of your choice!**
|
||||||
|
|
||||||
|
We can't wait to see what you've been working on.
|
||||||
|
|
||||||
|
See you there!
|
||||||
42
announcements/March2026.md
Normal file
42
announcements/March2026.md
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
---
|
||||||
|
title: "March 2026 Meetup Announcement"
|
||||||
|
category: "announcements"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202603
|
||||||
|
description: "Join Us Tonight: 3D Printing Meetup + Full Spectrum Printing"
|
||||||
|
tags:
|
||||||
|
- announcements
|
||||||
|
- 2026
|
||||||
|
---
|
||||||
|
|
||||||
|
# 3D Fuel March Meetup - Meeting Announcement
|
||||||
|
|
||||||
|
## Email Subject Line
|
||||||
|
|
||||||
|
Join Us Tonight: 3D Printing Meetup + Full Spectrum Printing
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Email Body / Reddit Post
|
||||||
|
|
||||||
|
Hey everyone!
|
||||||
|
|
||||||
|
Join us for the **March 3D Printing Meetup**.
|
||||||
|
|
||||||
|
**March 18th, 2026**
|
||||||
|
|
||||||
|
For more information about the meetup and community events, visit [www.fargo3d.com](https://www.fargo3d.com)
|
||||||
|
|
||||||
|
**Time: 6:00 - 8:00 PM**
|
||||||
|
|
||||||
|
Come join us to catch the latest industry news updates from John.
|
||||||
|
|
||||||
|
### Challenge Reminder: Bring Your Best
|
||||||
|
|
||||||
|
Don't forget to bring your **Bring Your Best** entries for judging! Bring in a print that represents your best work, your absolute favorite model, or the project you are most proud of. Be prepared to share the story behind your print: why you chose it, what challenges you overcame, and what makes it special to you. We'll be doing a group vote for the favorite entry, and the winner gets a **free spool of filament**!
|
||||||
|
|
||||||
|
### Special Topic: Full Spectrum Printing
|
||||||
|
|
||||||
|
This month's special topic is **Full Spectrum Printing**. Similar to HueForge color blending, but instead of flat layers, we are using alternating layers to give the appearance of different colors and true color blending. Come check out how this illusion is achieved and how you can apply it to your prints.
|
||||||
|
|
||||||
|
See you there!
|
||||||
41
announcements/May2026.md
Normal file
41
announcements/May2026.md
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
---
|
||||||
|
title: "May 2026 Meetup Announcement"
|
||||||
|
category: "announcements"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202605
|
||||||
|
description: "Join Us May 20th: 3D Printing Meetup + Introduction to CAD by Tom"
|
||||||
|
tags:
|
||||||
|
- announcements
|
||||||
|
- 2026
|
||||||
|
---
|
||||||
|
|
||||||
|
# 3D Fuel May Meetup - Meeting Announcement
|
||||||
|
|
||||||
|
## Email Subject Line
|
||||||
|
|
||||||
|
Join Us May 20th: 3D Printing Meetup + Introduction to CAD by Tom
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Email Body
|
||||||
|
|
||||||
|
Hey everyone!
|
||||||
|
|
||||||
|
Join us May 20th for the **May 3D Printing Meetup**.
|
||||||
|
|
||||||
|
For more information about the meetup and community events, visit [www.fargo3d.com](https://www.fargo3d.com)
|
||||||
|
|
||||||
|
**Time: 6:00 - 8:00 PM**
|
||||||
|
**Location**: 2222 7th Ave N, Fargo, ND 58102
|
||||||
|
|
||||||
|
Come join us to catch the latest industry news updates from John.
|
||||||
|
|
||||||
|
### Challenge Reminder: Bring an Experiment (Round 2!)
|
||||||
|
|
||||||
|
Don't forget to bring your **Bring an Experiment** entries for judging! Due to popular demand, we ran Round 2. We challenged you to try something new, crazy, or wild. Bring in your experiments—even if they are completely failed prints (we love spaghetti!). Be prepared to share what you tried, why you tried it, and whether it worked. We'll vote for the favorite experimental attempt, and the winner gets a **free spool of filament**!
|
||||||
|
|
||||||
|
### Special Topic: Introduction to CAD
|
||||||
|
|
||||||
|
This month's special guest topic is an **"Introduction to CAD"** presented by **Tom**, one of our community members and the creator of [Orbit Panels](https://orbitpanels.com/). If you've ever wanted to design your own parts or take your 3D printing capabilities to the next level by creating your own 3D models from scratch, this is the session you won't want to miss.
|
||||||
|
|
||||||
|
See you there!
|
||||||
87
announcements/November2025.md
Normal file
87
announcements/November2025.md
Normal file
@@ -0,0 +1,87 @@
|
|||||||
|
---
|
||||||
|
title: "November 2025 Meetup Announcement"
|
||||||
|
category: "announcements"
|
||||||
|
subcategory: "2025"
|
||||||
|
order: 202511
|
||||||
|
description: "Join Us November 12th: 3D Printing Meetup + HueForge Presentation + New Challenge"
|
||||||
|
tags:
|
||||||
|
- announcements
|
||||||
|
- 2025
|
||||||
|
---
|
||||||
|
|
||||||
|
# 3D Fuel November Meetup - Meeting Announcement
|
||||||
|
|
||||||
|
## Email Subject Line
|
||||||
|
|
||||||
|
Join Us November 12th: 3D Printing Meetup + HueForge Presentation + New Challenge
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Email Body / Reddit Post
|
||||||
|
|
||||||
|
Hey everyone!
|
||||||
|
|
||||||
|
Join us for the **November 3D Printing Meetup**. Please note: **This month's meeting is on Wednesday, November 12th at 6:00 PM** (not our usual 3rd Wednesday).
|
||||||
|
|
||||||
|
**Also note:** December's meetup will be on **Wednesday, December 10th** (also adjusted for the holidays).
|
||||||
|
|
||||||
|
### Meeting Agenda
|
||||||
|
|
||||||
|
**Time: 6:00 - 8:00 PM**
|
||||||
|
|
||||||
|
1. **Social Time & Networking** - Welcome and catching up
|
||||||
|
2. **Industry News Update** - Latest 3D printing trends with John
|
||||||
|
3. **Show & Tell & Challenge Judging** - October transparency challenge winners and community showcases
|
||||||
|
4. **New November Challenge Announcement** - "Wait, This Was Printed? How Are There No Layer Lines?" - Can you achieve the smoothest surface finish possible?
|
||||||
|
5. **Featured Presentation: Getting Started with HueForge** *(30 minutes)* - Presented by **Eric Spooner**
|
||||||
|
6. **Closing Discussion** - Wrap-up and informal conversation
|
||||||
|
|
||||||
|
### Special Presentation: Getting Started with HueForge
|
||||||
|
|
||||||
|
Join us for a brief introduction to HueForge color mapping software! This presentation will cover:
|
||||||
|
|
||||||
|
- **Installing the 3D Fuel Filament Library** - Add our complete 127+ filament database to HueForge
|
||||||
|
- **Photo-to-Print Workflow** - Working with a simple Black and White photo
|
||||||
|
- **Slicer Setup & Integration**:
|
||||||
|
- Configuring HueForge with **Bambu Studio** using modifiers vs Painting
|
||||||
|
|
||||||
|
Perfect for anyone looking to take their color and multi-material printing to the next level!
|
||||||
|
|
||||||
|
### What to Expect
|
||||||
|
|
||||||
|
- Network with local 3D printing enthusiasts
|
||||||
|
- Showcase your latest prints
|
||||||
|
- Learn about our new November challenge: achieving the smoothest layer-line-free prints
|
||||||
|
- Learn color mapping techniques with HueForge
|
||||||
|
- Ask questions from experienced makers
|
||||||
|
|
||||||
|
### Location & Details
|
||||||
|
|
||||||
|
**When:** Wednesday, November 12th, 2025 | 6:00 - 8:00 PM
|
||||||
|
**Where:** 3D-Fuel 2222 7th Ave N Fargo, ND 58102
|
||||||
|
|
||||||
|
### Don't Miss Out
|
||||||
|
|
||||||
|
Whether you're a 3D printing beginner or experienced maker, we have something for everyone. Bring your questions, your latest prints, and your enthusiasm!
|
||||||
|
|
||||||
|
**See you there!**
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Social Media Quick Version (Twitter/X)
|
||||||
|
|
||||||
|
November meetup is THIS WEDNESDAY (Nov 12th) at 6 PM! New challenge: "Wait, This Was Printed? How Are There No Layer Lines?" Plus Eric Spooner presents HueForge basics - photo-to-print workflows, 3D Fuel filament library & slicer setup. Show & tell too! #3DPrinting #3DFuel
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Meeting Details Reference
|
||||||
|
|
||||||
|
| Detail | Information |
|
||||||
|
|--------|-------------|
|
||||||
|
| **Date** | Wednesday, November 12th, 2025 |
|
||||||
|
| **Time** | 6:00 - 8:00 PM |
|
||||||
|
| **Presentation Topic** | Getting Started with HueForge |
|
||||||
|
| **Presenter** | Eric Spooner |
|
||||||
|
| **Duration** | 30 minutes |
|
||||||
|
| **Key Topics** | 3D Fuel Library Installation, B&W Photo Mapping, Bambu Studio/Orca Slicer Setup |
|
||||||
|
| **Note** | Special date - not 3rd Wednesday |
|
||||||
44
announcements/September2026.md
Normal file
44
announcements/September2026.md
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
---
|
||||||
|
title: "September 2026 Meetup Announcement"
|
||||||
|
category: "announcements"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202609
|
||||||
|
description: 'Join Us in September: 3D Printing Meetup + Practi"FALL" Prints Challenge!'
|
||||||
|
tags:
|
||||||
|
- announcements
|
||||||
|
- 2026
|
||||||
|
---
|
||||||
|
|
||||||
|
# 3D Fuel September Meetup - Meeting Announcement
|
||||||
|
|
||||||
|
## Email Subject Line
|
||||||
|
|
||||||
|
Join Us in September: 3D Printing Meetup + Practi"FALL" Prints Challenge!
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Email Body
|
||||||
|
|
||||||
|
Hey everyone!
|
||||||
|
|
||||||
|
Join us for the **September 3D Printing Meetup**.
|
||||||
|
|
||||||
|
For more information about the meetup and community events, visit [www.fargo3d.com](https://www.fargo3d.com)
|
||||||
|
|
||||||
|
**Date: Wednesday, September 16th, 2026**
|
||||||
|
**Time: 6:00 - 8:00 PM**
|
||||||
|
**Location**: West Fargo Public Library, 215 Third St. E., West Fargo, ND 58078
|
||||||
|
|
||||||
|
Come join us to catch the latest industry news updates from John and share your practical 3D prints!
|
||||||
|
|
||||||
|
### September Challenge: Practi"FALL" Prints
|
||||||
|
|
||||||
|
As we head into fall, it is time to show off the practical side of 3D printing! Bring in a functional print that solves a problem, repairs something broken, or makes everyday tasks easier.
|
||||||
|
|
||||||
|
**Challenge Requirements:**
|
||||||
|
- Bring your **practical/functional print** (anything from a simple door stop, hook, or clip to a complex bottle/can opener, tool jig, or custom bracket).
|
||||||
|
- Be ready to share what problem it solves, how you use it, and what slicer/material choices you made (infill, perimeters, material strength)!
|
||||||
|
|
||||||
|
Whether you designed it yourself or found a great model on Printables/MakerWorld/Thangs, we want to see how you use 3D printing to fix real-world problems.
|
||||||
|
|
||||||
|
See you there!
|
||||||
@@ -1,97 +0,0 @@
|
|||||||
---
|
|
||||||
gitea: none
|
|
||||||
include_toc: true
|
|
||||||
---
|
|
||||||
|
|
||||||
# 3D Print Meetup Challenges
|
|
||||||
|
|
||||||
Welcome to our monthly 3D printing challenges! Each month features a unique theme designed to test different aspects of 3D printing skills, from material handling to design innovation.
|
|
||||||
|
|
||||||
## Active Challenge
|
|
||||||
|
|
||||||
### October 2025: "Is it Glass or Clearly Natural?"
|
|
||||||
|
|
||||||
**Theme**: Transparency and clarity testing with 3D Fuel "Clearly Natural" filaments
|
|
||||||
|
|
||||||
**Key Details**:
|
|
||||||
|
|
||||||
- **Model**: 25mm diameter x 50mm height cylinder in vase mode
|
|
||||||
- **Materials**: 3D Fuel "Clearly Natural" PCTG or PLA
|
|
||||||
- **Focus**: Maximum transparency and print quality
|
|
||||||
- **Submission Deadline**: October 28, 2025
|
|
||||||
|
|
||||||
**[📋 View Full Challenge Details](./challenges/October-2025/readme.md)**
|
|
||||||
|
|
||||||
## Upcoming Challenge
|
|
||||||
|
|
||||||
### November 2025: "[Challenge Name TBD]"
|
|
||||||
|
|
||||||
**Status**: Planning in progress
|
|
||||||
|
|
||||||
**Expected Timeline**:
|
|
||||||
|
|
||||||
- **Announcement**: November meeting (November 12th, 2025)
|
|
||||||
- **Submission Period**: TBD
|
|
||||||
- **Judging**: TBD
|
|
||||||
|
|
||||||
**[📋 View Challenge Placeholder](./challenges/November-2025/readme.md)**
|
|
||||||
|
|
||||||
## Challenge Archive
|
|
||||||
|
|
||||||
### 2025 Challenges
|
|
||||||
|
|
||||||
| Month | Challenge Name | Theme | Status |
|
|
||||||
|-------|---------------|-------|--------|
|
|
||||||
| October | "Is it Glass or Clearly Natural?" | Transparency & Clarity | **Active** |
|
|
||||||
| November | [TBD] | [TBD] | Planning |
|
|
||||||
| December | [TBD] | [TBD] | Future |
|
|
||||||
|
|
||||||
## How Challenges Work
|
|
||||||
|
|
||||||
### Challenge Structure
|
|
||||||
|
|
||||||
Each monthly challenge includes:
|
|
||||||
|
|
||||||
- **Specific theme** focusing on different 3D printing aspects
|
|
||||||
- **Clear requirements** for models, materials, and techniques
|
|
||||||
- **Multiple award categories** for different achievements
|
|
||||||
- **Community judging** during show & tell sessions
|
|
||||||
- **Documentation sharing** for learning and improvement
|
|
||||||
|
|
||||||
### Participation
|
|
||||||
|
|
||||||
- **Open to all skill levels** - beginners to experts welcome
|
|
||||||
- **Bring your submission** to the monthly meetup
|
|
||||||
- **Share your process** - settings, techniques, and lessons learned
|
|
||||||
- **Vote on favorites** during community judging
|
|
||||||
- **Learn from others** through shared experiences
|
|
||||||
|
|
||||||
### Awards & Recognition
|
|
||||||
|
|
||||||
Each challenge features multiple ways to win:
|
|
||||||
|
|
||||||
- **Technical excellence** awards for best execution
|
|
||||||
- **Innovation** awards for creative approaches
|
|
||||||
- **People's choice** awards from community voting
|
|
||||||
- **Category-specific** awards based on challenge theme
|
|
||||||
- **Social media features** for all participants
|
|
||||||
|
|
||||||
## Challenge Development
|
|
||||||
|
|
||||||
### Suggesting Challenges
|
|
||||||
|
|
||||||
Community members can suggest future challenge themes:
|
|
||||||
|
|
||||||
- **Submit ideas** during meetup discussions
|
|
||||||
- **Discord voting** on proposed themes
|
|
||||||
- **School partnership** input for educational value
|
|
||||||
- **Skill development** focus areas
|
|
||||||
|
|
||||||
### Challenge Template
|
|
||||||
|
|
||||||
For organizers developing new challenges, see our **[Challenge Template](./challenges/readme.md)** which provides the standard structure and guidelines for creating engaging monthly competitions.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Current Focus**: Join us for the October transparency challenge and help shape November's theme!
|
|
||||||
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
---
|
|
||||||
gitea: none
|
|
||||||
include_toc: true
|
|
||||||
---
|
|
||||||
|
|
||||||
# November 2025 Challenge: "[Challenge Name TBD]"
|
|
||||||
|
|
||||||
## Challenge Overview
|
|
||||||
|
|
||||||
[Challenge description and theme to be determined]
|
|
||||||
|
|
||||||
## Challenge Rules
|
|
||||||
|
|
||||||
### Materials & Constraints
|
|
||||||
|
|
||||||
- **Filament**: [To be specified]
|
|
||||||
- **Maximum Filament Usage**: [To be determined]
|
|
||||||
- **Model Specification**: [To be determined]
|
|
||||||
- **Print Mode**: [To be specified]
|
|
||||||
|
|
||||||
### Competition Categories
|
|
||||||
|
|
||||||
- **[Category 1]**: [To be determined]
|
|
||||||
- **[Category 2]**: [To be determined]
|
|
||||||
- **Overall Winner**: Best overall submission
|
|
||||||
|
|
||||||
### Judging Criteria
|
|
||||||
|
|
||||||
1. **[Criteria 1]** ([%]): [To be determined]
|
|
||||||
2. **[Criteria 2]** ([%]): [To be determined]
|
|
||||||
3. **[Criteria 3]** ([%]): [To be determined]
|
|
||||||
4. **Challenge Adherence** (10%): Following all challenge requirements
|
|
||||||
|
|
||||||
### Submission Requirements
|
|
||||||
|
|
||||||
- **[Requirement 1]**: [To be determined]
|
|
||||||
- **Documentation**: Include photos showing [specific aspects]
|
|
||||||
- **Settings Documentation**: Share printer settings used
|
|
||||||
- **Process Notes**: Brief description of techniques used
|
|
||||||
|
|
||||||
### Evaluation Process
|
|
||||||
|
|
||||||
- **[Evaluation Method]**: [To be determined]
|
|
||||||
- **Community Voting**: People's choice award
|
|
||||||
- **Technical Review**: Expert panel assessment
|
|
||||||
|
|
||||||
## Prizes & Recognition
|
|
||||||
|
|
||||||
### Awards
|
|
||||||
|
|
||||||
- **[Award 1]**: Recognition + prize
|
|
||||||
- **[Award 2]**: Recognition + prize
|
|
||||||
- **Overall Winner**: Grand prize + recognition
|
|
||||||
- **People's Choice Award**: Community favorite
|
|
||||||
- **Innovation Award**: Most creative technique
|
|
||||||
|
|
||||||
### Documentation
|
|
||||||
|
|
||||||
- Winner photos for social media sharing
|
|
||||||
- Video documentation of winning techniques
|
|
||||||
- Settings and process sharing for community learning
|
|
||||||
|
|
||||||
## Timeline
|
|
||||||
|
|
||||||
- **Challenge Announcement**: [Date TBD]
|
|
||||||
- **Submission Deadline**: [Date TBD]
|
|
||||||
- **Judging Period**: [Date Range TBD]
|
|
||||||
- **Winner Announcement**: [Date TBD]
|
|
||||||
|
|
||||||
## Model Creation Instructions
|
|
||||||
|
|
||||||
[To be determined based on challenge requirements]
|
|
||||||
44
challenges/archive/April-2026.md
Normal file
44
challenges/archive/April-2026.md
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
---
|
||||||
|
title: "April 2026: Bring an Experiment"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202604
|
||||||
|
description: "April 2026 challenge testing experimental prints and printer limits."
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- archive
|
||||||
|
- 2026
|
||||||
|
- challenge-007
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Challenge Archive](readme.md)
|
||||||
|
|
||||||
|
# Upcoming Challenge: April 2026 (To Be Determined)
|
||||||
|
|
||||||
|
## Challenge: [Theme TBD]
|
||||||
|
|
||||||
|
*Details for the April 2026 challenge are currently being decided. We'll announce the full details at the April meetup!*
|
||||||
|
|
||||||
|
### The Focus: [TBD]
|
||||||
|
|
||||||
|
*[Focus details to be added]*
|
||||||
|
|
||||||
|
### Submission Requirements
|
||||||
|
|
||||||
|
* **Physical Model**: Bring your print to the **May** meetup.
|
||||||
|
* **The Story**: Be ready to tell the group about your creation.
|
||||||
|
|
||||||
|
### Judging & Prize
|
||||||
|
|
||||||
|
* **Voting**: The group will vote on their favorite entry.
|
||||||
|
* **Prize**: The winner will receive a **free spool of filament**!
|
||||||
|
|
||||||
|
### Timeline
|
||||||
|
|
||||||
|
* **Challenge Announcement**: April 2026 (at April meetup)
|
||||||
|
* **Show & Tell / Voting**: May 2026 (during May meetup)
|
||||||
|
* **Winner Announcement**: May 2026 (end of May meetup)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**This challenge will become active in April 2026**
|
||||||
46
challenges/archive/August-2026.md
Normal file
46
challenges/archive/August-2026.md
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
---
|
||||||
|
title: "August 2026: Gridfinity Extravaganza"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202608
|
||||||
|
description: "August 2026 challenge focusing on Gridfinity modular organization systems."
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- archive
|
||||||
|
- 2026
|
||||||
|
- challenge-009
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Challenge Archive](readme.md)
|
||||||
|
|
||||||
|
# Past Challenge: August 2026
|
||||||
|
|
||||||
|
## Challenge: Gridfinity Extravaganza
|
||||||
|
|
||||||
|
In August 2026, we dove into the world of **Gridfinity**! Whether participants were long-time users or completely new to the modular organization system, members showed off their organizational skills and clever modules.
|
||||||
|
|
||||||
|
### The Focus: Organizational Efficiency
|
||||||
|
The goal was to create a functional and well-executed Gridfinity module that solved a real-world storage problem or simply looked great.
|
||||||
|
|
||||||
|
### Submission Requirements
|
||||||
|
|
||||||
|
* **Physical Model**: Brought to the August 19th, 2026 meetup.
|
||||||
|
* **Required Components**:
|
||||||
|
* At least one **Gridfinity Base** (the base plate).
|
||||||
|
* One **Top Accessory** that fits into that base (a bin, cover, tool holder, or other custom accessory).
|
||||||
|
* **The Story**: Participants explained what their accessory was for and how they approached the design and print.
|
||||||
|
|
||||||
|
### Judging & Prize
|
||||||
|
|
||||||
|
* **Voting**: The group voted on their favorite entry based on utility, creativity, and print quality.
|
||||||
|
* **Prize**: The winner received a **free spool of filament**!
|
||||||
|
|
||||||
|
### Timeline
|
||||||
|
|
||||||
|
* **Challenge Announcement**: July 15th, 2026 (at July meetup)
|
||||||
|
* **Show & Tell / Voting**: August 19th, 2026 (during August meetup)
|
||||||
|
* **Winner Announcement**: August 19th, 2026 (end of August meetup)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**This challenge was active for August 2026 and is now archived.**
|
||||||
43
challenges/archive/December-2025.md
Normal file
43
challenges/archive/December-2025.md
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
---
|
||||||
|
title: "December 2025: Bring Your Test Models"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "2025"
|
||||||
|
order: 202512
|
||||||
|
description: "December 2025 challenge showcasing printer calibration prints, torture tests, and holiday ornaments."
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- archive
|
||||||
|
- 2025
|
||||||
|
- challenge-003
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Challenge Archive](readme.md)
|
||||||
|
|
||||||
|
# December 2025 Challenge: "Bring Your Test Models"
|
||||||
|
|
||||||
|
This month's challenge is all about the models we use to test, tune, and calibrate our printers. Everyone has a favorite "go-to" print—whether it's a Benchy, a calibration cube, a torture test, or something unique you've found.
|
||||||
|
|
||||||
|
**Bring your favorite test models to the meetup!**
|
||||||
|
|
||||||
|
## Challenge Details
|
||||||
|
|
||||||
|
### The Goal
|
||||||
|
Share what test models you use and why. Do you use them for:
|
||||||
|
- Calibrating dimensional accuracy?
|
||||||
|
- Testing overhangs and bridging?
|
||||||
|
- Tuning retraction settings?
|
||||||
|
- Checking first layer adhesion?
|
||||||
|
- Just for fun?
|
||||||
|
|
||||||
|
### Submission Requirements
|
||||||
|
- **Physical Model**: Bring your printed test model(s) to the January meetup.
|
||||||
|
- **Explanation**: Be prepared to share *why* this is your favorite test model and what it helps you achieve.
|
||||||
|
|
||||||
|
### Voting & Awards
|
||||||
|
- **Group Vote**: The group will vote on what they think is the **Best Test Model**.
|
||||||
|
- **Criteria**: Usefulness, uniqueness, or just plain coolness!
|
||||||
|
|
||||||
|
## Timeline
|
||||||
|
- **Challenge Announcement**: December 10, 2025 (at December meetup)
|
||||||
|
- **Show & Tell / Voting**: January 2026 (during January meetup)
|
||||||
|
- **Winner Announcement**: January 2026 (end of January meetup)
|
||||||
48
challenges/archive/February-2026.md
Normal file
48
challenges/archive/February-2026.md
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
---
|
||||||
|
title: "February 2026: Bring Your Best"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202602
|
||||||
|
description: "February 2026 community showcase featuring each maker's proudest and highest-quality print."
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- archive
|
||||||
|
- 2026
|
||||||
|
- challenge-005
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Challenge Archive](readme.md)
|
||||||
|
|
||||||
|
# Archived Challenge: Bring Your Best
|
||||||
|
|
||||||
|
## Challenge: Bring Your Best / Favorite / Proudest Print
|
||||||
|
|
||||||
|
For this month, we want to see what you can do! Bring in a print that represents your best work, your absolute favorite model, or the project you are most proud of.
|
||||||
|
|
||||||
|
### The Focus: The Story
|
||||||
|
|
||||||
|
We want to know the "Why" behind the print. Be prepared to share:
|
||||||
|
|
||||||
|
* Why did you choose this model?
|
||||||
|
* What challenges did you overcome to print it?
|
||||||
|
* What makes it special to you?
|
||||||
|
|
||||||
|
### Submission Requirements
|
||||||
|
|
||||||
|
* **Physical Model**: Bring your print to the **March** meetup.
|
||||||
|
* **The Story**: Be ready to tell the group about your creation.
|
||||||
|
|
||||||
|
### Judging & Prize
|
||||||
|
|
||||||
|
* **Voting**: The group will vote on their favorite entry.
|
||||||
|
* **Prize**: The winner will receive a **free spool of filament**!
|
||||||
|
|
||||||
|
### Timeline
|
||||||
|
|
||||||
|
* **Challenge Announcement**: February 2026 (at February meetup)
|
||||||
|
* **Show & Tell / Voting**: March 2026 (during March meetup)
|
||||||
|
* **Winner Announcement**: March 2026 (end of March meetup)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**This challenge is currently active in February/March 2026**
|
||||||
37
challenges/archive/January-2026.md
Normal file
37
challenges/archive/January-2026.md
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
---
|
||||||
|
title: "January 2026: Maker Coin Holder Design"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202601
|
||||||
|
description: "January 2026 maker coin and desk display holder challenge."
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- archive
|
||||||
|
- 2026
|
||||||
|
- challenge-004
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Challenge Archive](readme.md)
|
||||||
|
|
||||||
|
# January 2026 Challenge: Maker Coin Holder Design
|
||||||
|
|
||||||
|
**Status**: Active
|
||||||
|
|
||||||
|
## Challenge Overview
|
||||||
|
|
||||||
|
This month's challenge is to design a holder for our **Maker Coin**.
|
||||||
|
|
||||||
|
## Details
|
||||||
|
|
||||||
|
### Getting the Coin
|
||||||
|
To participate, you need a Maker Coin to measure or test your design with.
|
||||||
|
- **Pick one up**: Stop by 3D Fuel to grab a physical coin.
|
||||||
|
- **Print one**: You can print your own coin!
|
||||||
|
- **Nozzle Requirement**: 0.2mm nozzle is required for the fine detail.
|
||||||
|
- **Model Link**: [Filament Fabricators Maker Coin on MakerWorld](https://makerworld.com/en/models/2115458-filament-fabricators-maker-coin#profileId-2289196)
|
||||||
|
|
||||||
|
## Timeline
|
||||||
|
|
||||||
|
- **Announcement**: January 2026
|
||||||
|
- **Submission**: February 2026
|
||||||
|
- **Judging**: February 2026
|
||||||
44
challenges/archive/July-2026.md
Normal file
44
challenges/archive/July-2026.md
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
---
|
||||||
|
title: "July 2026: Scarf Seams"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202607
|
||||||
|
description: "July 2026 challenge dialing in seamless scarf z-seam alignment on organic curved surfaces."
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- archive
|
||||||
|
- 2026
|
||||||
|
- challenge-008
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Challenge Archive](readme.md)
|
||||||
|
|
||||||
|
# Past Challenge: July 2026
|
||||||
|
|
||||||
|
## Challenge: Scarf Seams
|
||||||
|
|
||||||
|
Master the art of scarf seam placement! This month's challenge focused on dialing in your scarf seam settings and techniques.
|
||||||
|
|
||||||
|
### The Focus
|
||||||
|
|
||||||
|
The scarf seam is a powerful tool in your 3D printing arsenal. This challenge asked participants to create a model with a carefully placed scarf seam on a **sphere**. It provided an opportunity to experiment with different settings and share what was learned about getting the perfect seam placement.
|
||||||
|
|
||||||
|
One of our community members designed a great test part specifically for this challenge! You can find their test model in our Discord server here:
|
||||||
|
[Community Scarf Seam Test Part](https://discord.com/channels/743827009494319226/1420553252587438142/1517194820706242570){target="_blank"}
|
||||||
|
|
||||||
|
### Submission Requirements
|
||||||
|
|
||||||
|
* **Physical Model**: Brought to the July 15th, 2026 meetup.
|
||||||
|
* **Size Constraint**: The object had to fit within a **75mm cubed space**.
|
||||||
|
* **Seam Location**: The seam was positioned on a sphere (the bottom half square approach was permitted).
|
||||||
|
* **Settings Discussion**: Participants shared their print settings, temperature, speed, and tricks for achieving clean scarf seams.
|
||||||
|
|
||||||
|
### Timeline
|
||||||
|
|
||||||
|
* **Challenge Announcement**: June 17th, 2026
|
||||||
|
* **Show & Tell / Discussion**: July 15th, 2026 meetup
|
||||||
|
* **Winner Announcement**: July 15th, 2026 meetup
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**This challenge was active for July 2026**
|
||||||
44
challenges/archive/June-2026.md
Normal file
44
challenges/archive/June-2026.md
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
---
|
||||||
|
title: "June 2026: Show & Tell Extravaganza"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202606
|
||||||
|
description: "June 2026 community showcase featuring ambitious prints and projects."
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- archive
|
||||||
|
- 2026
|
||||||
|
- challenge-008
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Challenge Archive](readme.md)
|
||||||
|
|
||||||
|
# Upcoming Challenge: June 2026 (To Be Determined)
|
||||||
|
|
||||||
|
## Challenge: [Theme TBD]
|
||||||
|
|
||||||
|
*Details for the June 2026 challenge are currently being decided. We'll announce the full details at the May 20th meetup!*
|
||||||
|
|
||||||
|
### The Focus: [TBD]
|
||||||
|
|
||||||
|
*[Focus details to be added]*
|
||||||
|
|
||||||
|
### Submission Requirements
|
||||||
|
|
||||||
|
* **Physical Model**: Bring your print to the **July** meetup.
|
||||||
|
* **The Story**: Be ready to tell the group about your creation.
|
||||||
|
|
||||||
|
### Judging & Prize
|
||||||
|
|
||||||
|
* **Voting**: The group will vote on their favorite entry.
|
||||||
|
* **Prize**: The winner will receive a **free spool of filament**!
|
||||||
|
|
||||||
|
### Timeline
|
||||||
|
|
||||||
|
* **Challenge Announcement**: June 2026 (at June 17th meetup)
|
||||||
|
* **Show & Tell / Voting**: July 2026 (during July meetup)
|
||||||
|
* **Winner Announcement**: July 2026 (end of July meetup)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**This challenge will become active in June 2026**
|
||||||
48
challenges/archive/March-2026.md
Normal file
48
challenges/archive/March-2026.md
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
---
|
||||||
|
title: "March 2026: Bring an Experiment"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202603
|
||||||
|
description: "March 2026 challenge exploring unusual materials, failure testing, and printer limits."
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- archive
|
||||||
|
- 2026
|
||||||
|
- challenge-006
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Challenge Archive](readme.md)
|
||||||
|
|
||||||
|
# Upcoming Challenge: Bring an Experiment
|
||||||
|
|
||||||
|
## Challenge: Bring an Experiment
|
||||||
|
|
||||||
|
For this month, we challenge you to try something new, crazy, or wild! Bring in an experiment. It can be anything from simple cubes to complex prints. The goal is simply to push boundaries and try something you haven't done before.
|
||||||
|
|
||||||
|
### The Focus: The Process
|
||||||
|
|
||||||
|
We want to hear about what you tried. Be prepared to share:
|
||||||
|
|
||||||
|
* What was your experiment?
|
||||||
|
* Why did you try it?
|
||||||
|
* Did it work, or did it fail? (Failing is completely fine, it's about trying something new!)
|
||||||
|
|
||||||
|
### Submission Requirements
|
||||||
|
|
||||||
|
* **Physical Model**: Bring your experimental print to the **April** meetup.
|
||||||
|
* **The Story**: Be ready to tell the group about your process and what you were testing.
|
||||||
|
|
||||||
|
### Judging & Prize
|
||||||
|
|
||||||
|
* **Voting**: The group will vote on their favorite experimental attempt.
|
||||||
|
* **Prize**: The winner will receive a **free spool of filament**!
|
||||||
|
|
||||||
|
### Timeline
|
||||||
|
|
||||||
|
* **Challenge Announcement**: March 2026 (at March meetup)
|
||||||
|
* **Show & Tell / Voting**: April 2026 (during April meetup)
|
||||||
|
* **Winner Announcement**: April 2026 (end of April meetup)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**This challenge will become active in March 2026**
|
||||||
50
challenges/archive/May-2026.md
Normal file
50
challenges/archive/May-2026.md
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
---
|
||||||
|
title: "May 2026: Bring an Experiment 2"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 202605
|
||||||
|
description: "May 2026 follow-up challenge with ambitious printer experiments and failure analysis."
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- archive
|
||||||
|
- 2026
|
||||||
|
- challenge-007
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Challenge Archive](readme.md)
|
||||||
|
|
||||||
|
# Challenge Archive: Bring an Experiment (Round 2!)
|
||||||
|
|
||||||
|
## Challenge: Bring an Experiment
|
||||||
|
|
||||||
|
Due to the huge success of our last challenge and the awesome influx of new people, we are running **Bring an Experiment** again! We want even more of you to bring in your experiments. These can even be completely failed prints—remember, as 3D Printers, we love spaghetti!!
|
||||||
|
|
||||||
|
For this month, we challenge you to try something new, crazy, or wild! It can be anything from simple cubes to complex prints. The goal is simply to push boundaries and try something you haven't done before.
|
||||||
|
|
||||||
|
### The Focus: The Process
|
||||||
|
|
||||||
|
We want to hear about what you tried. Be prepared to share:
|
||||||
|
|
||||||
|
* What was your experiment?
|
||||||
|
* Why did you try it?
|
||||||
|
* Did it work, or did it fail? (Failing is encouraged, it's about trying something new!)
|
||||||
|
|
||||||
|
### Submission Requirements
|
||||||
|
|
||||||
|
* **Physical Model**: Bring your experimental print (or spaghetti!) to the **May 20th** meetup.
|
||||||
|
* **The Story**: Be ready to tell the group about your process and what you were testing.
|
||||||
|
|
||||||
|
### Judging & Prize
|
||||||
|
|
||||||
|
* **Voting**: The group will vote on their favorite experimental attempt.
|
||||||
|
* **Prize**: The winner will receive a **free spool of filament**!
|
||||||
|
|
||||||
|
### Timeline
|
||||||
|
|
||||||
|
* **Challenge Announcement**: April 2026 (at April 29th meetup)
|
||||||
|
* **Show & Tell / Voting**: May 2026 (during May 20th meetup)
|
||||||
|
* **Winner Announcement**: May 2026 (end of May 20th meetup)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**This challenge was active in May 2026 and is now archived.**
|
||||||
184
challenges/archive/November-2025.md
Normal file
184
challenges/archive/November-2025.md
Normal file
@@ -0,0 +1,184 @@
|
|||||||
|
---
|
||||||
|
title: "November 2025: Wait, This Was Printed?"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "2025"
|
||||||
|
order: 202511
|
||||||
|
description: "November 2025 surface finish challenge on a 25mm test cube with no layer lines."
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- archive
|
||||||
|
- 2025
|
||||||
|
- challenge-002
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Challenge Archive](readme.md)
|
||||||
|
|
||||||
|
# November 2025 Challenge: "Wait, This Was Printed? How Are There No Layer Lines?"
|
||||||
|
|
||||||
|
## Challenge Overview
|
||||||
|
|
||||||
|
Can you achieve the smoothest, most layer-line-free surface finish possible? This challenge pushes your printer tuning, slicer settings, and material knowledge to the limit. The goal is simple but difficult: create a 25mm cube with 2 walls and no top that looks so smooth, people question whether it was actually 3D printed!
|
||||||
|
|
||||||
|
This challenge focuses on:
|
||||||
|
|
||||||
|
- Surface finish quality and smoothness
|
||||||
|
- Proper printer calibration and tuning
|
||||||
|
- Optimal slicer settings for layer adhesion
|
||||||
|
- Material selection and temperature control
|
||||||
|
- The art of making layer lines disappear
|
||||||
|
|
||||||
|
## Challenge Rules
|
||||||
|
|
||||||
|
### Materials & Constraints
|
||||||
|
|
||||||
|
- **Filament**: 3D Fuel filament (any type: PLA+, Pro PLA+, PCTG etc.)
|
||||||
|
- **Nozzle Requirement**: Must use a 0.4mm nozzle (REQUIRED)
|
||||||
|
- **Estimated Filament Usage**: Approximately 3 grams (for reference only)
|
||||||
|
- **Model Specification**:
|
||||||
|
- **Dimensions**: Exactly 25mm x 25mm x 25mm cube (REQUIRED)
|
||||||
|
- **Wall Count**: Exactly 2 walls (no more, no less) (REQUIRED)
|
||||||
|
- **Top Layers**: 0 (no top surface)
|
||||||
|
- **Bottom Layers**: Standard (as needed for proper adhesion)
|
||||||
|
- **Infill**: 0% (hollow interior)
|
||||||
|
- **Print Mode**: Standard FDM/FFF printing (no resin printing)
|
||||||
|
|
||||||
|
### Competition Categories
|
||||||
|
|
||||||
|
- **Smoothest Surface**: Best overall surface finish with minimal visible layer lines straight off the printer
|
||||||
|
- **No post-processing allowed** - cubes must be judged as-printed
|
||||||
|
|
||||||
|
### Judging Criteria
|
||||||
|
|
||||||
|
1. **Layer Line Visibility** (100%): The appearance and visibility of layer lines - less visible is better
|
||||||
|
- All cubes must meet basic challenge requirements (25mm cube dimensions, exactly 2 walls, no post-processing)
|
||||||
|
- Winner is determined solely by smoothness of surface and minimal layer line appearance
|
||||||
|
- **Tiebreaker**: If two prints are too close to differentiate, the fastest print time wins
|
||||||
|
|
||||||
|
### Submission Requirements
|
||||||
|
|
||||||
|
- **Physical Model**: Bring your printed 25mm cube to the December meetup for judging
|
||||||
|
- **Dimension Verification**: Must be exactly 25mm x 25mm x 25mm
|
||||||
|
- **Wall Count Verification**: Must show exactly 2 walls when inspected
|
||||||
|
- **Print Time**: Record and report your total print time (used as tiebreaker if needed)
|
||||||
|
- **Documentation**: Include photos showing:
|
||||||
|
- Close-up surface details
|
||||||
|
- Overall cube appearance
|
||||||
|
- Cross-section or wall thickness (optional)
|
||||||
|
- **Settings Documentation**: Share your winning settings:
|
||||||
|
- Layer height
|
||||||
|
- Print temperature
|
||||||
|
- Print speed
|
||||||
|
- Cooling settings
|
||||||
|
- Any special techniques used
|
||||||
|
- **Process Notes**: Brief description of your approach
|
||||||
|
|
||||||
|
### Evaluation Process
|
||||||
|
|
||||||
|
- **Dimension & Wall Check**: Verification of 25mm cube dimensions and exactly 2 walls (must pass to be eligible)
|
||||||
|
- **Visual Inspection**: Expert panel examines layer line visibility under good lighting
|
||||||
|
- **Community Voting**: People's choice for most impressive result
|
||||||
|
|
||||||
|
## Prizes & Recognition
|
||||||
|
|
||||||
|
### Awards
|
||||||
|
|
||||||
|
- **Smoothest Surface Winner**: Best layer-line elimination straight off the printer
|
||||||
|
- **People's Choice Award**: Community favorite
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
- Winner photos for social media sharing
|
||||||
|
- Settings profiles shared with community
|
||||||
|
- Technique documentation for learning
|
||||||
|
|
||||||
|
## Timeline
|
||||||
|
|
||||||
|
- **Challenge Announcement**: November 12, 2025 (at November meetup)
|
||||||
|
- **Submission Deadline**: December 10, 2025 (at December meetup)
|
||||||
|
- **Judging Period**: December 10, 2025 (during December meetup)
|
||||||
|
- **Winner Announcement**: December 10, 2025 (end of December meetup)
|
||||||
|
|
||||||
|
## Model Creation Instructions
|
||||||
|
|
||||||
|
### Using the Provided Model
|
||||||
|
|
||||||
|
**Download the pre-configured cube:**
|
||||||
|
|
||||||
|
- **File Location**: [Challenge Files/November2025/Cube.3mf](../../Challenge%20Files/November2025/Cube.3mf)
|
||||||
|
- **Pre-configured**: Already set to 25mm x 25mm x 25mm with 2 walls and no top
|
||||||
|
- **Ready to slice**: Import into your slicer and adjust settings for your printer
|
||||||
|
|
||||||
|
### Creating the Cube Model from Scratch
|
||||||
|
|
||||||
|
#### Using Bambu Studio
|
||||||
|
|
||||||
|
**Step 1: Add Primitive**
|
||||||
|
|
||||||
|
1. Open Bambu Studio to a new project
|
||||||
|
2. Right-click on the build plate
|
||||||
|
3. Select "Add Primitive"
|
||||||
|
4. Select "Cube"
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
**Step 2: Resize the Cube**
|
||||||
|
|
||||||
|
1. Click to resize the cube
|
||||||
|
3. Set X to 25mm and Y and Z should also set to 25mm(If uniform scale cause issue you can uncheck)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
#### Alternative Methods
|
||||||
|
|
||||||
|
- **Fusion 360**: Create square sketch (25mm x 25mm), extrude to 25mm height
|
||||||
|
- **Tinkercad**: Use cube shape, adjust dimensions to 25mm x 25mm x 25mm
|
||||||
|
- **FreeCAD**: Create cube with specified dimensions
|
||||||
|
- **Any CAD Software**: Simple cube 25mm x 25mm x 25mm
|
||||||
|
- **Use provided file**: Open `Challenge Files/November2025/Cube.3mf` directly
|
||||||
|
|
||||||
|
### Basic Cube Setup
|
||||||
|
|
||||||
|
### Slicer Configuration
|
||||||
|
|
||||||
|
1. **Create or Download Model**:
|
||||||
|
- Use the provided `Challenge Files/November2025/Cube.3mf` file
|
||||||
|
- Or create using any CAD software (25mm x 25mm x 25mm cube)
|
||||||
|
- Or use the Bambu Studio/Orca Slicer primitive steps above
|
||||||
|
|
||||||
|
2. **Slicer Settings** (Critical):
|
||||||
|
- **Dimensions**: 25mm x 25mm x 25mm
|
||||||
|
- **Wall Count/Perimeters**: 2
|
||||||
|
- **Top Layers**: 0
|
||||||
|
- **Bottom Layers**: 3-5 (as needed)
|
||||||
|
- **Infill**: 0%
|
||||||
|
- **Layer Height**: Your choice (hint: smaller = smoother, but slower)
|
||||||
|
|
||||||
|
3. **Tips for Success**:
|
||||||
|
- **Lower layer heights** (0.1mm-0.12mm) help reduce visible lines
|
||||||
|
- **Slower speeds** improve surface quality
|
||||||
|
- **Temperature tuning** is critical for layer adhesion
|
||||||
|
- **Linear advance/pressure advance** can help with consistency
|
||||||
|
- **Proper cooling** prevents warping without sacrificing layer bonding
|
||||||
|
- **Material choice** matters - some filaments naturally produce smoother surfaces
|
||||||
|
|
||||||
|
### Advanced Techniques to Consider
|
||||||
|
|
||||||
|
- **Slicer Tricks**:
|
||||||
|
- Adjust line width for better wall fusion
|
||||||
|
- Experiment with different seam positions
|
||||||
|
- Use variable layer heights if supported
|
||||||
|
- Try different acceleration/jerk settings
|
||||||
|
|
||||||
|
- **Material Selection**:
|
||||||
|
- Experiment with different 3D Fuel filament types
|
||||||
|
- Colors can also give different appearance levels
|
||||||
|
|
||||||
|
### What NOT to Do
|
||||||
|
|
||||||
|
- Do not exceed 2 walls
|
||||||
|
- Do not add a top surface
|
||||||
|
- Do not deviate from 25mm cube dimensions
|
||||||
|
- **No post-processing allowed** (no sanding, heat treatment, chemical smoothing, etc.)
|
||||||
|
|
||||||
|
|
||||||
|
Good luck creating the smoothest cube possible! May your layer lines vanish into nothingness!
|
||||||
@@ -1,8 +1,18 @@
|
|||||||
---
|
---
|
||||||
gitea: none
|
title: "October 2025: Is it Glass or Clearly Natural?"
|
||||||
include_toc: true
|
category: "challenges"
|
||||||
|
subcategory: "2025"
|
||||||
|
order: 202510
|
||||||
|
description: "October 2025 optical clarity and transparency challenge using 3D Fuel Clearly Natural."
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- archive
|
||||||
|
- 2025
|
||||||
|
- challenge-001
|
||||||
---
|
---
|
||||||
|
|
||||||
|
[← Back to Challenge Archive](readme.md)
|
||||||
|
|
||||||
# October 2025 Challenge: "Is it Glass or Clearly Natural?"
|
# October 2025 Challenge: "Is it Glass or Clearly Natural?"
|
||||||
|
|
||||||
### Challenge Overview
|
### Challenge Overview
|
||||||
37
challenges/archive/readme.md
Normal file
37
challenges/archive/readme.md
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
---
|
||||||
|
title: "Challenge Archive"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "archive"
|
||||||
|
order: 0
|
||||||
|
description: "Historical archive of past monthly 3D printing design challenges and winner spotlights."
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- archive
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Challenges Hub](../readme.md) | [Current Challenge](../current/current.md)
|
||||||
|
|
||||||
|
# Challenge Archive
|
||||||
|
|
||||||
|
This folder houses the historical archive of all past monthly 3D printing challenges from the Fargo 3D Print Meetup. Browse summaries, design constraints, and winner showcases for each past competition below:
|
||||||
|
|
||||||
|
## 2026 Challenges
|
||||||
|
|
||||||
|
| Month | Challenge Title | Theme / Focus | File |
|
||||||
|
| :--- | :--- | :--- | :--- |
|
||||||
|
| **August 2026** | **Gridfinity Extravaganza** | Modular storage systems and custom bin designs | [August-2026.md](August-2026.md) |
|
||||||
|
| **July 2026** | **Scarf Seams** | Seamless z-seam placement on curved spheres | [July-2026.md](July-2026.md) |
|
||||||
|
| **June 2026** | **Show & Tell Extravaganza** | Community showcase of ambitious multi-part prints | [June-2026.md](June-2026.md) |
|
||||||
|
| **May 2026** | **Bring an Experiment 2** | Printer experiments, failure analysis, and wild ideas | [May-2026.md](May-2026.md) |
|
||||||
|
| **April 2026** | **Bring an Experiment** | Pushing printer limits and testing unorthodox materials | [April-2026.md](April-2026.md) |
|
||||||
|
| **March 2026** | **Bring an Experiment** | Unusual materials, failure testing, and printer limits | [March-2026.md](March-2026.md) |
|
||||||
|
| **February 2026** | **Bring Your Best** | Showcase featuring each maker's proudest print | [February-2026.md](February-2026.md) |
|
||||||
|
| **January 2026** | **Maker Coin Holder Design** | Functional desk display and maker coin holder | [January-2026.md](January-2026.md) |
|
||||||
|
|
||||||
|
## 2025 Challenges
|
||||||
|
|
||||||
|
| Month | Challenge Title | Theme / Focus | File |
|
||||||
|
| :--- | :--- | :--- | :--- |
|
||||||
|
| **December 2025** | **Bring Your Test Models** | Calibration prints, torture tests, and holiday ornaments | [December-2025.md](December-2025.md) |
|
||||||
|
| **November 2025** | **Wait, This Was Printed?** | Flawless layer-line-free surface finish (25mm cube) | [November-2025.md](November-2025.md) |
|
||||||
|
| **October 2025** | **Is it Glass or Clearly Natural?** | Optical clarity challenge using 3D Fuel Clearly Natural | [October-2025.md](October-2025.md) |
|
||||||
46
challenges/current/current.md
Normal file
46
challenges/current/current.md
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
---
|
||||||
|
title: "September 2026: Practi-FALL Prints"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "current"
|
||||||
|
order: 1
|
||||||
|
description: "Functional utility and everyday practicality challenge."
|
||||||
|
tags:
|
||||||
|
- active
|
||||||
|
- functional
|
||||||
|
- contest
|
||||||
|
- challenge-010
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Challenges Hub](../readme.md) | [Upcoming Preview](upcoming.md)
|
||||||
|
|
||||||
|
# Current Challenge: September 2026
|
||||||
|
|
||||||
|
## Challenge: Practi"FALL" Prints
|
||||||
|
|
||||||
|
As we head into fall, it is time to show off the practical power of 3D printing with **Practi"FALL" Prints**!
|
||||||
|
|
||||||
|
Whether it is an everyday household fix or a clever workshop tool, bring in a practical print that solves a problem or makes life easier.
|
||||||
|
|
||||||
|
### The Focus: Functional Utility & Everyday Practicality
|
||||||
|
The goal is to design or print a functional item that serves a practical purpose. This can be anything from a simple door stop, cord clip, or drawer organizer, to a crazy multi-levered bottle or can opener, tool jig, or replacement bracket!
|
||||||
|
|
||||||
|
### Submission Requirements
|
||||||
|
|
||||||
|
* **Physical Model**: Bring your practical print to the **September 16th, 2026** meetup.
|
||||||
|
* **Range of Entries**: Anything functional qualifies—from simple everyday utility items to complex mechanical openers or tools.
|
||||||
|
* **The Story**: Be ready to demonstrate or explain what problem your print solves, how you use it, and your printing/design approach (materials, infill, orientation for strength, etc.).
|
||||||
|
|
||||||
|
### Judging & Prize
|
||||||
|
|
||||||
|
* **Voting**: The group will vote on their favorite entry based on practical usefulness, creativity, and execution.
|
||||||
|
* **Prize**: The winner will receive a **free spool of filament**!
|
||||||
|
|
||||||
|
### Timeline
|
||||||
|
|
||||||
|
* **Challenge Announcement**: August 19th, 2026 (at August meetup)
|
||||||
|
* **Show & Tell / Voting**: September 16th, 2026 (during September meetup)
|
||||||
|
* **Winner Announcement**: September 16th, 2026 (end of September meetup)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**This challenge is currently active for September 2026**
|
||||||
29
challenges/current/readme.md
Normal file
29
challenges/current/readme.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
title: "Current & Upcoming Challenges"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "current"
|
||||||
|
order: 0
|
||||||
|
description: "Active monthly challenges and upcoming challenge preview for the Fargo 3D Printing Meetup."
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- active
|
||||||
|
- overview
|
||||||
|
---
|
||||||
|
|
||||||
|
# Current Challenges Hub
|
||||||
|
|
||||||
|
This directory houses the active monthly challenge and the preview for the upcoming challenge.
|
||||||
|
|
||||||
|
## Challenge Cycle
|
||||||
|
|
||||||
|
Our monthly challenges follow a 3-stage lifecycle:
|
||||||
|
|
||||||
|
1. **Announcement**: The challenge theme and requirements are announced at the monthly meetup.
|
||||||
|
2. **Execution**: Makers work on their prints between meetups.
|
||||||
|
3. **Judging & Voting**: Physical prints are brought to the following meetup for show & tell, community voting, and prizes.
|
||||||
|
|
||||||
|
## Current Files
|
||||||
|
|
||||||
|
- **[Active Challenge](current.md)**: September 2026 Practi"FALL" Prints (currently in execution, judging September 16th, 2026).
|
||||||
|
- **[Upcoming Challenge Preview](upcoming.md)**: October 2026 preview (to be announced at the conclusion of the September meetup).
|
||||||
|
- **[Challenge Archive](../archive/readme.md)**: Browse all completed past challenges from 2025 and 2026.
|
||||||
42
challenges/current/upcoming.md
Normal file
42
challenges/current/upcoming.md
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
---
|
||||||
|
title: "Upcoming Challenge: October 2026"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "current"
|
||||||
|
order: 2
|
||||||
|
description: "Preview of upcoming monthly challenges."
|
||||||
|
tags:
|
||||||
|
- challenge
|
||||||
|
- upcoming
|
||||||
|
---
|
||||||
|
|
||||||
|
[← Back to Challenges Hub](../readme.md) | [Current Challenge](current.md)
|
||||||
|
|
||||||
|
# Upcoming Challenge: October 2026 (To Be Determined)
|
||||||
|
|
||||||
|
## Challenge: [Theme TBD]
|
||||||
|
|
||||||
|
*Details for the October 2026 challenge are currently being decided. We will announce the full details at the September 16th meetup.*
|
||||||
|
|
||||||
|
### The Focus: [TBD]
|
||||||
|
|
||||||
|
*[Focus details to be added]*
|
||||||
|
|
||||||
|
### Submission Requirements
|
||||||
|
|
||||||
|
* **Physical Model**: Bring your print to the **October** meetup.
|
||||||
|
* **The Story**: Be ready to tell the group about your creation.
|
||||||
|
|
||||||
|
### Judging & Prize
|
||||||
|
|
||||||
|
* **Voting**: The group will vote on their favorite entry.
|
||||||
|
* **Prize**: The winner will receive a **free spool of filament**.
|
||||||
|
|
||||||
|
### Timeline
|
||||||
|
|
||||||
|
* **Challenge Announcement**: September 16th, 2026 (at September meetup)
|
||||||
|
* **Show & Tell / Voting**: October 2026 (during October meetup)
|
||||||
|
* **Winner Announcement**: October 2026 (end of October meetup)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**This challenge will become active in October 2026**
|
||||||
@@ -1,91 +1,30 @@
|
|||||||
# Challenge Template
|
---
|
||||||
|
title: "Maker Challenges Hub"
|
||||||
|
category: "challenges"
|
||||||
|
order: 1
|
||||||
|
description: "Monthly 3D printing design competitions, active challenges, and challenge archive."
|
||||||
|
tags:
|
||||||
|
- challenges
|
||||||
|
---
|
||||||
|
|
||||||
## [Month Year] Challenge: "[Challenge Name]"
|
[← Back to Home Page](../Readme.md)
|
||||||
|
|
||||||
### Challenge Overview
|
# Maker Challenges Hub
|
||||||
|
|
||||||
[Brief description of the challenge theme and goals]
|
Welcome to the monthly 3D printing challenges for the Fargo 3D Print Meetup! Each month features a unique theme designed to test different aspects of 3D printing skills, from material handling to design innovation.
|
||||||
|
|
||||||
### Challenge Rules
|
## Challenge Sections
|
||||||
|
|
||||||
#### Materials & Constraints
|
- **[Current & Upcoming Challenges](current/readme.md)**
|
||||||
|
- **[Active Challenge](current/current.md)**: September 2026 Practi"FALL" Prints (bring physical models to September 16th meetup)
|
||||||
|
- **[Upcoming Preview](current/upcoming.md)**: October 2026 preview
|
||||||
|
- **[Challenge Archive](archive/readme.md)**
|
||||||
|
- Complete history of past 2025 and 2026 challenges, guidelines, and winner spotlights.
|
||||||
|
|
||||||
- **Filament**: [Specify required filament type/brand]
|
## How Challenges Work
|
||||||
- **Maximum Filament Usage**: [Weight limit if applicable]
|
|
||||||
- **Model Specification**: [Dimensions, complexity, or provided model details]
|
|
||||||
- **Print Mode**: [Any specific printing requirements]
|
|
||||||
|
|
||||||
#### Competition Categories
|
### Challenge Structure
|
||||||
|
- **Theme**: Specific monthly focus testing design, slicing, materials, or assembly.
|
||||||
- **[Category 1]**: [Description]
|
- **Participation**: Open to all skill levels. Bring your physical prints to the monthly meetup.
|
||||||
- **[Category 2]**: [Description]
|
- **Show & Tell & Voting**: Share your printing approach, challenges overcome, and vote on community favorites.
|
||||||
- **[Overall Winner]**: [Description]
|
- **Prizes**: Winners receive free spools of filament.
|
||||||
|
|
||||||
#### Judging Criteria
|
|
||||||
|
|
||||||
1. **[Criteria 1]** ([%]): [Description]
|
|
||||||
2. **[Criteria 2]** ([%]): [Description]
|
|
||||||
3. **[Criteria 3]** ([%]): [Description]
|
|
||||||
4. **[Criteria 4]** ([%]): [Description]
|
|
||||||
|
|
||||||
#### Submission Requirements
|
|
||||||
|
|
||||||
- **[Requirement 1]**: [Description]
|
|
||||||
- **[Requirement 2]**: [Description]
|
|
||||||
- **Documentation**: Include photos showing [specific aspects]
|
|
||||||
- **Settings Documentation**: Share printer settings used
|
|
||||||
- **Process Notes**: Brief description of techniques used
|
|
||||||
|
|
||||||
#### Evaluation Process
|
|
||||||
|
|
||||||
- **[Evaluation Method 1]**: [Description]
|
|
||||||
- **[Evaluation Method 2]**: [Description]
|
|
||||||
- **Community Voting**: [Description]
|
|
||||||
- **Technical Review**: [Description]
|
|
||||||
|
|
||||||
### Prizes & Recognition
|
|
||||||
|
|
||||||
#### Awards
|
|
||||||
|
|
||||||
- **[Award 1]**: [Description]
|
|
||||||
- **[Award 2]**: [Description]
|
|
||||||
- **[Award 3]**: [Description]
|
|
||||||
- **People's Choice Award**: Community favorite
|
|
||||||
- **Innovation Award**: [Description]
|
|
||||||
|
|
||||||
#### Documentation
|
|
||||||
|
|
||||||
- Winner photos for social media sharing
|
|
||||||
- Video documentation of winning techniques
|
|
||||||
- Settings and process sharing for community learning
|
|
||||||
|
|
||||||
### Timeline
|
|
||||||
|
|
||||||
- **Challenge Announcement**: [Date]
|
|
||||||
- **[Key Milestone]**: [Date]
|
|
||||||
- **Submission Deadline**: [Date]
|
|
||||||
- **Judging Period**: [Date Range]
|
|
||||||
- **Winner Announcement**: [Date]
|
|
||||||
|
|
||||||
### [Model Creation/Setup Instructions]
|
|
||||||
|
|
||||||
#### [Software/Method 1]
|
|
||||||
|
|
||||||
**Step 1: [Action]**
|
|
||||||
|
|
||||||
1. [Instruction]
|
|
||||||
2. [Instruction]
|
|
||||||
3. [Instruction]
|
|
||||||
|
|
||||||
**Step 2: [Action]**
|
|
||||||
|
|
||||||
1. [Instruction]
|
|
||||||
2. [Instruction]
|
|
||||||
3. [Instruction]
|
|
||||||
|
|
||||||
#### Alternative Methods
|
|
||||||
|
|
||||||
- **[Software 1]**: [Brief instructions]
|
|
||||||
- **[Software 2]**: [Brief instructions]
|
|
||||||
- **[Software 3]**: [Brief instructions]
|
|
||||||
- **Any CAD Software**: [General guidance]
|
|
||||||
|
|||||||
28
docs/ideas.md
Normal file
28
docs/ideas.md
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
title: "Ideas and Planning"
|
||||||
|
category: "meetup"
|
||||||
|
order: 4
|
||||||
|
description: "Future challenge concepts, workshop topics, and community suggestions."
|
||||||
|
tags:
|
||||||
|
- meetup
|
||||||
|
- planning
|
||||||
|
---
|
||||||
|
[← Back to Home Page](../Readme.md)
|
||||||
|
|
||||||
|
# Ideas & Planning
|
||||||
|
|
||||||
|
We actively incorporate suggestions from community members. Here are concepts currently in development for upcoming meetups:
|
||||||
|
|
||||||
|
## Future Challenge Ideas
|
||||||
|
- **"Sliced" Rapid Design Competition**: Timed on-site modeling/slicing challenge.
|
||||||
|
- **Mechanical Compliance**: 100% print-in-place compliant mechanisms without hardware.
|
||||||
|
- **Recycled & Sustainable Materials**: Prints made with rPLA and recycled filaments.
|
||||||
|
|
||||||
|
## Workshop & Presentation Topics
|
||||||
|
- Advanced Scarf Seam calibration in OrcaSlicer and PrusaSlicer.
|
||||||
|
- Multi-color filament painting and HueForge layer optimization.
|
||||||
|
- Designing functional snap-fit joints and tolerances.
|
||||||
|
|
||||||
|
## Community Outreach Initiatives
|
||||||
|
- **School Partnerships**: Outreach to robotics teams and STEM programs.
|
||||||
|
- **Discord Integration**: Online community voting and suggestions.
|
||||||
13
docs/readme.md
Normal file
13
docs/readme.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Planning & Developer Documentation
|
||||||
|
|
||||||
|
Internal documentation, event planning concepts, technical specifications, and migration tracking for the Fargo 3D Printing Meetup repository.
|
||||||
|
|
||||||
|
## Documentation Index
|
||||||
|
|
||||||
|
| Document | Description | Path |
|
||||||
|
| :--- | :--- | :--- |
|
||||||
|
| **[Ideas & Planning](ideas.md)** | Future design challenges, workshop ideas, presentation topics, and community outreach concepts. | `docs/ideas.md` |
|
||||||
|
| **[Architecture & API Spec](update.md)** | Technical specification for Gitea REST API integration, branch targeting, and content taxonomy. | `docs/update.md` |
|
||||||
|
| **[Wiki Changes Tracker](wiki-needed-changes.md)** | Migration progress and link cleanup checklist from legacy flat wiki tags to folder taxonomy. | `docs/wiki-needed-changes.md` |
|
||||||
|
|
||||||
|
[← Back to Main Repository](../Readme.md)
|
||||||
158
docs/update.md
Normal file
158
docs/update.md
Normal file
@@ -0,0 +1,158 @@
|
|||||||
|
# Fargo 3D Community Content & Repository Hub Architecture (v5)
|
||||||
|
|
||||||
|
This document outlines the architecture, API schemas, configuration, and implementation plan for upgrading the **Fargo 3D Wiki, Challenges, & Community Resources** system to consume markdown and structured assets directly from the **primary Git repository** (`Fargo3d/3DPrintMeetup`) instead of the flat Gitea Wiki API.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 1. Overview & Key Advantages
|
||||||
|
|
||||||
|
Rather than relying on the legacy Gitea Wiki API (which enforces a flat page hierarchy and requires an $O(N)$ loop to base64-decode each page just to read tags), the website will connect to the **Gitea Repository REST API**.
|
||||||
|
|
||||||
|
```
|
||||||
|
┌────────────────────────────────────────────────────────────────────────────────────────┐
|
||||||
|
│ COMMUNITY RESOURCE HUBS (WEBSITE) │
|
||||||
|
├─────────────────────────┬─────────────────────────────┬────────────────────────────────┤
|
||||||
|
│ 🏆 Challenges Hub │ 🛠️ Tools & Gear Hub │ 📚 Wiki Knowledge Base │
|
||||||
|
│ Route: `/challenges` │ Route: `/tools` │ Route: `/wiki?page={Path}` │
|
||||||
|
│ • Active Challenges │ • 3D Fuel Partner Perk │ • Meetup Info & Dates │
|
||||||
|
│ • Past Archive │ • Curated Tools & Reviews │ • Hardware & Slicer Guides │
|
||||||
|
│ • Direct STL / Files │ • HueForge Color Palette │ • Announcements Archive │
|
||||||
|
└─────────────────────────┴─────────────────────────────┴────────────────────────────────┘
|
||||||
|
▲ ▲
|
||||||
|
│ │
|
||||||
|
┌──────────────────────────────┴───────────────────────────────┴─────────────────────────┐
|
||||||
|
│ GITEA REPOSITORY REST API (BRANCH-AWARE) │
|
||||||
|
│ Swagger: https://meetup.fargo3d.com/api/swagger │
|
||||||
|
│ • Git Tree (Recursive): `/api/v1/repos/{owner}/{repo}/git/trees/{branch}?recursive=1` │
|
||||||
|
│ • Raw Markdown: `/api/v1/repos/{owner}/{repo}/raw/{filepath}?ref={branch}` │
|
||||||
|
│ • Raw JSON / Assets: `/api/v1/repos/{owner}/{repo}/raw/HueForge/3d-Fuel.json` │
|
||||||
|
└────────────────────────────────────────────────────────────────────────────────────────┘
|
||||||
|
```
|
||||||
|
|
||||||
|
### Major Advantages:
|
||||||
|
1. **Branch & Fork Isolation for Safe Local Testing**:
|
||||||
|
- The repository owner, repository name, and branch/ref are configurable via `appsettings.json`.
|
||||||
|
- Developers can point their local environment to a fork (e.g. `espoon/3DPrintMeetup`) or a test branch (e.g. `v5-content`) and test website rendering immediately without altering production markdown or touching the live wiki.
|
||||||
|
2. **Instant $O(1)$ Tree Discovery (Zero N+1 Calls)**:
|
||||||
|
- A single recursive git tree request retrieves all markdown files, folder hierarchies, sizes, and git commit SHAs in ~60ms.
|
||||||
|
3. **True Folder Hierarchy & Categories**:
|
||||||
|
- Files are organized into natural repository directories (`challenges/`, `announcements/`, `HueForge/`, `tools/`) rather than flat wiki slug naming.
|
||||||
|
4. **Structured Asset Ingestion**:
|
||||||
|
- Directly loads `HueForge/3d-Fuel.json` to provide real-time filament hex color palettes, transmissivity values, and filament profiles on `/tools`.
|
||||||
|
5. **Direct Raw Streaming**:
|
||||||
|
- The raw API streams pure UTF-8 markdown text directly without base64 wrapper overhead.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 2. Configuration & Branch-Targeting Schema
|
||||||
|
|
||||||
|
In `Fargo3D.Web/appsettings.json`:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"CommunityContent": {
|
||||||
|
"GiteaBaseUrl": "https://meetup.fargo3d.com",
|
||||||
|
"Owner": "Fargo3d",
|
||||||
|
"Repo": "3DPrintMeetup",
|
||||||
|
"Branch": "master",
|
||||||
|
"CacheDurationMinutes": 15
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
In `Fargo3D.Web/appsettings.Development.json` (for local dev against a fork or branch):
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"CommunityContent": {
|
||||||
|
"Owner": "espoon",
|
||||||
|
"Repo": "3DPrintMeetup",
|
||||||
|
"Branch": "dev"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 3. Gitea API Endpoints Utilized
|
||||||
|
|
||||||
|
| Operation | Gitea Endpoint | Description |
|
||||||
|
| :--- | :--- | :--- |
|
||||||
|
| **Recursive Tree** | `GET /api/v1/repos/{owner}/{repo}/git/trees/{branch}?recursive=1` | Returns the entire file tree. Filter for `item.path.EndsWith(".md")` to index all content in 1 call. |
|
||||||
|
| **Raw Content** | `GET /api/v1/repos/{owner}/{repo}/raw/{filepath}?ref={branch}` | Streams the raw markdown or JSON file content. |
|
||||||
|
| **File Metadata** | `GET /api/v1/repos/{owner}/{repo}/contents/{filepath}?ref={branch}` | Returns metadata, commit info, and file size. |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 4. Repository Folder Taxonomy & Routing
|
||||||
|
|
||||||
|
The files in `Fargo3d/3DPrintMeetup` map to website sections as follows:
|
||||||
|
|
||||||
|
| Repository Directory / File | Category | Target Route / UI Component |
|
||||||
|
| :--- | :--- | :--- |
|
||||||
|
| `challenges/*/readme.md`, `challenges.md` | `challenges` | `/challenges` & `/wiki?path=challenges/...` |
|
||||||
|
| `tools/*.md`, `Supporting-Our-Community.md` | `tools` | `/tools` & `/wiki?path=tools/...` |
|
||||||
|
| `HueForge/README.md`, `HueForge/3d-Fuel.json` | `hueforge` | `/tools` & `/wiki?path=HueForge/...` |
|
||||||
|
| `announcements/*.md` | `announcements` | `/wiki?path=announcements/...` |
|
||||||
|
| `Readme.md`, `itinerary.md`, `ideas.md` | `meetup` | `/wiki?path=Readme.md` (Home) |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 5. Frontmatter YAML Schema Standard
|
||||||
|
|
||||||
|
Markdown files can optionally define frontmatter for card titles, badges, and sorting:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
---
|
||||||
|
title: "September 2026: Practi-FALL Prints"
|
||||||
|
category: "challenges"
|
||||||
|
subcategory: "2026"
|
||||||
|
order: 1
|
||||||
|
description: "Functional utility and everyday practicality challenge."
|
||||||
|
tags:
|
||||||
|
- active
|
||||||
|
- functional
|
||||||
|
- contest
|
||||||
|
---
|
||||||
|
```
|
||||||
|
|
||||||
|
If frontmatter is omitted, the title defaults to the filename (or first `# H1` header), and the category defaults to the parent folder name.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 6. Implementation Architecture
|
||||||
|
|
||||||
|
### 1. New Content Service: `CommunityRepoService.cs`
|
||||||
|
Replaces legacy `wikiAPI` in `SharedClasses/`:
|
||||||
|
- **`GetContentTreeAsync()`**: Fetches and caches the recursive git tree for `{Owner}/{Repo}@{Branch}`.
|
||||||
|
- **`GetRawFileAsync(string path)`**: Downloads raw markdown text using `?ref={Branch}`.
|
||||||
|
- **`GetFilamentDatabaseAsync()`**: Downloads and deserializes `HueForge/3d-Fuel.json`.
|
||||||
|
- **`ParseFrontmatter(string markdown)`**: Extracts metadata (`title`, `category`, `order`, `tags`) using `FrontmatterParser.cs`.
|
||||||
|
|
||||||
|
### 2. Dedicated Hub: `Fargo3D.Web/Components/Pages/Tools.razor`
|
||||||
|
- **Route**: `@page "/tools"`
|
||||||
|
- **Partner Voucher Card**: 3D Fuel voucher with one-click code copy and direct tracking link.
|
||||||
|
- **Interactive HueForge Palette**: Visual swatch grid populated directly from `HueForge/3d-Fuel.json`.
|
||||||
|
- **Community Supplies**: Community-tested recommendations pulled directly from the repo's tools markdown.
|
||||||
|
|
||||||
|
### 3. Categorized Wiki Tree: `WikiPage.razor`
|
||||||
|
- Replaces flat list with folder-aware accordion sidebar:
|
||||||
|
- 📅 **Meetup & Schedule** (`Readme.md`, `itinerary.md`, `ideas.md`)
|
||||||
|
- 🏆 **Maker Challenges** (Grouped by year/month)
|
||||||
|
- 🛠️ **Tools & Hardware** (Supplies, recommendations)
|
||||||
|
- 🎨 **HueForge Guides** (Filament guides, color theory)
|
||||||
|
- 📢 **Announcements Archive**
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 7. Migration & Local Testing Workflow
|
||||||
|
|
||||||
|
1. **Create Branch or Fork**:
|
||||||
|
- In `meetup.fargo3d.com`, create a branch (e.g. `v5-content`) or fork `3DPrintMeetup` to your user account.
|
||||||
|
2. **Update Local Config**:
|
||||||
|
- Set `"Branch": "v5-content"` in `appsettings.Development.json`.
|
||||||
|
3. **Develop & Verify**:
|
||||||
|
- Commit markdown and images to your branch/fork.
|
||||||
|
- Run `Fargo3D.Web` locally — it will immediately pull the new structure from your branch without affecting production.
|
||||||
|
4. **Merge to Production**:
|
||||||
|
- Merge your content branch into `master` on `Fargo3d/3DPrintMeetup`.
|
||||||
78
docs/wiki-needed-changes.md
Normal file
78
docs/wiki-needed-changes.md
Normal file
@@ -0,0 +1,78 @@
|
|||||||
|
# Wiki & Repository Needed Changes Tracker (`wiki needed changes.md`)
|
||||||
|
|
||||||
|
This document tracks all content updates, cleanups, structural refactorings, and link fixes needed in the **Fargo 3D Content Repository** (`Fargo3d/3DPrintMeetup`).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 1. Folder-Based Cleanups (Deprecating Legacy Flat Wiki Tags)
|
||||||
|
|
||||||
|
Because the site now infers categories, archive status, and hub placement directly from **folder paths**, markdown files no longer require extensive YAML tags.
|
||||||
|
|
||||||
|
### Folder Inference Rules:
|
||||||
|
| Folder Path | Automatic Category | Automatic Status / Badging | Frontmatter Required? |
|
||||||
|
| :--- | :--- | :--- | :--- |
|
||||||
|
| `challenges/current/current.md` | `challenges` | **Active Challenge** | Optional (title inferred from `# H1`) |
|
||||||
|
| `challenges/current/upcoming.md` | `challenges` | **Upcoming Preview** | Optional |
|
||||||
|
| `challenges/current/readme.md` | `challenges` | Hub overview / Index | Optional |
|
||||||
|
| `challenges/archive/*.md` | `challenges` | **Archived Challenge** | Optional (year/month inferred from filename) |
|
||||||
|
| `tools/*.md` | `tools` | **Community Gear & Supplies** | Optional |
|
||||||
|
| `HueForge/*.md` | `hueforge` | **Guides & Calibration** | Optional |
|
||||||
|
| `announcements/*.md` | `announcements` | **Monthly Announcements** | Optional (date inferred from filename) |
|
||||||
|
| `/` (Root) | `meetup` | **General Meetup Info** | Optional |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 2. Redundant Root Files Cleanup
|
||||||
|
|
||||||
|
With the migration to dedicated folders on `dev`, several duplicate files in the root can be archived or cleaned up once the website reads from folders:
|
||||||
|
|
||||||
|
- [x] **`Supporting-Our-Community.md`** (Root):
|
||||||
|
- Duplicate of `tools/Supporting-Our-Community.md`. Can be removed once tools route points to `tools/`.
|
||||||
|
- [x] **`Current-Challenge.md`** & **`Upcoming-Challenge.md`** (Root):
|
||||||
|
- Replaced by `challenges/current/current.md` and `challenges/current/upcoming.md`.
|
||||||
|
- [x] **`Challenge-Archive.md`** & **`challenges.md`** (Root):
|
||||||
|
- Replaced by `challenges/readme.md` and `challenges/archive/readme.md`.
|
||||||
|
- [x] **`wiki-content-gitea/`** folder:
|
||||||
|
- Legacy flat wiki mirror. Can be retired once the website is reading from the primary repo folders.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 3. Link Standardization Across Markdown Files
|
||||||
|
|
||||||
|
In the legacy Gitea wiki, links were flat slugs (e.g. ``[Itinerary](Itinerary)`` or ``[Active Challenge](Current-Challenge)``). For standard git repository browsing and web rendering:
|
||||||
|
|
||||||
|
- [x] Update `Home.md` / `Readme.md`:
|
||||||
|
- Change `(Itinerary)` -> `(itinerary.md)`
|
||||||
|
- Change `(Important-Dates)` -> `(Important-Dates.md)`
|
||||||
|
- Change `(Ideas-and-Planning)` -> `(ideas.md)`
|
||||||
|
- Change `(Current-Challenge)` -> `(challenges/current/current.md)`
|
||||||
|
- Change `(Challenge-Archive)` -> `(challenges/archive/readme.md)`
|
||||||
|
- Change `(Supporting-Our-Community)` -> `(tools/Supporting-Our-Community.md)`
|
||||||
|
- [x] Update `challenges/current/current.md`:
|
||||||
|
- Change ``[← Back to Challenges Hub](../readme.md)`` (already clean relative link).
|
||||||
|
- Verify link to ``[Upcoming Preview](upcoming.md)``.
|
||||||
|
- [x] Update `challenges/archive/*.md`:
|
||||||
|
- Update any backlink headers to `[← Back to Challenge Archive](readme.md)`.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 4. HueForge & Structured Assets Tasks
|
||||||
|
|
||||||
|
- [x] **`HueForge/3d-Fuel.json`**:
|
||||||
|
- Verify JSON structure is valid and contains latest colors. (Verified: 127+ color entries with Hex, Brand, Transmissivity, Type).
|
||||||
|
- [x] **`HueForge/README.md`**:
|
||||||
|
- Add quick link to download `3d-Fuel.json` directly from the raw repo URL.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 5. Frontmatter Simplification Standard
|
||||||
|
|
||||||
|
Authors no longer need to write 12 lines of YAML. The standard is now lightweight:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
---
|
||||||
|
title: "September 2026: Practi-FALL Prints"
|
||||||
|
order: 1
|
||||||
|
---
|
||||||
|
```
|
||||||
|
*(Category, active/archive status, and tags like `challenge` and `tools` are now inferred automatically by folder location).*
|
||||||
50
ideas.md
50
ideas.md
@@ -1,50 +0,0 @@
|
|||||||
---
|
|
||||||
gitea: none
|
|
||||||
include_toc: true
|
|
||||||
---
|
|
||||||
|
|
||||||
# 3D Print Meetup Ideas & Planning
|
|
||||||
|
|
||||||
## 🏆 Competition Format: "Sliced" Design Challenge *(Sticky Note 1)*
|
|
||||||
|
|
||||||
> Inspired by "Chopped" TV show format
|
|
||||||
|
|
||||||
- **Concept**: Head-to-head design competition with surprise challenges
|
|
||||||
- **Community Outreach** *(Sticky Note 1)*:
|
|
||||||
- Reach out to local schools and robotics teams for participation
|
|
||||||
- Coordinate with Lynn Fritz regarding scheduling and involvement
|
|
||||||
- **Format**: Timed design challenges with specific constraints or materials
|
|
||||||
|
|
||||||
## 📋 Event Structure & Categories
|
|
||||||
|
|
||||||
### Show & Tell Segments *(Sticky Note 2)*
|
|
||||||
|
|
||||||
- **Multiple Categories**: Organize different sections with specific themes
|
|
||||||
- **Recognition**: Prizes for each category winner
|
|
||||||
- **Documentation**: Take photos of winners to share to social media
|
|
||||||
- **Video Documentation**: Record videos of winners for social media sharing
|
|
||||||
- **Hybrid Format**: Combine show & tell with competitive elements
|
|
||||||
- **Event Recap**: *(Note: This was crossed out in original sticky note - may need further discussion)*
|
|
||||||
|
|
||||||
### Prize Structure
|
|
||||||
|
|
||||||
- Individual category winners
|
|
||||||
- Overall competition winner
|
|
||||||
- People's choice award
|
|
||||||
|
|
||||||
## 🗓️ Monthly Challenges & Community Engagement
|
|
||||||
|
|
||||||
### Challenge Selection Process *(Sticky Note 3)*
|
|
||||||
|
|
||||||
- **Monthly Themes**: Set up rotating monthly design challenges
|
|
||||||
- **Community Input**:
|
|
||||||
- Create ballot/survey system for challenge suggestions
|
|
||||||
- Integrate Discord and partner schools for voting
|
|
||||||
- **Integration**: Coordinate with Downslash platform for submissions
|
|
||||||
|
|
||||||
### Voting & Participation *(Sticky Note 3)*
|
|
||||||
|
|
||||||
- Discord community polls
|
|
||||||
- School partnership voting
|
|
||||||
- Public showcase events
|
|
||||||
- Integration between Discord and school communities
|
|
||||||
122
itinerary.md
122
itinerary.md
@@ -1,103 +1,43 @@
|
|||||||
---
|
---
|
||||||
gitea: none
|
title: "Meeting Itinerary"
|
||||||
include_toc: true
|
category: "meetup"
|
||||||
|
order: 2
|
||||||
|
description: "Standard meeting schedule, agenda breakdown, and format for monthly gatherings (6:00 PM - 8:00 PM)."
|
||||||
|
tags:
|
||||||
|
- meetup
|
||||||
|
- schedule
|
||||||
---
|
---
|
||||||
|
[← Back to Home Page](Readme.md)
|
||||||
|
|
||||||
# 3D Print Meetup Schedule
|
# Meeting Itinerary
|
||||||
|
|
||||||
## 📅 Meeting Format & Timeline
|
Our monthly gatherings follow a 2-hour format designed for networking, technical learning, and project sharing.
|
||||||
|
|
||||||
**Meeting Duration**: 2 Hours (6:00 PM - 8:00 PM)
|
| Time | Segment | Details |
|
||||||
|
| :--- | :--- | :--- |
|
||||||
|
| **6:00 - 6:15 PM** | **Arrival & Social Time** | Welcome, sign-in, and informal maker networking |
|
||||||
|
| **6:15 - 6:30 PM** | **Industry News & Updates** | Latest 3D printing hardware, slicer releases, and local announcements |
|
||||||
|
| **6:30 - 7:15 PM** | **Show & Tell & Challenge Judging** | Community project showcase and voting on the active monthly challenge |
|
||||||
|
| **7:15 - 7:45 PM** | **Featured Technical Presentation** | Deep dive workshop or guest demo |
|
||||||
|
| **7:45 - 8:00 PM** | **Challenge Winner & Wrap-Up** | Prize award, announcement of next month's challenge, and open Q&A |
|
||||||
|
|
||||||
### 🕕 6:00 PM - 6:15 PM: Arrival & Social Time
|
## Meeting Guidelines
|
||||||
|
|
||||||
**Duration: 15 minutes**
|
|
||||||
|
|
||||||
- Welcome new members and returning participants
|
|
||||||
- Informal networking and conversation
|
|
||||||
- Setup and equipment check
|
|
||||||
- Coffee/refreshments (if available)
|
|
||||||
|
|
||||||
### 🕕 6:15 PM - 6:45 PM: Industry News & Updates
|
|
||||||
|
|
||||||
**Duration: 30 minutes**
|
|
||||||
**Presenter: John**
|
|
||||||
|
|
||||||
- Latest 3D printing industry developments
|
|
||||||
- New technology announcements and trends
|
|
||||||
- 3D Fuel product updates and releases
|
|
||||||
- Market insights and innovations
|
|
||||||
- Q&A session for industry-related questions
|
|
||||||
|
|
||||||
### 🕕 6:45 PM - 7:15 PM: Show & Tell
|
|
||||||
|
|
||||||
**Duration: 15-30 minutes**
|
|
||||||
|
|
||||||
- Community member project presentations
|
|
||||||
- Recent prints and creations showcase
|
|
||||||
- **Challenge judging** (when entries from previous month's challenge are present)
|
|
||||||
- Problem-solving discussions
|
|
||||||
- Technique sharing and tips
|
|
||||||
- Challenge submissions and updates
|
|
||||||
- Quick project demos
|
|
||||||
|
|
||||||
### 🕖 7:15 PM - 7:45 PM: Featured Presentation
|
|
||||||
|
|
||||||
**Duration: 30 minutes**
|
|
||||||
|
|
||||||
- In-depth technical presentations
|
|
||||||
- Guest speaker sessions
|
|
||||||
- Workshop demonstrations
|
|
||||||
- Challenge announcements and explanations
|
|
||||||
- Advanced technique tutorials
|
|
||||||
- Interactive learning sessions
|
|
||||||
|
|
||||||
### 🕗 7:45 PM - 8:00 PM: Closing & General Discussion
|
|
||||||
|
|
||||||
**Duration: 15 minutes**
|
|
||||||
|
|
||||||
- Meeting wrap-up and summary
|
|
||||||
- Upcoming events and announcements
|
|
||||||
- Informal discussion and final questions
|
|
||||||
- Networking and contact exchange
|
|
||||||
- Cleanup and departure preparation
|
|
||||||
|
|
||||||
## 📋 Meeting Guidelines
|
|
||||||
|
|
||||||
### Participation Tips
|
### Participation Tips
|
||||||
|
- **Arrive Early**: Come at 6:00 PM to maximize networking time.
|
||||||
- **Arrive Early**: Come at 6:00 PM to maximize networking time
|
- **Bring Projects**: Always welcome to share your latest prints.
|
||||||
- **Bring Projects**: Always welcome to share your latest prints
|
- **Ask Questions**: Industry news segment is perfect for Q&A.
|
||||||
- **Ask Questions**: Industry news segment is perfect for Q&A
|
- **Stay Engaged**: Interactive participation encouraged throughout.
|
||||||
- **Stay Engaged**: Interactive participation encouraged throughout
|
|
||||||
|
|
||||||
### Presentation Guidelines
|
### Presentation Guidelines
|
||||||
|
- **Show & Tell**: 3-5 minutes per person maximum.
|
||||||
- **Show & Tell**: 3-5 minutes per person maximum
|
- **Challenge Entries**: Bring previous month's challenge submissions for group judging.
|
||||||
- **Challenge Entries**: Bring previous month's challenge submissions for group judging
|
- **Featured Presentations**: Coordinate with organizers in advance.
|
||||||
- **Featured Presentations**: Coordinate with organizers in advance
|
- **Materials**: Bring physical prints when possible.
|
||||||
- **Materials**: Bring physical prints when possible
|
- **Documentation**: Photos welcome for social media sharing.
|
||||||
- **Documentation**: Photos welcome for social media sharing
|
|
||||||
|
|
||||||
### Meeting Etiquette
|
### Meeting Etiquette
|
||||||
|
- Respect time limits for each segment.
|
||||||
- Respect time limits for each segment
|
- Allow everyone opportunity to participate.
|
||||||
- Allow everyone opportunity to participate
|
- Keep discussions relevant to 3D printing.
|
||||||
- Keep discussions relevant to 3D printing
|
- Help with setup and cleanup as needed.
|
||||||
- Help with setup and cleanup as needed
|
|
||||||
|
|
||||||
## 🗓️ Schedule Flexibility
|
|
||||||
|
|
||||||
**Note**: Timing may adjust based on:
|
|
||||||
|
|
||||||
- Number of show & tell participants
|
|
||||||
- Challenge entries requiring judging from previous month
|
|
||||||
- Complexity of featured presentation
|
|
||||||
- Special events or challenges
|
|
||||||
- Community engagement levels
|
|
||||||
|
|
||||||
**Typical Variations**:
|
|
||||||
|
|
||||||
- Show & Tell: 15-30 minutes (depending on participation and challenge judging)
|
|
||||||
- Featured Presentation: 30 minutes (fixed duration)
|
|
||||||
- Buffer time built into closing segment for overruns
|
|
||||||
|
|||||||
35
tools/Supporting-Our-Community.md
Normal file
35
tools/Supporting-Our-Community.md
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
title: "Supporting Our Community"
|
||||||
|
category: "tools"
|
||||||
|
order: 1
|
||||||
|
description: "Community-tested 3D printing tools, filament dry boxes, reusable desiccant, and partner discounts."
|
||||||
|
tags:
|
||||||
|
- affiliate
|
||||||
|
- tools
|
||||||
|
- filament
|
||||||
|
---
|
||||||
|
|
||||||
|
# Supporting Our Community & Recommended Tools
|
||||||
|
|
||||||
|
When you purchase supplies using the affiliate links below, proceeds go directly toward funding meetup prizes, demonstration materials, and community filament spools.
|
||||||
|
|
||||||
|
## Partner Discounts
|
||||||
|
|
||||||
|
### 3D Fuel Filament
|
||||||
|
- **Discount Code**: Use code **`FARGO3D`** at checkout on [3DFuel.com](https://www.3dfuel.com/FARGO3D) for exclusive community savings.
|
||||||
|
- **Support**: A percentage of every order using our code supports our monthly meetup prize pool.
|
||||||
|
|
||||||
|
## Community-Tested Gear & Supplies
|
||||||
|
|
||||||
|
### 3D Print Bed Removal Tools
|
||||||
|
- **Product Link**: [Amazon - 3D Print Removal Spatula & Tool Set](https://amzn.to/3Ln2Akf)
|
||||||
|
- **Maker Notes**: One of the most effective and safe toolsets for releasing prints from textured and smooth PEI build plates without gouging the coating. The flexible thin spatula edge slides under brim edges easily.
|
||||||
|
|
||||||
|
### Filament Storage Dry Boxes
|
||||||
|
- **Product Link**: [Amazon - Airtight Filament Storage Boxes](https://amzn.to/4poin0c)
|
||||||
|
- **Maker Notes**: Heavy-duty, airtight storage containers for keeping moisture-sensitive filaments (PETG, TPU, PLA+, Nylon) dry. Easily modified with pneumatic fittings for direct reverse-Bowden feeding.
|
||||||
|
|
||||||
|
### Color-Changing Reusable Desiccant
|
||||||
|
- **Product Link**: [Amazon - Reusable Color-Indicating Silica Gel Desiccant](https://amzn.to/4st52q2)
|
||||||
|
- **Maker Notes**: High-capacity beads that change color (purple/pink) when saturated, indicating when they need to be recharged in an oven or microwave.
|
||||||
|
- **Meetup Tip**: If you do not need a full multi-pound jug, talk to us at the monthly meetup to pick up a smaller portion.
|
||||||
@@ -1,77 +0,0 @@
|
|||||||
# Current Challenge: October 2025
|
|
||||||
|
|
||||||
## "Is it Glass or Clearly Natural?"
|
|
||||||
|
|
||||||
Experience the clarity of 3D Fuel's "Clearly Natural" filament in this transparency-focused challenge! Participants will attempt to create the clearest possible print, testing the limits of clear filament printing techniques.
|
|
||||||
|
|
||||||
## Challenge Details
|
|
||||||
|
|
||||||
### Materials & Constraints
|
|
||||||
- **Filament**: 3D Fuel "Clearly Natural" - Available in two variations:
|
|
||||||
- PCTG (Polyethylene Terephthalate Glycol)
|
|
||||||
- PLA (Polylactic Acid)
|
|
||||||
- **Maximum Filament Usage**: 250g per entry
|
|
||||||
- **Model Specification**: Cylinder - 25mm diameter x 50mm height
|
|
||||||
- **Print Mode**: Vase mode (approximately 6 grams of filament)
|
|
||||||
|
|
||||||
### Competition Categories
|
|
||||||
- **PCTG Division**: For prints using Clearly Natural PCTG
|
|
||||||
- **PLA Division**: For prints using Clearly Natural PLA
|
|
||||||
- **Overall Winner**: Best clarity across both divisions
|
|
||||||
|
|
||||||
### Judging Criteria
|
|
||||||
1. **Clarity & Transparency** (40%): How clear and glass-like is the final print?
|
|
||||||
2. **Print Quality** (30%): Surface finish, layer adhesion, and overall structural integrity
|
|
||||||
3. **Technique Innovation** (20%): Creative printing techniques to maximize transparency
|
|
||||||
4. **Challenge Adherence** (10%): Following material constraints and using supplied model
|
|
||||||
|
|
||||||
### Submission Requirements
|
|
||||||
- **Model Compliance**: Cylinder must measure 25mm diameter x 50mm height
|
|
||||||
- **Vase Mode**: Must be printed in vase mode (single perimeter wall)
|
|
||||||
- **Weight Verification**: Should use approximately 6 grams of filament
|
|
||||||
- **Documentation**: Include photos showing transparency (with light sources)
|
|
||||||
- **Settings Documentation**: Share printer settings used (layer height, temperature, speed, etc.)
|
|
||||||
- **Process Notes**: Brief description of techniques used to achieve clarity
|
|
||||||
|
|
||||||
## Timeline
|
|
||||||
- **Challenge Announcement**: October 1, 2025
|
|
||||||
- **Model Specification Released**: October 13, 2025
|
|
||||||
- **Submission Deadline**: October 28, 2025
|
|
||||||
- **Judging Period**: October 29-30, 2025
|
|
||||||
- **Winner Announcement**: October 31, 2025
|
|
||||||
|
|
||||||
## Creating the Cylinder Model
|
|
||||||
|
|
||||||
### Using Bambu Studio
|
|
||||||
|
|
||||||
**Step 1: Add Primitive**
|
|
||||||
1. Open Bambu Studio to a new project
|
|
||||||
2. Right-click on the build plate
|
|
||||||
3. Select "Add Primitive"
|
|
||||||
4. Select "Cylinder"
|
|
||||||
|
|
||||||
**Step 2: Resize the Cylinder**
|
|
||||||
1. Click to resize the cylinder
|
|
||||||
2. Uncheck "uniform scale" if checked
|
|
||||||
3. Set X and Y to 25mm
|
|
||||||
4. Set Z to 50mm
|
|
||||||
|
|
||||||
### Alternative Methods
|
|
||||||
- **Fusion 360**: Create cylinder sketch, extrude to 50mm height
|
|
||||||
- **Tinkercad**: Use cylinder shape, adjust dimensions
|
|
||||||
- **FreeCAD**: Create cylinder with specified dimensions
|
|
||||||
- **Any CAD Software**: Simple cylinder 25mm diameter x 50mm height
|
|
||||||
|
|
||||||
## Awards & Recognition
|
|
||||||
|
|
||||||
### Awards
|
|
||||||
- **PCTG Division Winner**: Recognition + prize
|
|
||||||
- **PLA Division Winner**: Recognition + prize
|
|
||||||
- **Overall "Glass Master" Winner**: Grand prize + recognition
|
|
||||||
- **People's Choice Award**: Community favorite
|
|
||||||
- **Innovation Award**: Most creative clarity technique
|
|
||||||
|
|
||||||
### Documentation
|
|
||||||
- Winner photos for social media sharing
|
|
||||||
- Video documentation of winning techniques
|
|
||||||
- Settings and process sharing for community learning
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
# 3D Print Meetup Wiki
|
|
||||||
|
|
||||||
Welcome to the official wiki for our monthly 3D printing meetup! This wiki contains comprehensive information about our community, meetings, challenges, and resources.
|
|
||||||
|
|
||||||
## Quick Navigation
|
|
||||||
|
|
||||||
### Meeting Information
|
|
||||||
- **[Meeting Itinerary](Itinerary)** - Complete meeting schedule and format
|
|
||||||
- **[Important Dates](Important-Dates)** - Upcoming meeting dates and schedule changes
|
|
||||||
|
|
||||||
### Challenges
|
|
||||||
- **[Current Challenge](Current-Challenge)** - October 2025: "Is it Glass or Clearly Natural?"
|
|
||||||
- **[Challenge Archive](Challenge-Archive)** - Past and upcoming challenges
|
|
||||||
- **[How to Participate](Challenge-Participation)** - Guide for joining challenges
|
|
||||||
|
|
||||||
### Community
|
|
||||||
- **[Getting Started](Getting-Started)** - New member guide
|
|
||||||
- **[Ideas and Planning](Ideas-and-Planning)** - Future concepts and community input
|
|
||||||
|
|
||||||
## About Our Meetup
|
|
||||||
|
|
||||||
Our monthly 3D printing meetup brings together enthusiasts, makers, and innovators to share knowledge, showcase projects, and explore the latest in additive manufacturing technology.
|
|
||||||
|
|
||||||
### Meeting Format
|
|
||||||
- **Duration**: 2 hours (6:00 PM - 8:00 PM)
|
|
||||||
- **Structure**: Social time, industry updates, show & tell, presentations
|
|
||||||
- **Community Focus**: Learning, sharing, and networking
|
|
||||||
|
|
||||||
### Next Meetings
|
|
||||||
- **November 12th, 2025** (Note: NOT the usual 3rd Wednesday)
|
|
||||||
- **December 10th, 2025** (Note: NOT the usual 3rd Wednesday)
|
|
||||||
- **Regular 3rd Wednesday schedule resumes after New Year**
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
*Last updated: October 16, 2025*
|
|
||||||
@@ -1,89 +0,0 @@
|
|||||||
# Ideas and Planning
|
|
||||||
|
|
||||||
## Future Event Concepts
|
|
||||||
|
|
||||||
### "Sliced" Design Challenge Format
|
|
||||||
*Inspired by "Chopped" TV show format*
|
|
||||||
|
|
||||||
**Concept**: Head-to-head design competition with surprise challenges
|
|
||||||
- **Format**: Timed design challenges with specific constraints or materials
|
|
||||||
- **Community Engagement**: Head-to-head competitions create excitement
|
|
||||||
- **Skill Development**: Challenges participants to think creatively under pressure
|
|
||||||
|
|
||||||
### Community Outreach Initiatives
|
|
||||||
|
|
||||||
#### School Partnerships
|
|
||||||
- **Target**: Local schools and robotics teams for participation
|
|
||||||
- **Coordination**: Work with Lynn Fritz regarding scheduling and involvement
|
|
||||||
- **Educational Value**: Introduce students to advanced 3D printing techniques
|
|
||||||
- **Pipeline**: Create pathway from education to community involvement
|
|
||||||
|
|
||||||
#### Discord Integration
|
|
||||||
- **Community Input**: Create ballot/survey system for challenge suggestions
|
|
||||||
- **Voting Platform**: Integrate Discord and partner schools for voting
|
|
||||||
- **Ongoing Engagement**: Maintain community connection between meetings
|
|
||||||
|
|
||||||
## Event Structure Improvements
|
|
||||||
|
|
||||||
### Enhanced Show & Tell Format
|
|
||||||
- **Multiple Categories**: Organize different sections with specific themes
|
|
||||||
- **Recognition System**: Prizes for each category winner
|
|
||||||
- **Documentation Strategy**:
|
|
||||||
- Take photos of winners to share on social media
|
|
||||||
- Record videos of winners for social media sharing
|
|
||||||
- **Hybrid Format**: Combine show & tell with competitive elements
|
|
||||||
|
|
||||||
### Prize Structure Evolution
|
|
||||||
- **Individual Category Winners**: Recognition for specific achievements
|
|
||||||
- **Overall Competition Winner**: Grand prize for best submission
|
|
||||||
- **People's Choice Award**: Community voting component
|
|
||||||
|
|
||||||
## Monthly Challenge Development
|
|
||||||
|
|
||||||
### Challenge Selection Process
|
|
||||||
- **Monthly Themes**: Set up rotating monthly design challenges
|
|
||||||
- **Community Input Process**:
|
|
||||||
- Create ballot/survey system for challenge suggestions
|
|
||||||
- Integrate Discord and partner schools for voting
|
|
||||||
- Collect feedback during meetings
|
|
||||||
|
|
||||||
### Platform Integration
|
|
||||||
- **Downslash Integration**: Coordinate with Downslash platform for submissions
|
|
||||||
- **Cross-Platform Voting**: Enable voting across Discord and school communities
|
|
||||||
- **Documentation Sharing**: Streamline submission and sharing processes
|
|
||||||
|
|
||||||
## Implementation Timeline
|
|
||||||
|
|
||||||
### Short-Term Goals (Next 3 months)
|
|
||||||
- Complete October transparency challenge
|
|
||||||
- Develop November challenge theme
|
|
||||||
- Establish school partnership contacts
|
|
||||||
|
|
||||||
### Medium-Term Goals (3-6 months)
|
|
||||||
- Launch "Sliced" format pilot challenge
|
|
||||||
- Implement Discord voting system
|
|
||||||
- Expand community outreach
|
|
||||||
|
|
||||||
### Long-Term Vision (6+ months)
|
|
||||||
- Regular competitive events
|
|
||||||
- Strong school partnerships
|
|
||||||
- Multi-platform community engagement
|
|
||||||
|
|
||||||
## Community Feedback Integration
|
|
||||||
|
|
||||||
### Input Channels
|
|
||||||
- **Meeting Discussions**: Collect ideas during meetups
|
|
||||||
- **Discord Polls**: Online community voting
|
|
||||||
- **School Feedback**: Educational partner input
|
|
||||||
- **Organizer Coordination**: Regular planning sessions
|
|
||||||
|
|
||||||
### Idea Development Process
|
|
||||||
1. **Collection**: Gather community suggestions
|
|
||||||
2. **Evaluation**: Assess feasibility and interest
|
|
||||||
3. **Planning**: Develop implementation strategy
|
|
||||||
4. **Testing**: Pilot new concepts
|
|
||||||
5. **Refinement**: Improve based on feedback
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
*This document represents ongoing planning discussions and community input. Ideas are subject to refinement and community approval.*
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
# Important Dates
|
|
||||||
|
|
||||||
## Upcoming Meetup Schedule Changes
|
|
||||||
|
|
||||||
### Special Notice: November & December 2025
|
|
||||||
|
|
||||||
**IMPORTANT**: The next two meetups will NOT be on the usual 3rd Wednesday:
|
|
||||||
|
|
||||||
- **November Meetup: November 12th, 2025**
|
|
||||||
- **December Meetup: December 10th, 2025**
|
|
||||||
|
|
||||||
**We will resume normal 3rd Wednesday schedule after the New Year.**
|
|
||||||
|
|
||||||
## Regular Meeting Schedule
|
|
||||||
|
|
||||||
### Standard Schedule (Resumes January 2026)
|
|
||||||
- **When**: 3rd Wednesday of each month
|
|
||||||
- **Time**: 6:00 PM - 8:00 PM
|
|
||||||
- **Duration**: 2 hours
|
|
||||||
|
|
||||||
### Meeting Format
|
|
||||||
- **6:00-6:15 PM**: Arrival & Social Time
|
|
||||||
- **6:15-6:45 PM**: Industry News & Updates (John)
|
|
||||||
- **6:45-7:15 PM**: Show & Tell (includes challenge judging)
|
|
||||||
- **7:15-7:45 PM**: Featured Presentation
|
|
||||||
- **7:45-8:00 PM**: Closing & General Discussion
|
|
||||||
|
|
||||||
## Challenge Timeline
|
|
||||||
|
|
||||||
### October 2025: "Is it Glass or Clearly Natural?"
|
|
||||||
- **Challenge Announcement**: October 1, 2025
|
|
||||||
- **Model Specification Released**: October 13, 2025
|
|
||||||
- **Submission Deadline**: October 28, 2025
|
|
||||||
- **Judging Period**: October 29-30, 2025
|
|
||||||
- **Winner Announcement**: October 31, 2025
|
|
||||||
|
|
||||||
### November 2025: [Challenge TBD]
|
|
||||||
- **Announcement**: November 12th meetup
|
|
||||||
- **Details**: To be determined
|
|
||||||
|
|
||||||
## Meeting Locations
|
|
||||||
|
|
||||||
*[Location information to be added]*
|
|
||||||
|
|
||||||
## Contact Information
|
|
||||||
|
|
||||||
*[Contact details to be added]*
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
*Last updated: October 16, 2025*
|
|
||||||
@@ -1,90 +0,0 @@
|
|||||||
# Meeting Itinerary
|
|
||||||
|
|
||||||
## Meeting Format & Timeline
|
|
||||||
|
|
||||||
**Meeting Duration**: 2 Hours (6:00 PM - 8:00 PM)
|
|
||||||
|
|
||||||
## Schedule Breakdown
|
|
||||||
|
|
||||||
### 6:00 PM - 6:15 PM: Arrival & Social Time
|
|
||||||
**Duration: 15 minutes**
|
|
||||||
|
|
||||||
- Welcome new members and returning participants
|
|
||||||
- Informal networking and conversation
|
|
||||||
- Setup and equipment check
|
|
||||||
- Coffee/refreshments (if available)
|
|
||||||
|
|
||||||
### 6:15 PM - 6:45 PM: Industry News & Updates
|
|
||||||
**Duration: 30 minutes**
|
|
||||||
**Presenter: John**
|
|
||||||
|
|
||||||
- Latest 3D printing industry developments
|
|
||||||
- New technology announcements and trends
|
|
||||||
- 3D Fuel product updates and releases
|
|
||||||
- Market insights and innovations
|
|
||||||
- Q&A session for industry-related questions
|
|
||||||
|
|
||||||
### 6:45 PM - 7:15 PM: Show & Tell
|
|
||||||
**Duration: 15-30 minutes**
|
|
||||||
|
|
||||||
- Community member project presentations
|
|
||||||
- Recent prints and creations showcase
|
|
||||||
- **Challenge judging** (when entries from previous month's challenge are present)
|
|
||||||
- Problem-solving discussions
|
|
||||||
- Technique sharing and tips
|
|
||||||
- Challenge submissions and updates
|
|
||||||
- Quick project demos
|
|
||||||
|
|
||||||
### 7:15 PM - 7:45 PM: Featured Presentation
|
|
||||||
**Duration: 30 minutes**
|
|
||||||
|
|
||||||
- In-depth technical presentations
|
|
||||||
- Guest speaker sessions
|
|
||||||
- Workshop demonstrations
|
|
||||||
- Challenge announcements and explanations
|
|
||||||
- Advanced technique tutorials
|
|
||||||
- Interactive learning sessions
|
|
||||||
|
|
||||||
### 7:45 PM - 8:00 PM: Closing & General Discussion
|
|
||||||
**Duration: 15 minutes**
|
|
||||||
|
|
||||||
- Meeting wrap-up and summary
|
|
||||||
- Upcoming events and announcements
|
|
||||||
- Informal discussion and final questions
|
|
||||||
- Networking and contact exchange
|
|
||||||
- Cleanup and departure preparation
|
|
||||||
|
|
||||||
## Meeting Guidelines
|
|
||||||
|
|
||||||
### Participation Tips
|
|
||||||
- **Arrive Early**: Come at 6:00 PM to maximize networking time
|
|
||||||
- **Bring Projects**: Always welcome to share your latest prints
|
|
||||||
- **Ask Questions**: Industry news segment is perfect for Q&A
|
|
||||||
- **Stay Engaged**: Interactive participation encouraged throughout
|
|
||||||
|
|
||||||
### Presentation Guidelines
|
|
||||||
- **Show & Tell**: 3-5 minutes per person maximum
|
|
||||||
- **Challenge Entries**: Bring previous month's challenge submissions for group judging
|
|
||||||
- **Featured Presentations**: Coordinate with organizers in advance
|
|
||||||
- **Materials**: Bring physical prints when possible
|
|
||||||
- **Documentation**: Photos welcome for social media sharing
|
|
||||||
|
|
||||||
### Meeting Etiquette
|
|
||||||
- Respect time limits for each segment
|
|
||||||
- Allow everyone opportunity to participate
|
|
||||||
- Keep discussions relevant to 3D printing
|
|
||||||
- Help with setup and cleanup as needed
|
|
||||||
|
|
||||||
## Schedule Flexibility
|
|
||||||
|
|
||||||
**Note**: Timing may adjust based on:
|
|
||||||
- Number of show & tell participants
|
|
||||||
- Challenge entries requiring judging from previous month
|
|
||||||
- Complexity of featured presentation
|
|
||||||
- Special events or challenges
|
|
||||||
- Community engagement levels
|
|
||||||
|
|
||||||
**Typical Variations**:
|
|
||||||
- Show & Tell: 15-30 minutes (depending on participation and challenge judging)
|
|
||||||
- Featured Presentation: 30 minutes (fixed duration)
|
|
||||||
- Buffer time built into closing segment for overruns
|
|
||||||
Submodule wiki-fargo3d deleted from 51fcf10cfe
Submodule wiki-gitea deleted from a328e4bd57
Reference in New Issue
Block a user