Compare commits

..

No commits in common. "fc20d73c2f5b5a75f967f6da1a43b06afcecf3d7" and "927c79741c150152b84cffcaf90ecb58b27b8587" have entirely different histories.

3 changed files with 3 additions and 26 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
.vscode

24
.vscode/tasks.json vendored
View File

@ -1,24 +0,0 @@
{
"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]