← Back to Plugins
MCP Server MCP

cadloop Slicer

github By github 👁 1 views ▲ 0 votes

Find printer profiles, check bed fit, slice to .gcode.3mf and extract the G-code.

Homepage Verified source GitHub

Install

uvx cadloop

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "cadloop",
      "version": "0.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "cadloop",
          "type": "named",
          "name": "--from"
        },
        {
          "value": "cadloop-slicer",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "The only directory this server reads and writes. Defaults to ~/cad.",
          "name": "SLICER_WORKSPACE"
        },
        {
          "description": "Path to the slicer binary. Auto-detected if unset. Creality Print's CLI does not work headless on macOS; prefer OrcaSlicer, Bambu Studio or ElegooSlicer there.",
          "name": "SLICER_BIN"
        },
        {
          "description": "Extra profile roots, os.pathsep separated. Added to the auto-detected roots rather than replacing them.",
          "name": "SLICER_PROFILE_DIRS"
        },
        {
          "description": "Seconds before a slice is killed. Defaults to 600.",
          "name": "SLICER_TIMEOUT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...