Vitor de Miranda Henrique

Results 71 comments of Vitor de Miranda Henrique

That would be fine as well, making adding multiple folders a better workflow. And pressing "esc" would dismiss the modal...

you have multiple python environments on your system, you need to install and get it working with **python** not python3. This plugin only supports python 2.7 for now.

this plugin does not work with CircuitPython. you are trying to install and use a newer library that this plugin does not use.

have you tried the sudo thing? also as @f-hnt mentioned, plugin only supports python 2.7 at the moment.... working on python 3 now....

@JanHBade update on this?

Started this week, will probably take couple weeks to maybe month.... I'm completely re-writing the plugin, not re-using a single line of code, and there are probably 10k lines of...

Definitely possible to add MQTT commands, for inputs and outputs. But I don't see a lot of gain, usually you need a raspberry pi connected to your printer in order...

I don't know what do you mean by command, if the plugin can send gcode using mqtt it would be possible, other than that all the current API is documented...

@[luizbgomide](https://github.com/luizbgomide) Shell script is only supposed to run the script, not to output anything that it spits out. https://github.com/vitormhenrique/OctoPrint-Enclosure/blob/master/octoprint_enclosure/__init__.py#L534

@BoergiM87 that is a PYTHON script, and this is not supposed to run a PYTHON script, only a SHELL script. Unless you call it with a python before it will...