Skip to content

Commit

Permalink
docs: Add outline action to example docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Billiam committed Sep 1, 2024
1 parent a936ee9 commit d032783
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/public/config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,17 @@
"bgColor": 8,
"text": "{{ ui.input.type }}:\n{{ ui.input.value }}\nwas:\n{{ ui.input.previous }}"
},
"outline": {
"actions": [
{
"action": "outline",
"event": "hold"
}
],
"disabled": "!gcode.gcode || !cnc.idle",
"bgColor": 5,
"icon": "default/perimeter.png"
},
"pause": {
"actions": [
{
Expand Down Expand Up @@ -1606,7 +1617,7 @@
["stopFeed", "error", "alarm"],
["machinePosition", "workPosition", "disconnected"]
],
["loadGcode", "preview", null, null, "runStatus"],
["loadGcode", "preview", "outline", null, "runStatus"],
[["play", "continue"], "pause", "stop", "clearGcode", "speedScene"]
]
},
Expand Down

0 comments on commit d032783

Please sign in to comment.