-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adds config/octoprint.yaml * sets the serial device for octoprint * sets the stream and snapshot urls for octoprint resolves #26
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
serial: | ||
additionalPorts: | ||
- /opt/run/klipper.tty | ||
autoconnect: true | ||
port: /opt/run/klipper.tty | ||
webcam: | ||
snapshot: http://webcam:8080/snapshot | ||
stream: /webcam/stream |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a1a7f84
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Mkuf, thanks for your effort.
But how can I deal about printer.cfg and klippy.log?
Yesterday, I had to create a printer.cfg in Octoprint at first, then I looked up this file in the docker directory. After locating the root folder, I created a klippy.log in tmp folder.
Is there any ways to work on that?
Thanks in advance.