confirm_temperatures
Confirm temperature settings in a G-code file.
How to use it
confirm_temperatures is exposed by the MCP 3D Printer Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the confirm_temperatures tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MCP 3D Printer Server
npm install -g mcp-3d-printer-serverOther tools in MCP 3D Printer Server (21)
Cancel the current print job.
Translate the model so the center of its bounding box is at the world origin (0,0,0).
Inspects the FULU OrcaSlicer-bambulab executable, platform runtime payload, setup commands, and optional BambuNetwork bridge probe.
Extend the base of an STL file by a specified amount.
Calls one FULU BambuNetwork bridge JSON RPC method. Read-only methods such as bridge.handshake, bridge.runtimeinfo, and net.getuserprintinfo are allowed by default. Methods that can mutate account, printer, cloud, or print state require allowmutatingmethod=true; FULU print methods also require bambu
Generate an SVG visualization of an STL file from multiple angles (front, side, top, and isometric views).
Get the current status of the 3D printer.
Get detailed information about an STL file, including dimensions, vertex count, and bounding box.
Attempt to identify the largest flat surface of the model (that isn't already facing directly up or down) and rotate the model so this face is oriented downwards on the XY plane (Z=0). Useful for orienting models for printing.
List files available on the printer.
Merge vertices that are closer than a specified tolerance. Helps close small gaps and can slightly simplify the mesh.
Apply a specific transformation to a selected section of an STL file. This allows for detailed modifications of specific parts of a model.
Uploads a sliced .3mf file to a Bambu printer via FTP and initiates the print job via an MQTT command. If the 3MF has no embedded plate G-code and a project slicer is configured, the server can auto-slice it first with FULU OrcaSlicer-bambulab or Bambu Studio. Allows overriding some print parameters
Process an STL file (extend base), slice it, confirm temperatures, and start printing.
Rotate an STL model around specific axes (in degrees).
Scale an STL model uniformly or along specific axes.
Set the temperature of a printer component.
Slice an STL file to generate G-code.
Start printing a file that is already on the printer.
Move an STL model along specific axes (in millimeters).
Upload G-code content or a local G-code file path to the printer.