Compare commits

...

2 Commits

Author SHA1 Message Date
fc20d73c2f Исправления "Linux на X96 Max Plus" 2023-11-21 22:55:00 +03:00
e9dc68bb14 VSCode tasks 2023-11-21 22:53:39 +03:00
3 changed files with 26 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
.vscode

24
.vscode/tasks.json vendored Normal file
View File

@ -0,0 +1,24 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Start server",
"type": "shell",
"command": "hugo server",
"problemMatcher": []
},
{
"label": "New draft",
"type": "shell",
"command": "hugo new posts/${input:slug}/index.md",
"problemMatcher": []
}
],
"inputs": [
{
"id": "slug",
"type": "promptString",
"description": "Post slug",
}
]
}

View File

@ -323,13 +323,13 @@ echo "multimote ALL=(ALL) NOPASSWD: /usr/local/bin/set-display-text" | sudo tee
![kiauh1](kiauh1.png)
И выбрать там G-Code Shell Command
И выбрать там G-Code Shell Command:
![kiauh2](kiauh2.png)
Теперь нужно добавить в printer.cfg следующее:
```
```yaml
# Определить команду для вывода на дисплей
# Важно! Для команды sudo set-display-text должен быть отключен ввод пароля (см. sudo NOPASSWD)
[gcode_shell_command set_display_text]