princeje

Results 2 comments of princeje

> I also build the `protoc-gen-js` myself now. For future reference, the command `protoc --plugin=/path/to/protoc-gen-js` is not correct. > > You have to use `protoc --plugin=protoc-gen-js=/path/to/protoc-gen-js` when protoc-gen-js is not...

A work around is to use [Gcode System commands plugin](https://plugins.octoprint.org/plugins/gcodesystemcommands/) and set up a gcode command to run on print finish that in-turn runs a script to set the GPIO...