AI AGENT ADDONS

This skill lets you send print jobs to your Bambu Lab 3D printer over your home network. It works with plain .gcode files that are already made and checked. Safety comes first. The skill always starts with a dry-run plan so you can see what will happen before anything moves. You must add special flags like --execute and --confirm-start-print to actually start a real print. This keeps your printer and work area safe. It also reads the printer status, checks the build plate, and asks you to verify everything is ready before a live start.

If you create or change a .gcode or .3mf file with this skill, it will hand the file path over to the CAD Viewer skill if that is installed. That way you can see your model right away. The skill helps you set up your printer by reading the IP address and LAN access code from the printer touchscreen. It even gets the printer serial number from the TLS certificate. You can store printer details in a local JSON file so you do not have to type them every time.

This tool is made for people who already have a validated .gcode file and just need to send it to their Bambu Lab printer safely. It does not slice models or create G-code on its own. Every step includes checks and confirmations to protect your printer and your project.

Add Bambu Labs skill to your workflow

Global

mkdir -p ~/.claude/skills/bambu-labs

Project

mkdir -p .claude/skills/bambu-labs

Source Repository

Stars
7,117
Forks
842
Watchers
7,117
License
MIT
Last Push
1 month ago
Created
3 months ago