-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add better comments in docker-compose.yaml and add example dist files
- Loading branch information
1 parent
c694f4a
commit a73f9b5
Showing
8 changed files
with
25 additions
and
7 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
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
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
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,6 @@ | ||
PRINTER_ADDRESS= | ||
PRUSA_CONNECT_CAMERA_TOKEN=token-change-me | ||
PRUSA_CONNECT_CAMERA_FINGERPRINT=fingerprint-change-me | ||
CAMERA_DEVICE=/dev/video0 | ||
CAMERA_COMMAND=rpicam-still | ||
CAMERA_COMMAND_EXTRA_PARAMS=--immediate --nopreview --mode 640:480 --lores-width 0 --lores-height 0 --thumb none -o |
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,6 @@ | ||
PRINTER_ADDRESS= | ||
PRUSA_CONNECT_CAMERA_TOKEN=token-change-me | ||
PRUSA_CONNECT_CAMERA_FINGERPRINT=fingerprint-change-me | ||
CAMERA_DEVICE=/dev/null | ||
CAMERA_COMMAND=curl | ||
CAMERA_COMMAND_EXTRA_PARAMS=http://esp32-wrover-0461c8.intra.hlds.pl:8081/ -o |
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,6 @@ | ||
PRINTER_ADDRESS= | ||
PRUSA_CONNECT_CAMERA_TOKEN=token-change-me | ||
PRUSA_CONNECT_CAMERA_FINGERPRINT=fingerprint-change-me | ||
CAMERA_DEVICE=/dev/video0 | ||
CAMERA_COMMAND=fswebcam | ||
CAMERA_COMMAND_EXTRA_PARAMS=--resolution 640x480 --no-banner |
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
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