Difference between revisions of "Cerealbot/Software"
From Makers Local 256
m (→Webcam: formatted section) |
m (→Cerealbot Code: migrating to /rpi) |
||
(7 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | [https://github.com/ctag/cerealbox Github files for this project]. | |
− | + | == Slic3r Config == | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | I'm still working on a Slic3r config, its on github. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== Octoprint Server - RPi == | == Octoprint Server - RPi == | ||
Line 72: | Line 31: | ||
Right now I'm streaming the webcam from v4l-mjpg-streamer, total pain, will look for something better. | Right now I'm streaming the webcam from v4l-mjpg-streamer, total pain, will look for something better. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 03:08, 9 June 2015
Github files for this project.
Slic3r Config
I'm still working on a Slic3r config, its on github.
Octoprint Server - RPi
Raspbian - Debian
Archlinux
To run octoprint from port 80 as user 'octoprint', I adjusted the systemd unit file to launch with authbind.
[Unit] Description=Octoprint 3d Printing Web Server After=network.target [Service] User=octoprint Group=octoprint Type=simple ExecStart=/usr/bin/authbind --deep /usr/bin/octoprint --port 80 Restart=on-failure [Install] WantedBy=multi-user.target
Right now I'm streaming the webcam from v4l-mjpg-streamer, total pain, will look for something better.