git.lucas.co / cce-designer
graphic design tool
git clone https://git.lucas.co/cce-designer.git

nodes/export.json (432B)

 1 {
 2  "name": "Export",
 3  "type": "export",
 4  "inputs": 1,
 5  "outputs": 1,
 6  "params": [
 7   { "name": "Input", "type": "text", "default": "" },
 8   { "name": "File", "type": "text", "default": "" },
 9   { "name": "Format", "type": "choice:STL,STL (ASCII),OBJ", "default": "STL" },
10   { "name": "Scale", "type": "slider", "default": "1.00", "min": 0.001, "max": 100.0, "step": 0.01 },
11   { "name": "Export", "type": "button", "default": "" }
12  ]
13 }