원클릭으로
3d-print-automation-skill
Automate 3D printing with Flashforge Adventurer 5M printers ("Ralph Wiggum").
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Automate 3D printing with Flashforge Adventurer 5M printers ("Ralph Wiggum").
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Bloom Mission Discovery — find missions matched to your taste, submit content, and track rewards. Powered by Bloom Protocol.
DESCRIPTION of what this skill does. Include specific trigger keywords and scenarios. Use when: scenario1, scenario2, scenario3.
First-time setup for the Durable Agents stack (Mastra + Trigger.dev). Run once before using the main skill.
Read/search Gmail via gog CLI. Inbox check, email search, content retrieval.
One-sentence description. Use when [trigger scenarios].
Use cheap, TEE-verified AI models from the 0G Compute Network as OpenClaw providers. Discover available models and compare pricing vs OpenRouter, verify provider integrity via hardware attestation (Intel TDX), manage your 0G wallet and sub-accounts, and configure models in OpenClaw with one workflow. Supports DeepSeek, GLM-5, Qwen, and other models available on the 0G marketplace.
| name | 3D Print Automation Skill |
| description | Automate 3D printing with Flashforge Adventurer 5M printers ("Ralph Wiggum"). |
Automate 3D printing with Flashforge Adventurer 5M printers ("Ralph Wiggum").
Complete workflow for automated 3D printing. Originally inspired by Bambu Studio AI patterns.
# Install dependencies
pip install flashforge-python-api requests
# Or use virtual environment
source ~/.openclaw/workspace/.venv/bin/activate
# Check status
python3 ralph_wiggum.py --status
# List files
python3 ralph_wiggum.py --list
# Start print (file must be on printer)
python3 ralph_wiggum.py --start "filename.gcode"
# Slice STL
python3 ralph_wiggum.py --slice model.stl
# Full automation (slice + print)
python3 ralph_wiggum.py --slice-print model.stl
# Camera snapshot
python3 ralph_wiggum.py --camera
The Flashforge Adventurer 5M has a camera connected to the main controller.
Endpoints to try:
curl http://10.0.0.41:8080/camera
curl http://10.0.0.41:8080/
| Material | Nozzle | Bed | Notes |
|---|---|---|---|
| PLA | 200-210°C | 60°C | Most common |
| PETG | 230-250°C | 80°C | Stronger |
| ABS | 240-260°C | 100-110°C | Needs enclosure |
| Adventurer 5M | |
|---|---|
| Build Volume | 220×220×220mm |
| Max Nozzle Temp | 110°C |
| Max Bed Temp | 110°C |
| Connection | WiFi/Ethernet/USB |
| Command | Description |
|---|---|
~M105 | Get temperatures |
~M119 | Get status |
~M27 | Get print progress |
~M23 filename | Select file |
~M24 | Start print |
~M25 | Pause print |
~M26 | Stop print |
~G28 | Home axes |
ralph_wiggum.py - Main controller scriptWORKFLOW.md - Detailed workflow documentationSKILL.md - This file