Skip to main content
Glama

MCP 3D Printer Server

hms.d.ts659 B
/** * Generate the HMS error code for a given attribute and code. * @param attr - The attribute of the error code provided by the printer. * @param code - The code of the error code provided by the printer. * @returns The HMS error code with no spaces. */ export declare function getErrorCode(attr: number, code: number): string; /** * Get the error message for a given HMS error code. * @param code - The HMS error code. * @returns The error message for the given HMS error code, if known. Otherwise, "Unknown error." */ export declare function getErrorMessage(code: string): string; export declare const errorCodes: { [key: string]: string; };

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