-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from synthread/2.0.1
2.0.1
- Loading branch information
Showing
5 changed files
with
100 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[general] | ||
language: en | ||
# one of the supported languages defined in i18n.py#languages (de,en,...) | ||
# Default: en | ||
timezone: CET | ||
# The system's timezone e.g. Europe/Berlin for Berlin time or US/Central. | ||
# For more values see https://gist.github.com/heyalexej/8bf688fd67d7199be4a1682b3eec7568 | ||
# Default: Tries to use system timezone | ||
# Optional | ||
eta_format: %%d.%%m.%%Y, %%H:%%M:%%S | ||
# Format used for eta and adaptive_eta placeholder variables | ||
# For available options see https://strftime.org/ | ||
# Note that you will have to escape the % char by using a 2nd one e.g.: %d/%m/%Y -> %%d/%%m/%%Y | ||
# Default: %%d.%%m.%%Y, %%H:%%M:%%S | ||
# Optional | ||
include_snapshot: True | ||
# !! SUPPORTER ONLY - This feature requires beeing a supporter of Mobileraker as of now! | ||
# Include a snapshot of the webcam in any print status/progress update notifications | ||
# Default: True | ||
# Optional | ||
|
||
[printer default] | ||
moonraker_uri: ws://127.0.0.1:7125/websocket | ||
# Define the uri to the moonraker instance. | ||
# Default value: ws://127.0.0.1:7125/websocket | ||
# Optional | ||
moonraker_api_key: False | ||
# Moonraker API key if force_logins or trusted clients is active! | ||
# Default value: False | ||
# Optional | ||
snapshot_uri: http://127.0.0.1/webcam/?action=snapshot | ||
# !! SUPPORTER ONLY - This feature requires beeing a supporter of Mobileraker as of now! | ||
# The ABSOLUT url to the webcam, the companion should make a screenshot of. | ||
# Example MJPEG SnapShot url: http://192.168.178.135/webcam/?action=snapshot | ||
# Optional | ||
snapshot_rotation: 0 | ||
# !! SUPPORTER ONLY - This feature requires beeing a supporter of Mobileraker as of now! | ||
# The rotation of the snapshot in degrees | ||
# Default value: 0 | ||
# Valud Values: 0,90,180,270 | ||
# Optional | ||
|
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
Binary file not shown.