Skip to main content
Glama

MCP 3D Printer Server

LineBasicNodeMaterial.js816 B
import NodeMaterial from './NodeMaterial.js'; import { LineBasicMaterial } from '../LineBasicMaterial.js'; const _defaultValues = /*@__PURE__*/ new LineBasicMaterial(); /** * Node material version of `LineBasicMaterial`. * * @augments NodeMaterial */ class LineBasicNodeMaterial extends NodeMaterial { static get type() { return 'LineBasicNodeMaterial'; } /** * Constructs a new line basic node material. * * @param {Object?} parameters - The configuration parameter. */ constructor( parameters ) { super(); /** * This flag can be used for type testing. * * @type {Boolean} * @readonly * @default true */ this.isLineBasicNodeMaterial = true; this.setDefaultValues( _defaultValues ); this.setValues( parameters ); } } export default LineBasicNodeMaterial;

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