I have problem with octoprint plugin development. I need show some dynamic generated data by python backend on setting/plugins/myPluginPage. I can create static page with some link to some settings (I don't know how it works, but it works good), but…
Hi everyone randomly browsing overflow stacks!
I own 2 raspberries (pi 3 B and pi 3 B + models), the worse one running OctoPrint for my 3D printer.
Since my router and provider doesn't allow me to portforward anything, I have to use hamachi to be…
I have installed Python 2.7 on my pc. I have checked the PATH and it is there.
The python command in the command prompter was working fine.
I have updated the pip through cmd, then installed virtualenv, and then worked a while through cmd.
I was…
What I'm trying to do is use the OctoPrint Rest API. I keep running into an error though when I'm trying to do POST requests that require a command. Here's an example of that in the docs.
POST /api/connection HTTP/1.1
Host: example.com
Content-Type:…
I've got a Nginx server running on website https://example.com. I'm trying to serve a page (from an OctoPi) via reverse proxy, on another remote server that I own/admin, served at http://1.2.3.4:1988.
I can serve up the main page at…
Background
Specs:
OctoPrint 1.3.4 (master branch)
Apache/2.4.10 (Debian) using mod_proxy
I'm trying to run a reverse proxy on my Apache server to OctoPrint as is specified in the developer's Reverse proxy configuration examples.
This is my Apache…
I am trying to upload a gcode file to my octoprint via its API.
Link to its documentation here: http://docs.octoprint.org/en/master/api/files.html#upload-file-or-create-folder
Octoprint responds with an internal server error.
Upon checking its…
I'm using the Octoprint Javascript API (http://docs.octoprint.org/en/master/jsclientlib/index.html) to make a dashboard to view multiple printers at once for a school project. This will run on a web server that is completely separate from my…
I'm currently building a new plugin for OctoPrint running on Rasberry Pi 3. What I want it to do is to have a HTML front-end tab that contains two buttons. Then the first button should be able to trigger a command line to capture the image from…
I'm currently building a new plugin for OctoPrint running on Rasberry Pi 3. What I want it to do is to have a HTML front-end tab that contains buttons, which I have already had. Then the button should be able to trigger a bash script to capture the…
I am trying to get a Raspberry Pi running Octoprint (a kind of 3D print server) to talk to my Lulzbot Kittaz (RAMBo controller board, an Arduino Mega derivative), but something keeps creating bogus serial ports that seem to be getting in the…
I'm currently developing a plugin for octoprint, which uses sockjs-tornado for the server side to create a websocket. Now I try to create my own one (because the default implementation of the octoprint socket does not support forwarding events to my…
I've created an Android app (written in java) to control the functions of a Kinetic Sand Table, which is based with its functionality on OctoPrint with exclusion of the z axis.
To make sure everything would work prior to hooking up the the…
I have a working OctoPrint setup which runs a Ender 3 pro. I would like to add a 3018 pro small CNC to this setup. Since I am a beginner,I think there must be a way to install some kind of CNC software to the Same os of the raspberry pi.(May be on…
I am trying to install octoprint on ubuntu 18 using python 3.7
The installation fails with the message:
ModuleNotFoundError: No module named 'wrapt'
I naturally tried installing
pip3 install wrapt
And it fails too with the same message. It looks…