Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAleksei Kvitinskii <aleksei.kvitinskii@gmail.com>2019-12-20 00:29:08 +0300
committerAleksei Kvitinskii <aleksei.kvitinskii@gmail.com>2019-12-20 00:29:08 +0300
commit6c98fa4526777f3a26c8d2e362ea8651fb941960 (patch)
treef1d662c94e58c8c607e74feb692a589cdc5e0021 /docs
parent7e99554cf511f59dfafad83b14c11f32b296347a (diff)
added default menu config
Diffstat (limited to 'docs')
-rw-r--r--docs/DefaultConfig.md80
-rw-r--r--docs/README.md2
2 files changed, 81 insertions, 1 deletions
diff --git a/docs/DefaultConfig.md b/docs/DefaultConfig.md
new file mode 100644
index 0000000..59a40bd
--- /dev/null
+++ b/docs/DefaultConfig.md
@@ -0,0 +1,80 @@
+# Default Menu Config
+
+```
+[
+ {
+ "name": "Home",
+ "icon": "home",
+ "panel": "home"
+ },
+ {
+ "name": "Actions",
+ "icon": "actions",
+ "panel": "menu",
+ "items": [
+ {
+ "name": "Move",
+ "icon": "move",
+ "panel": "move"
+ },
+ {
+ "name": "Extrude",
+ "icon": "filament",
+ "panel": "extrude_multitool"
+ },
+ {
+ "name": "Fan",
+ "icon": "fan",
+ "panel": "fan"
+ },
+ {
+ "name": "Temperature",
+ "icon": "heat-up",
+ "panel": "temperature"
+ },
+ {
+ "name": "Control",
+ "icon": "control",
+ "panel": "control"
+ },
+ {
+ "name": "ToolChanger",
+ "icon": "toolchanger",
+ "panel": "toolchanger"
+ }
+ ]
+ },
+ {
+ "name": "Filament",
+ "icon": "filament",
+ "panel": "filament_multitool"
+ },
+ {
+ "name": "Configuration",
+ "icon": "control",
+ "panel": "menu",
+ "items": [
+ {
+ "name": "Bed Level",
+ "icon": "bed-level",
+ "panel": "bed-level"
+ },
+ {
+ "name": "ZOffsets",
+ "icon": "z-offset-increase",
+ "panel": "nozzle-calibration"
+ },
+ {
+ "name": "Network",
+ "icon": "network",
+ "panel": "network"
+ },
+ {
+ "name": "System",
+ "icon": "info",
+ "panel": "system"
+ }
+ ]
+ }
+]
+``` \ No newline at end of file
diff --git a/docs/README.md b/docs/README.md
index 3ca4bf5..add6c5f 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,6 +1,6 @@
# Available panels
-You can define your own menu structure using [Z-Bolt-OctoScreen](https://github.com/Z-Bolt/OctoPrint-Z-Bolt-OctoScreen). Plugin uses JSON format for menu configuration. Here is a default config. Below is a list of available menu items.
+You can define your own menu structure using [Z-Bolt-OctoScreen](https://github.com/Z-Bolt/OctoPrint-Z-Bolt-OctoScreen). Plugin uses JSON format for menu configuration. [Here is a default config](DefaultConfig.md). Below is a list of available menu items.
### Home
Config example: