bambu-labs
This skill bridges your workflow to Bambu Lab 3D printers on your local network. Send validated gcode files directly to your printer and initiate print jobs without leaving your agent environment. Streamline your fabrication pipeline with seamless printer integration.
bambu-labs enables you to upload validated gcode files directly to your Bambu printer over your local network. The skill handles the LAN-based file transfer and initiates the print job, streamlining your fabrication workflow without manual steps.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-11
bambu-labs enables you to upload validated gcode files directly to your Bambu printer over your local network. The skill handles the LAN-based file transfer and initiates the print job, streamlining your fabrication workflow without manual steps.
Use it when
- bambu-labs requires you to set up your printer's IP address and access code for local network connectivity.
- Yes.
Verify before relying
Read SKILL.md below before installing (7 files). Open directory: indexed for reading, not audited.
Install
earthtojake/text-to-cad/bambu-labs · repository language: JavaScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I send gcode to my Bambu Lab printer?
bambu-labs enables you to upload validated gcode files directly to your Bambu printer over your local network. The skill handles the LAN-based file transfer and initiates the print job, streamlining your fabrication workflow without manual steps.
What's involved in configuring a new Bambu printer for LAN printing?
bambu-labs requires you to set up your printer's IP address and access code for local network connectivity. Once configured, the skill manages the LAN-based handoff and enables direct gcode uploads to your Bambu device without cloud dependencies.
Can I dry-run and validate gcode before sending to my printer?
Yes. bambu-labs supports validation and dry-run checks before you commit files to your printer. This safety step helps catch issues early and ensures your gcode meets printer requirements before the actual print job starts.
How do I pause or cancel a Bambu print from the command line?
bambu-labs provides control commands to pause, cancel, and check the status of running print jobs on your Bambu printer. You can manage active prints directly through the skill without needing the printer's native interface.
What should I do if my Bambu printer upload fails?
bambu-labs includes troubleshooting support for connection and upload errors. Check your printer's IP address, access code, and LAN connectivity. The skill will help diagnose whether the issue is network-related or tied to the gcode file itself.
Is bambu-labs compatible with OrcaSlicer projects?
bambu-labs integrates with your slicing workflow, including OrcaSlicer-generated files. You can upload 3mf projects and gcode directly to your Bambu printer over LAN, bridging your design-to-print pipeline seamlessly.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Bambu Labs
Provenance: maintained in earthtojake/text-to-cad. Use the installed local skill files as the runtime source of truth; the repository link is only for provenance and release review.
Use this skill for local-network Bambu Lab print handoffs after a plain .gcode
file already exists and has been validated. This skill does not slice models.
Safety Rules
- Default to dry-run plans. Real printer traffic requires
--execute. - Never start a print without
--execute --confirm-start-print. - Pause and cancel controls are live printer requests; default to dry-run plans.
Canceling a print requires
--execute --confirm-cancel-print. - Treat an explicit user request to print or start a specific job as live-start authorization; do not pause for a second confirmation solely for physical checks. Still validate the G-code, inspect the dry-run payload, read printer status, prefer upload-only before upload-start, state the physical checks, and stop
(truncated - see the full file via the links below)
File tree — 7 files
skills/bambu-labs/LICENSE
skills/bambu-labs/SKILL.md
skills/bambu-labs/agents/openai.yaml
skills/bambu-labs/references/local-lan-protocol.md
skills/bambu-labs/references/new-printer-onboarding.md
skills/bambu-labs/references/real-printer-checklist.md
skills/bambu-labs/scripts/bambu_lan_print.py
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Upload and start a validated gcode file on a local Bambu printer”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Transform 3D mesh geometry into production-ready G-code by leveraging local slicer engines. This skill bridges CAD design and machine execution, handling the critical conversion step that prepares models for CNC machining and additive manufacturing. Ideal for workflows requiring direct control over slicing parameters and output formats.
cad-viewer brings CAD geometry to life with an interactive 3D visualization environment. Load, inspect, and evaluate generated CAD files directly within your workflow, making design review and iteration seamless. Perfect for agents that need to validate or present CAD output in real time.
This skill bridges 3D design and fabrication by exposing CAD modeling, rendering, and production tools through a command-line interface designed for AI agents. It consolidates fragmented CAD ecosystems into a cohesive agent-native platform, enabling seamless integration of geometry creation, visualization, and manufacturing operations.
Code Linting runs unified checks across Python and JavaScript/TypeScript projects using ruff and Biome. It detects violations, applies safe auto-fixes for formatting and imports, and guides manual resolution of remaining issues.
Convert various content types—code snippets, Markdown, diagrams, and rendered components—into PNG images. The skill supports multiple rendering approaches including headless browser capture, specialized CLI tools, and format-specific converters for flexibility across different source materials.
gdoc retrieves the complete text of publicly shared Google Docs by converting the document URL to its mobile view and downloading it with curl. This approach captures the full document content without the summarization or truncation that other methods introduce.