MCP 3D Printer Server

GPL 2.0
8
18
  • Linux
  • Apple

confirm_temperatures

Verify bed and extruder temperatures in a G-code file against expected settings, ensuring accurate 3D printing configurations. Input G-code path and desired temperatures to validate.

Instructions

Confirm temperature settings in a G-code file

Input Schema

NameRequiredDescriptionDefault
bed_tempNoExpected bed temperature
extruder_tempNoExpected extruder temperature
gcode_pathYesPath to the G-code file

Input Schema (JSON Schema)

{ "properties": { "bed_temp": { "description": "Expected bed temperature", "type": "number" }, "extruder_temp": { "description": "Expected extruder temperature", "type": "number" }, "gcode_path": { "description": "Path to the G-code file", "type": "string" } }, "required": [ "gcode_path" ], "type": "object" }

You must be authenticated.

Other Tools from MCP 3D Printer Server

Related Tools

ID: 7f6v2enbgk