Skip to main content
Glama

MCP 3D Printer Server

index.d.ts540 B
import BambuPrinter from "./classes/BambuPrinter"; import type { RawPrinterState } from "./types/RawPrinterState"; import type { PrinterState } from "./types/PrinterState"; import { PrintStage, printStageValues } from "./types/PrintStage"; import convertState from "./utilities/stateConverter"; import * as errors from "./utilities/errors"; import * as hms from "./utilities/hms"; export default BambuPrinter; export { BambuPrinter, PrintStage, printStageValues, errors, hms, convertState, }; export type { PrinterState, RawPrinterState };

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DMontgomery40/mcp-3D-printer-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server