bambu-cli

14
2
Source

Operate and troubleshoot BambuLab printers with the bambu-cli (status/watch, print start/pause/resume/stop, files, camera, gcode, AMS, calibration, motion, fans, light, config, doctor). Use when a user asks to control or monitor a BambuLab printer, set up profiles or access codes, or translate a task into safe bambu-cli commands with correct flags, output format, and confirmations.

Install

mkdir -p .claude/skills/bambu-cli && curl -L -o skill.zip "https://mcp.directory/api/skills/download/2518" && unzip -o skill.zip -d .claude/skills/bambu-cli && rm skill.zip

Installs to .claude/skills/bambu-cli

About this skill

Bambu CLI

Overview

Use bambu-cli to configure, monitor, and control BambuLab printers over MQTT/FTPS/camera, producing exact commands and safe defaults.

Defaults and safety

  • Confirm the target printer (profile or IP/serial) and resolve precedence: flags > env > project config > user config.
  • Avoid access codes in flags; use --access-code-file or --access-code-stdin only.
  • Require confirmation for destructive actions (stop print, delete files, gcode send, calibrate, reboot); use --force/--confirm only when the user explicitly agrees.
  • Offer --dry-run when supported to preview actions.
  • Choose output format: human by default, --json for structured output, --plain for key=value output.

Quick start

  • Configure a profile: bambu-cli config set --printer <name> --ip <ip> --serial <serial> --access-code-file <path> --default
  • Status: bambu-cli status
  • Watch: bambu-cli watch --interval 5
  • Start print: bambu-cli print start <file.3mf|file.gcode> --plate 1
  • Pause/resume/stop: bambu-cli print pause|resume|stop
  • Camera snapshot: bambu-cli camera snapshot --out snapshot.jpg

Task guidance

Setup & config

  • Use config set/list/get/remove to manage profiles.
  • Use env vars to avoid flags in scripts: BAMBU_PROFILE, BAMBU_IP, BAMBU_SERIAL, BAMBU_ACCESS_CODE_FILE, BAMBU_TIMEOUT, BAMBU_NO_CAMERA, BAMBU_MQTT_PORT, BAMBU_FTP_PORT, BAMBU_CAMERA_PORT.
  • Note config locations: user ~/.config/bambu/config.json, project ./.bambu.json.

Monitoring

  • Use status for a one-off snapshot; use watch for periodic updates (--interval, --refresh).
  • Use --json/--plain for scripting.

Printing

  • Use print start <file> with .3mf or .gcode.
  • Use --plate <n|path> to select a plate number or gcode path inside a 3mf.
  • Use --no-upload only when the file already exists on the printer; do not use it with .gcode input.
  • Control AMS: --no-ams, --ams-mapping "0,1", --skip-objects "1,3".
  • Disable flow calibration with --flow-calibration=false if requested.

Files and camera

  • Use files list [--dir <path>], files upload <local> [--as <remote>].
  • Use files download <remote> --out <path|->; use --force to allow writing binary data to a TTY.
  • Use files delete <remote> only with confirmation.
  • Use camera snapshot --out <path|->; use --force to allow stdout to a TTY.

Motion, temps, fans, light

  • Use home, move z --height <0-256>.
  • Use temps get|set (--bed, --nozzle, --chamber; require at least one).
  • Use fans set with --part/--aux/--chamber values 0-255 or 0-1.
  • Use light on|off|status.

Gcode and calibration

  • Use gcode send <line...> or gcode send --stdin (confirmation required; --no-check skips validation).
  • Avoid combining --access-code-stdin with gcode send --stdin; use an access code file instead.
  • Use calibrate with --no-bed-level, --no-motor-noise, --no-vibration when requested.

Troubleshooting

  • Use doctor to check TCP connectivity to MQTT/FTPS/camera ports; suggest --no-camera if the camera port is unreachable.
  • Assume default ports: MQTT 8883, FTPS 990, camera 6000 unless configured.

Reference

Read references/commands.md for the full command and flag reference.

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

1,6881,430

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

1,2721,338

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

1,5471,154

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

1,359809

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

1,269732

pdf-to-markdown

aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.

1,498687