Skip to main content
Glama

MCP 3D Printer Server

Line2.js433 B
import { LineSegments2 } from '../lines/LineSegments2.js'; import { LineGeometry } from '../lines/LineGeometry.js'; import { LineMaterial } from '../lines/LineMaterial.js'; class Line2 extends LineSegments2 { constructor( geometry = new LineGeometry(), material = new LineMaterial( { color: Math.random() * 0xffffff } ) ) { super( geometry, material ); this.isLine2 = true; this.type = 'Line2'; } } export { Line2 };

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