Chainsaw

Type: component
PROBLEM

The material needs to be somewhere else.

SOLUTION

A motorized cutting chain on a guided bar that removes material continuously until the material is gone or the operator stops, whichever comes first. The chain does not distinguish between what it is supposed to cut and what it is not supposed to cut. That is an operator concern. The chainsaw's concern is the chain. The chain is fine.

Inputs
Outputs
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_chainsaw",
    "name": "Chainsaw",
    "type": "component",
    "inputs": [],
    "outputs": [],
    "passthru": [],
    "children": [],
    "extends": null,
    "problem": "The material needs to be somewhere else.",
    "description": "A motorized cutting chain on a guided bar that removes material continuously until the material is gone or the operator stops, whichever comes first. The chain does not distinguish between what it is supposed to cut and what it is not supposed to cut. That is an operator concern. The chainsaw's concern is the chain. The chain is fine.",
    "template": "component"
}