cadloop Slicer for Zed
io.github.richardofortune/cadloop-slicer
Find printer profiles, check bed fit, slice to .gcode.3mf and extract the G-code.
client:Zed
transport:stdio
runtime:pypi
Install cadloop Slicer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cadloop-slicer": {
"command": "uvx",
"args": [
"cadloop"
],
"env": {
"SLICER_WORKSPACE": "<SLICER_WORKSPACE>",
"SLICER_BIN": "<SLICER_BIN>",
"SLICER_PROFILE_DIRS": "<SLICER_PROFILE_DIRS>",
"SLICER_TIMEOUT": "<SLICER_TIMEOUT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs